]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
16-bit PCI BIOS interface also now known to work.
authorMichael Brown <mcb30@etherboot.org>
Tue, 12 Apr 2005 16:42:14 +0000 (16:42 +0000)
committerMichael Brown <mcb30@etherboot.org>
Tue, 12 Apr 2005 16:42:14 +0000 (16:42 +0000)
src/arch/i386/core/pci_io.c

index ae2e22017e3846e6e96eb449bfa6c031bb41fcf4..acc396cf1f7d09f585fcd0c9dc015f835909394d 100644 (file)
@@ -18,8 +18,6 @@
 #include "realmode.h"
 #endif
 
-#define DEBUG_PCI_IO
-
 #undef DBG
 #ifdef DEBUG_PCI_IO
 #define DBG(...) printf ( __VA_ARGS__ )