summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/drivers
diff options
context:
space:
mode:
authorMichael Brown2007-01-05 17:15:50 +0100
committerMichael Brown2007-01-05 17:15:50 +0100
commit9ab5c0dde73744cfb97e628a388d98a78b6c2ce4 (patch)
tree969695d6392384fc5024f466ce0b72f48dcb6160 /src/arch/i386/drivers
parentUNDI loader routine now works (diff)
downloadipxe-9ab5c0dde73744cfb97e628a388d98a78b6c2ce4.tar.gz
ipxe-9ab5c0dde73744cfb97e628a388d98a78b6c2ce4.tar.xz
ipxe-9ab5c0dde73744cfb97e628a388d98a78b6c2ce4.zip
Remove redundant debug message
Diffstat (limited to 'src/arch/i386/drivers')
-rw-r--r--src/arch/i386/drivers/bus/pxedrv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/i386/drivers/bus/pxedrv.c b/src/arch/i386/drivers/bus/pxedrv.c
index 5c34520b..fb0dd793 100644
--- a/src/arch/i386/drivers/bus/pxedrv.c
+++ b/src/arch/i386/drivers/bus/pxedrv.c
@@ -97,7 +97,6 @@ static int pxedrv_parse_pcirheader ( struct pxe_driver *pxedrv,
"signature %08lx\n", pxedrv, pcir_header.signature );
return -EINVAL;
}
- DBGC ( pxedrv, "PXEDRV %p is a PCI ROM\n", pxedrv );
/* Fill in PXE driver PCI device fields */
pxedrv->bus_type = PCI_NIC;