Stub out XenHwDetect
Modified: branches/xen/reactos/boot/freeldr/freeldr/Makefile
Modified: branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.c
Added: branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xenhw.c
_____
Modified: branches/xen/reactos/boot/freeldr/freeldr/Makefile
--- branches/xen/reactos/boot/freeldr/freeldr/Makefile 2005-05-17
07:35:14 UTC (rev 15373)
+++ branches/xen/reactos/boot/freeldr/freeldr/Makefile 2005-05-17
07:39:49 UTC (rev 15374)
@@ -176,6 +176,7 @@
xendisk.o \
xenentry.o \
xenevtchn.o \
+ xenhw.o \
xenmem.o \
xenrtc.o \
xenvideo.o \
_____
Modified: branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.c
--- branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.c
2005-05-17 07:35:14 UTC (rev 15373)
+++ branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.c
2005-05-17 07:39:49 UTC (rev 15374)
@@ -234,12 +234,6 @@
XEN_UNIMPLEMENTED("XenVideoPrepareForReactOS");
}
-VOID
-XenHwDetect(VOID)
- {
- XEN_UNIMPLEMENTED("XenHwDetect");
- }
-
/* emit the elf segment Xen builder expects in kernel image */
asm(".section __xen_guest;"
".ascii \"GUEST_OS=linux,GUEST_VER=2.6\";"
_____
Added: branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xenhw.c
--- branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xenhw.c
2005-05-17 07:35:14 UTC (rev 15373)
+++ branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xenhw.c
2005-05-17 07:39:49 UTC (rev 15374)
@@ -0,0 +1,29 @@
+/*
+ * FreeLoader
+ *
+ * This program is free software; you can redistribute it and/or
modify
+ * it under the terms of the GNU General Public License as published
by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include "freeldr.h"
+#include "machine.h"
+#include "machxen.h"
+
+VOID
+XenHwDetect(VOID)
+{
+ /* FIXME needs to be implemented */
+}
+
+/* EOF */
Property changes on:
branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xenhw.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Show replies by date