diff options
| author | Michael Brown | 2005-04-12 20:32:20 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-12 20:32:20 +0200 |
| commit | 81320fae4b04e51c0cb43dc56e4a42acbfe7e858 (patch) | |
| tree | bcc85b0ed3c34d717810c12dc27295daf22a6f38 /src | |
| parent | Updated to new device API. (diff) | |
| download | ipxe-81320fae4b04e51c0cb43dc56e4a42acbfe7e858.tar.gz ipxe-81320fae4b04e51c0cb43dc56e4a42acbfe7e858.tar.xz ipxe-81320fae4b04e51c0cb43dc56e4a42acbfe7e858.zip | |
Remove debugging by default
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/bus/pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/bus/pci.c b/src/drivers/bus/pci.c index 03b936726..0ae7c3bc8 100644 --- a/src/drivers/bus/pci.c +++ b/src/drivers/bus/pci.c @@ -2,8 +2,6 @@ #include "dev.h" #include "pci.h" -#define DEBUG_PCI - #undef DBG #ifdef DEBUG_PCI #define DBG(...) printf ( __VA_ARGS__ ) |
