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:
ed92171
)
Standardised debug message.
author
Michael Brown
<mcb30@etherboot.org>
Thu, 14 Apr 2005 23:43:34 +0000
(23:43 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 14 Apr 2005 23:43:34 +0000
(23:43 +0000)
src/drivers/bus/isa.c
patch
|
blob
|
history
diff --git
a/src/drivers/bus/isa.c
b/src/drivers/bus/isa.c
index
2ca1cfd
..
e2c1e7a
100644
(file)
--- a/
src/drivers/bus/isa.c
+++ b/
src/drivers/bus/isa.c
@@
-97,7
+97,7
@@
int find_isa_device ( struct isa_device *isa, struct isa_driver *driver ) {
return 0;
found:
- DBG ( "
Found %s ISA
device at address %hx\n", driver->name, ioaddr );
+ DBG ( "
ISA found %s
device at address %hx\n", driver->name, ioaddr );
isa->ioaddr = ioaddr;
isa->already_tried = 1;
return 1;