summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/core/pci_io.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-12 18:42:14 +0200
committerMichael Brown2005-04-12 18:42:14 +0200
commit17aad49028014aa47377ad6c2213dd550f93f116 (patch)
tree62d07784b19f7c16c162a9d49e5df09fb94945a8 /src/arch/i386/core/pci_io.c
parentmain.c contains the global struct dev. (diff)
downloadipxe-17aad49028014aa47377ad6c2213dd550f93f116.tar.gz
ipxe-17aad49028014aa47377ad6c2213dd550f93f116.tar.xz
ipxe-17aad49028014aa47377ad6c2213dd550f93f116.zip
16-bit PCI BIOS interface also now known to work.
Diffstat (limited to 'src/arch/i386/core/pci_io.c')
-rw-r--r--src/arch/i386/core/pci_io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/i386/core/pci_io.c b/src/arch/i386/core/pci_io.c
index ae2e2201..acc396cf 100644
--- a/src/arch/i386/core/pci_io.c
+++ b/src/arch/i386/core/pci_io.c
@@ -18,8 +18,6 @@
#include "realmode.h"
#endif
-#define DEBUG_PCI_IO
-
#undef DBG
#ifdef DEBUG_PCI_IO
#define DBG(...) printf ( __VA_ARGS__ )