From daf2fe9d1565a18cfc148362faf4f9f4fcc00c08 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 19 Jul 2008 20:12:33 +0000 Subject: With uart(4) default, change sio# to uart# so that out-of-the-box FreeBSD is consistent. --- etc/rc.suspend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.suspend b/etc/rc.suspend index 4028b32..7b08d31 100755 --- a/etc/rc.suspend +++ b/etc/rc.suspend @@ -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 -- cgit v1.1