mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 18:03:36 +03:00
[init] Show startup and shutdown function names in debug messages
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -2098,5 +2098,6 @@ static void ehci_shutdown ( int booting ) {
|
||||
|
||||
/** Startup/shutdown function */
|
||||
struct startup_fn ehci_startup __startup_fn ( STARTUP_LATE ) = {
|
||||
.name = "ehci",
|
||||
.shutdown = ehci_shutdown,
|
||||
};
|
||||
|
||||
@@ -3363,5 +3363,6 @@ static void xhci_shutdown ( int booting ) {
|
||||
|
||||
/** Startup/shutdown function */
|
||||
struct startup_fn xhci_startup __startup_fn ( STARTUP_LATE ) = {
|
||||
.name = "xhci",
|
||||
.shutdown = xhci_shutdown,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user