|
|
@ -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*) |
|
|
|