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:
3b14360
)
s/{name,describe}/{name,describe}_device/
author
Michael Brown
<mcb30@etherboot.org>
Mon, 25 Apr 2005 19:27:53 +0000
(19:27 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 25 Apr 2005 19:27:53 +0000
(19:27 +0000)
src/core/main.c
patch
|
blob
|
history
diff --git
a/src/core/main.c
b/src/core/main.c
index
bcfdd5c
..
0417cc3
100644
(file)
--- a/
src/core/main.c
+++ b/
src/core/main.c
@@
-190,9
+190,9
@@
int main ( void ) {
/* Print out what we're doing */
printf ( "Booting from %s %s at %s "
"using the %s driver\n",
/* Print out what we're doing */
printf ( "Booting from %s %s at %s "
"using the %s driver\n",
- dev.bus_driver->name ( &dev.bus_dev ),
+ dev.bus_driver->name
_device
( &dev.bus_dev ),
dev.type_driver->name,
dev.type_driver->name,
- dev.bus_driver->describe ( &dev.bus_dev ),
+ dev.bus_driver->describe
_device
( &dev.bus_dev ),
dev.device_driver->name );
/* Probe boot device */
dev.device_driver->name );
/* Probe boot device */
@@
-202,8
+202,9
@@
int main ( void ) {
continue;
}
continue;
}
- printf ( "%s: %s\n", dev.bus_driver->name ( &dev.bus_dev ),
- dev.type_driver->describe ( dev.type_dev ) );
+ printf ( "%s: %s\n",
+ dev.bus_driver->name_device ( &dev.bus_dev ),
+ dev.type_driver->describe_device ( dev.type_dev ) );
}
/* Call registered per-object exit functions */
}
/* Call registered per-object exit functions */