diff options
| author | Michael Brown | 2005-04-12 18:42:14 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-12 18:42:14 +0200 |
| commit | 17aad49028014aa47377ad6c2213dd550f93f116 (patch) | |
| tree | 62d07784b19f7c16c162a9d49e5df09fb94945a8 /src | |
| parent | main.c contains the global struct dev. (diff) | |
| download | ipxe-17aad49028014aa47377ad6c2213dd550f93f116.tar.gz ipxe-17aad49028014aa47377ad6c2213dd550f93f116.tar.xz ipxe-17aad49028014aa47377ad6c2213dd550f93f116.zip | |
16-bit PCI BIOS interface also now known to work.
Diffstat (limited to 'src')
| -rw-r--r-- | src/arch/i386/core/pci_io.c | 2 |
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 ae2e22017..acc396cf1 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__ ) |
