diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-11 00:26:11 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-11 00:26:11 +0000 |
commit | 2217f8fbb6eb19c4d05c070ab4d551a3f483c787 (patch) | |
tree | c412d11f8c98052da80a2627966f888a0587e802 | |
parent | 7ba87822d078e9fca49ea1b4b4924eba8a6f403c (diff) |
Add wscons devices to list of devices to change when logging into ttyE0
-rw-r--r-- | etc/etc.powerpc/fbtab | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/etc.powerpc/fbtab b/etc/etc.powerpc/fbtab index c9192764528..111a96c1c16 100644 --- a/etc/etc.powerpc/fbtab +++ b/etc/etc.powerpc/fbtab @@ -1,3 +1,5 @@ /dev/ttya 0600 /dev/console /dev/tty00 0600 /dev/console /dev/ttyo0 0600 /dev/console +/dev/ttyE0 0600 /dev/console /dev/wskbd0 /dev/wsmouse0 + |