With uart(4) default, change sio# to uart# so that

out-of-the-box FreeBSD is consistent.
This commit is contained in:
Marcel Moolenaar 2008-07-19 20:12:33 +00:00
parent 9005d65e46
commit ba5e45704b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ echo $$ 2> /dev/null > /var/run/rc.suspend.pid
# If you have troubles on suspending with PC-CARD modem, try this.
# See also contrib/pccardq.c (Only for PAO users).
# pccardq | awk -F '~' '$5 == "filled" && $4 ~ /sio/ \
# pccardq | awk -F '~' '$5 == "filled" && $4 ~ /uart/ \
# { printf("pccardc power %d 0", $1); }' | sh
# If a device driver has problems suspending, try unloading it before