Fix to let FXP driver send messages.
Removed banner talking about the known hang-bug (it's fixed, practically speaking).
This commit is contained in:
@@ -246,7 +246,6 @@ int how; /* 0 = halt, 1 = reboot, 2 = panic!, ... */
|
||||
shutdown(how); /* TTY isn't scheduled */
|
||||
} else {
|
||||
kprintf("\nNotifying system services about MINIX shutdown.\n", NO_ARG);
|
||||
kprintf("Known bug: hitting a key before done will hang the monitor.\n", NO_ARG);
|
||||
stop_sequence(&shutdown_timer);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user