aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2008-08-18 10:38:16 +0000
committerEd Schouten <ed@FreeBSD.org>2008-08-18 10:38:16 +0000
commitdb96ec0b6b862c4f7867d6ec85975f379d1013cb (patch)
tree351db461727eb92f8e56f4d8b66d0b052d9baaa2 /UPDATING
parentf1bec2c1ef76a58b5ff7da20575fc09dac7cb20c (diff)
downloadsrc-db96ec0b6b862c4f7867d6ec85975f379d1013cb.tar.gz
src-db96ec0b6b862c4f7867d6ec85975f379d1013cb.zip
Extend the message in UPDATING on the sio(4) -> uart(4) change.
It turns out I forgot to mention that people really need to make sure their hints are up to date if they are updating a system through the serial console. Requested by: gavin Reviewed by: gavin
Notes
Notes: svn path=/head/; revision=181827
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e7173b96a646..81eaf5c0de64 100644
--- a/UPDATING
+++ b/UPDATING
@@ -33,6 +33,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
instead of "ttyd0". You may need to reconfigure applications to
use the new device names.
+ When using the serial port as a boot console, be sure to update
+ /boot/device.hints and /etc/ttys before booting the new kernel.
+ If you forget to do so, you can still manually specify the hints
+ at the loader prompt:
+
+ set hint.uart.0.at="isa"
+ set hint.uart.0.port="0x3F8"
+ set hint.uart.0.flags="0x10"
+ set hint.uart.0.irq="4"
+ boot -s
+
20080609:
The gpt(8) utility has been removed. Use gpart(8) to partition
disks instead.