From e339e62f5ac53169474c0566558e47541a4f9fbf Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sun, 13 Nov 2005 08:34:24 +0000 Subject: [PATCH] - Unconditionally support XBOX in Freeldr. svn path=/trunk/; revision=19203 --- .../boot/freeldr/freeldr/arch/i386/archmach.c | 2 -- reactos/boot/freeldr/freeldr/freeldr_base.xml | 18 ++++++++---------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/arch/i386/archmach.c b/reactos/boot/freeldr/freeldr/arch/i386/archmach.c index be3982bdafc..2400029a00c 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/archmach.c +++ b/reactos/boot/freeldr/freeldr/arch/i386/archmach.c @@ -32,9 +32,7 @@ MachInit(const char *CmdLine) PciId = READ_PORT_ULONG((ULONG*) 0xcfc); if (0x02a510de == PciId) { -#ifdef XBOX XboxMachInit(CmdLine); -#endif } else { diff --git a/reactos/boot/freeldr/freeldr/freeldr_base.xml b/reactos/boot/freeldr/freeldr/freeldr_base.xml index 4abcd6691d4..ecb24ec286e 100644 --- a/reactos/boot/freeldr/freeldr/freeldr_base.xml +++ b/reactos/boot/freeldr/freeldr/freeldr_base.xml @@ -28,16 +28,14 @@ pcrtc.c pcvideo.c portio.c - - machxbox.c - xboxcons.c - xboxdisk.c - xboxfont.c - xboxhw.c - xboxmem.c - xboxrtc.c - xboxvideo.c - + machxbox.c + xboxcons.c + xboxdisk.c + xboxfont.c + xboxhw.c + xboxmem.c + xboxrtc.c + xboxvideo.c -- 2.17.1