diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-30 12:33:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-30 12:33:11 +0000 |
commit | 654f9246df15b015d4503c81a5a532dc5eff6c3f (patch) | |
tree | ed7bbc112d15a23baa9c6def905f15855b9895da | |
parent | 83de83e0df1498447d1e708049075f49c4340b51 (diff) |
Regen
-rw-r--r-- | etc/etc.vax/MAKEDEV | 24 | ||||
-rw-r--r-- | share/man/man8/man8.vax/MAKEDEV.8 | 16 |
2 files changed, 31 insertions, 9 deletions
diff --git a/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV index 4163592c969..2e23da6ec60 100644 --- a/etc/etc.vax/MAKEDEV +++ b/etc/etc.vax/MAKEDEV @@ -3,7 +3,7 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.vax/MAKEDEV.md,v 1.23 2006/07/24 22:59:22 miod Exp +# OpenBSD: etc.vax/MAKEDEV.md,v 1.24 2006/07/30 12:32:41 miod Exp # OpenBSD: MAKEDEV.common,v 1.28 2006/06/11 10:58:57 mk Exp # OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp @@ -68,6 +68,9 @@ # Console ports: # wscons Minimal wscons devices # ttyC-F* wscons display devices +# wskbd* wscons keyboards +# Pointing devices: +# wsmouse* wscons mice # Special purpose devices: # bpf* Berkeley Packet Filter # fd fd/* nodes @@ -325,6 +328,14 @@ bpf*) M bpf$U c 56 $U 600 ;; +wsmouse*) + M wsmouse$U c 70 $U 600 + ;; + +wskbd*) + M wskbd$U c 69 $U 600 + ;; + tty[C-F]*) U=${i##tty[C-F]} case $i in @@ -341,8 +352,9 @@ tty[C-F]*) ;; wscons) - R ttyCcfg ttyC0 ttyC1 ttyC2 ttyC3 ttyC4 ttyC5 ttyC6 ttyC7 - R ttyC8 ttyC9 ttyCa ttyCb + R wsmouse0 wsmouse1 wsmouse2 wsmouse3 wskbd0 wskbd1 wskbd2 + R wskbd3 ttyCcfg ttyC0 ttyC1 ttyC2 ttyC3 ttyC4 ttyC5 ttyC6 + R ttyC7 ttyC8 ttyC9 ttyCa ttyCb ;; pty*) @@ -506,9 +518,9 @@ local) all) R vt0 dl0 dz0 dhu0 ts0 ts1 mt0 mt1 hd0 hd1 hd2 ccd0 vnd0 sd0 R sd1 sd2 sd3 cd0 tun0 tun1 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 - R bpf7 pty0 ss0 ptm local uk0 random lkm pf systrace rx0 rx1 - R ra0 ra1 ra2 ra3 hp0 hp1 hp2 hp3 raid0 raid1 raid2 raid3 std - R st0 st1 fd + R bpf7 pty0 ss0 ptm local wscons uk0 random lkm pf systrace + R rx0 rx1 ra0 ra1 ra2 ra3 hp0 hp1 hp2 hp3 raid0 raid1 raid2 + R raid3 std st0 st1 fd ;; up*|sd*|rx*|rl*|rb*|raid*|ra*|hp*|hk*|hd*|ccd*) diff --git a/share/man/man8/man8.vax/MAKEDEV.8 b/share/man/man8/man8.vax/MAKEDEV.8 index 88a7334e5bb..43a58e25e81 100644 --- a/share/man/man8/man8.vax/MAKEDEV.8 +++ b/share/man/man8/man8.vax/MAKEDEV.8 @@ -1,9 +1,9 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.35 2006/07/24 22:59:56 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.36 2006/07/30 12:33:10 miod Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" -.\" OpenBSD: etc.vax/MAKEDEV.md,v 1.23 2006/07/24 22:59:22 miod Exp +.\" OpenBSD: etc.vax/MAKEDEV.md,v 1.24 2006/07/30 12:32:41 miod Exp .\" OpenBSD: MAKEDEV.common,v 1.28 2006/06/11 10:58:57 mk Exp .\" OpenBSD: MAKEDEV.man,v 1.3 2004/03/12 18:12:12 miod Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd July 24, 2006 +.Dd July 30, 2006 .Dt MAKEDEV 8 vax .Os .Sh NAME @@ -195,6 +195,16 @@ Minimal wscons devices, see .It Ar ttyC-F* wscons display devices, see .Xr wsdisplay 4 . +.It Ar wskbd* +wscons keyboards, see +.Xr wskbd 4 . +.El +.Pp +.Sy Pointing devices +.Bl -tag -width tenletters -compact +.It Ar wsmouse* +wscons mice, see +.Xr wsmouse 4 . .El .Pp .Sy Special purpose devices |