diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-11 19:14:07 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-11 19:14:07 +0000 |
commit | 41f61e86935c2a727422df5a4abfd76a818783f4 (patch) | |
tree | 2350b887db02832dab7f669d208d25971cee9306 /etc/etc.i386/MAKEDEV | |
parent | 3e65c0cd9c1d210c0d82370949ecaf138d93a954 (diff) |
Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). Only
6 are enabled by default. After these changes, to enable more you must
change the "option WSDISPLAY_DEFAULTSCREENS" in the kernel config file and
edit /etc/ttys to switch the new ones from 'off' to 'on'.
Diffstat (limited to 'etc/etc.i386/MAKEDEV')
-rw-r--r-- | etc/etc.i386/MAKEDEV | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index 34585a7f0bf..67ae0e266da 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.87 2001/01/30 00:00:33 aaron Exp $ +# $OpenBSD: MAKEDEV,v 1.88 2001/02/11 19:14:05 aaron Exp $ # $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -186,7 +186,8 @@ all) sh $this ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 sh $this mcd0 vnd0 vnd1 lpa0 lpa1 ccd0 ccd1 ccd2 ccd3 sh $this raid0 raid1 raid2 raid3 lpt0 lpt1 lpt2 - sh $this ttyC0 ttyC1 ttyC2 ttyC3 ttyC4 ttyC5 + sh $this ttyC0 ttyC1 ttyC2 ttyC3 ttyC4 ttyC5 ttyC6 ttyC7 ttyC8 ttyC9 + sh $this ttyCa ttyCb sh $this wscons sh $this ipl tun0 tun1 tun2 sh $this bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 |