http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa90551
)
Remove redundant debug message
author
Michael Brown
<mcb30@etherboot.org>
Fri, 5 Jan 2007 16:15:50 +0000
(16:15 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 5 Jan 2007 16:15:50 +0000
(16:15 +0000)
src/arch/i386/drivers/bus/pxedrv.c
patch
|
blob
|
history
diff --git
a/src/arch/i386/drivers/bus/pxedrv.c
b/src/arch/i386/drivers/bus/pxedrv.c
index
5c34520
..
fb0dd79
100644
(file)
--- 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;