summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2005-04-12 20:32:20 +0200
committerMichael Brown2005-04-12 20:32:20 +0200
commit81320fae4b04e51c0cb43dc56e4a42acbfe7e858 (patch)
treebcc85b0ed3c34d717810c12dc27295daf22a6f38
parentUpdated to new device API. (diff)
downloadipxe-81320fae4b04e51c0cb43dc56e4a42acbfe7e858.tar.gz
ipxe-81320fae4b04e51c0cb43dc56e4a42acbfe7e858.tar.xz
ipxe-81320fae4b04e51c0cb43dc56e4a42acbfe7e858.zip
Remove debugging by default
-rw-r--r--src/drivers/bus/pci.c2
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__ )