diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2013-02-26 23:18:35 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2013-02-26 23:18:35 +0000 |
commit | fc11335acc0f0255377e8c430cd3dbc31e123d5c (patch) | |
tree | 90e3d4b84648ed4b1c7c07697b0bf94fa8e826dc /sbin/reboot | |
parent | 713f35745721c5e4f5dcd5fca1a151441039d598 (diff) | |
download | FreeBSD-src-fc11335acc0f0255377e8c430cd3dbc31e123d5c.zip FreeBSD-src-fc11335acc0f0255377e8c430cd3dbc31e123d5c.tar.gz |
Clarify that overriding the -h/-D flags through flags in device.hints
only works for sio(4) but not for uart(4) which no longer has this flag.
Diffstat (limited to 'sbin/reboot')
-rw-r--r-- | sbin/reboot/boot_i386.8 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 3b58cc5..33ad8fe 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -220,15 +220,14 @@ you can use the option to force the kernel to use the serial port as its console device. The serial port driver -.Xr uart 4 +.Xr sio 4 +(but not +.Xr uart 4 ) has a flag (0x20) to override this option. If that flag is set, the serial port will always be used as the console, regardless of the .Fl h option described here. -See the man page for -.Xr uart 4 -for more details. .It Fl m mute the console to suppress all console input and output during the boot. |