From 17aad49028014aa47377ad6c2213dd550f93f116 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 12 Apr 2005 16:42:14 +0000 Subject: [PATCH] 16-bit PCI BIOS interface also now known to work. --- src/arch/i386/core/pci_io.c | 2 -- 1 file changed, 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__ )