diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-05-18 23:28:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-05-18 23:28:24 +0000 |
commit | e86b7ca9afe5cd6805eafa2493470595aa25f900 (patch) | |
tree | b54dab96189ae617404a6494d65f745aa9bc3164 /etc/etc.sparc | |
parent | 1f33c7c63bbf38e214a3f858e0462e79ec2f683f (diff) |
/dev/ttyc is no longer special, now that sun serial mice are handled by
wsmouse; update ttys and fbtab accordingly.
Diffstat (limited to 'etc/etc.sparc')
-rw-r--r-- | etc/etc.sparc/fbtab | 4 | ||||
-rw-r--r-- | etc/etc.sparc/ttys | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/etc/etc.sparc/fbtab b/etc/etc.sparc/fbtab index 93a50a64076..b1883d95797 100644 --- a/etc/etc.sparc/fbtab +++ b/etc/etc.sparc/fbtab @@ -1,2 +1,2 @@ -/dev/console 0600 /dev/ttyC0:/dev/ttyD0:/dev/ttyE0:/dev/ttyF0:/dev/wskbd:/dev/wskbd0:/dev/ttyc:/dev/ttyCcfg -/dev/X0 0600 /dev/ttyC0:/dev/ttyD0:/dev/ttyE0:/dev/ttyF0:/dev/wskbd:/dev/wskbd0:/dev/ttyc +/dev/console 0600 /dev/ttyC0:/dev/ttyD0:/dev/ttyE0:/dev/ttyF0:/dev/wskbd:/dev/wskbd0:/dev/wsmouse:/dev/wsmouse0:/dev/ttyCcfg +/dev/X0 0600 /dev/ttyC0:/dev/ttyD0:/dev/ttyE0:/dev/ttyF0:/dev/wskbd:/dev/wskbd0:/dev/wsmouse:/dev/wsmouse0 diff --git a/etc/etc.sparc/ttys b/etc/etc.sparc/ttys index 79046e86a3a..e3e1d4ce1db 100644 --- a/etc/etc.sparc/ttys +++ b/etc/etc.sparc/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.9 2008/01/08 05:08:11 deraadt Exp $ +# $OpenBSD: ttys,v 1.10 2013/05/18 23:28:23 miod Exp $ # # name getty type status comments # @@ -7,13 +7,11 @@ console "/usr/libexec/getty std.9600" sun on secure # graphics console ttyC0 "/usr/libexec/getty std.9600" sun off secure -# on-board serial lines +# on-board serial lines (ttyc-ttyd on 4/3x0 only) ttya "/usr/libexec/getty std.9600" unknown off secure ttyb "/usr/libexec/getty std.9600" unknown off secure -# ttyc is usually the mouse port... -# ttyc "/usr/libexec/getty std.9600" unknown off secure +ttyc "/usr/libexec/getty std.9600" unknown off secure ttyd "/usr/libexec/getty std.9600" unknown off secure -ttye "/usr/libexec/getty std.9600" unknown off secure # magma0 ttym0 "/usr/libexec/getty std.9600" unknown off secure ttym1 "/usr/libexec/getty std.9600" unknown off secure |