[FREELDR]: More local changes merging, part 2/x:
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 28 Jan 2017 23:47:35 +0000 (23:47 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 28 Jan 2017 23:47:35 +0000 (23:47 +0000)
commitdde1f97a0269d4bab36e4dcc140d17683273dc49
tree6e0467ab56c244741e63e3c8e07ad2c16dc01a8a
parent8c8c4f495c74caac84389368812e00312b1baab2
[FREELDR]: More local changes merging, part 2/x:
- Move the HW detection code specific to the PC architecture from hardware.c to machpc.c, keeping in hardware.c the code that is shared between PC and XBOX.
- Move what remained of i386disk.c into pcdisk.c (specific to PC architecture) + code formatting.
- Move what remained of xboxhw.c into machxbox.c (specific to XBOX architecture); we discover that some code related to disk management is actually shared with PC architecture (in hwdisk.c): hwdisk.c therefore contains disk-management routines common to both PC & XBOX.
- xboxdisk.c: Code formatting only.
- Cleanup in disk.c/disk.h

svn path=/trunk/; revision=73616
12 files changed:
reactos/boot/freeldr/freeldr/CMakeLists.txt
reactos/boot/freeldr/freeldr/arch/i386/hardware.c
reactos/boot/freeldr/freeldr/arch/i386/hwdisk.c
reactos/boot/freeldr/freeldr/arch/i386/i386disk.c [deleted file]
reactos/boot/freeldr/freeldr/arch/i386/machpc.c
reactos/boot/freeldr/freeldr/arch/i386/machxbox.c
reactos/boot/freeldr/freeldr/arch/i386/pcdisk.c
reactos/boot/freeldr/freeldr/arch/i386/xboxdisk.c
reactos/boot/freeldr/freeldr/arch/i386/xboxhw.c [deleted file]
reactos/boot/freeldr/freeldr/disk/disk.c
reactos/boot/freeldr/freeldr/include/arch/pc/machpc.h
reactos/boot/freeldr/freeldr/include/disk.h