summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/mca.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-14 13:55:57 +0200
committerMichael Brown2005-04-14 13:55:57 +0200
commit44c7cc8c1263c32fcad6f4b326666b4020222c21 (patch)
treea229e0ed7f8a52f7c2e7f2e4928820cc3c9a8035 /src/drivers/bus/mca.c
parentcompiler.h is now always included on the command line. (diff)
downloadipxe-44c7cc8c1263c32fcad6f4b326666b4020222c21.tar.gz
ipxe-44c7cc8c1263c32fcad6f4b326666b4020222c21.tar.xz
ipxe-44c7cc8c1263c32fcad6f4b326666b4020222c21.zip
Standardised debug mechanism in place now.
Diffstat (limited to 'src/drivers/bus/mca.c')
-rw-r--r--src/drivers/bus/mca.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/drivers/bus/mca.c b/src/drivers/bus/mca.c
index 1715c588..1d20a665 100644
--- a/src/drivers/bus/mca.c
+++ b/src/drivers/bus/mca.c
@@ -10,15 +10,6 @@
#include "io.h"
#include "mca.h"
-#define DEBUG_MCA
-
-#undef DBG
-#ifdef DEBUG_MCA
-#define DBG(...) printf ( __VA_ARGS__ )
-#else
-#define DBG(...)
-#endif
-
/*
* Ensure that there is sufficient space in the shared dev_bus
* structure for a struct pci_device.