|
|
@ -3,7 +3,7 @@ |
|
|
|
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. |
|
|
|
# generated from: |
|
|
|
# |
|
|
|
# OpenBSD: etc.hppa/MAKEDEV.md,v 1.23 2005/06/15 06:50:47 miod Exp |
|
|
|
# OpenBSD: etc.hppa/MAKEDEV.md,v 1.24 2005/06/21 17:43:34 martin Exp |
|
|
|
# OpenBSD: MAKEDEV.common,v 1.18 2005/06/02 20:09:38 tholo Exp |
|
|
|
# OpenBSD: MAKEDEV.mi,v 1.73 2005/02/07 06:14:18 david Exp |
|
|
|
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp |
|
|
@ -55,6 +55,15 @@ |
|
|
|
# wsmouse* wscons mice |
|
|
|
# Printers: |
|
|
|
# lpt* IEEE 1284 centronics printer |
|
|
|
# USB devices: |
|
|
|
# uall All USB devices |
|
|
|
# usb* Bus control devices used by usbd for attach/detach |
|
|
|
# uhid* Generic HID devices |
|
|
|
# ugen* Generic USB devices |
|
|
|
# ulpt* Printer devices |
|
|
|
# urio* Diamond Multimedia Rio 500 |
|
|
|
# ttyU* USB serial ports |
|
|
|
# uscanner* Scanners |
|
|
|
# Special purpose devices: |
|
|
|
# audio* Audio devices |
|
|
|
# bpf* Berkeley Packet Filter |
|
|
@ -297,6 +306,47 @@ audio*) |
|
|
|
MKlist="$MKlist;[ -e audioctl ] || ln -s audioctl$U audioctl" |
|
|
|
;; |
|
|
|
|
|
|
|
uscanner*) |
|
|
|
M uscanner$U c 46 $U 660 |
|
|
|
;; |
|
|
|
|
|
|
|
ttyU[0-9a-zA-Z]) |
|
|
|
U=${i#ttyU*} |
|
|
|
o=$(alph2d $U) |
|
|
|
M ttyU$U c 45 $o 660 dialer uucp |
|
|
|
M cuaU$U c 45 $(($o+128)) 660 dialer uucp |
|
|
|
;; |
|
|
|
|
|
|
|
urio*) |
|
|
|
M urio$U c 44 $U 660 |
|
|
|
;; |
|
|
|
|
|
|
|
ulpt*) |
|
|
|
M ulpt$U c 43 $U 660 |
|
|
|
;; |
|
|
|
|
|
|
|
ugen*) |
|
|
|
n=$(($U*16)) |
|
|
|
for j in 0{0,1,2,3,4,5,6,7,8,9} 1{0,1,2,3,4,5} |
|
|
|
do |
|
|
|
M ugen$U.$j c 42 $(($n+10#$j)) 660 |
|
|
|
done |
|
|
|
;; |
|
|
|
|
|
|
|
uhid*) |
|
|
|
M uhid$U c 41 $U 660 |
|
|
|
;; |
|
|
|
|
|
|
|
usb*) |
|
|
|
[ "$i" = "usb" ] && u= || u=$U |
|
|
|
M usb$u c 40 $U 660 |
|
|
|
;; |
|
|
|
|
|
|
|
uall) |
|
|
|
R ttyU0 ttyU1 ugen0 ugen1 ulpt0 ulpt1 uhid0 uhid1 uhid2 uhid3 |
|
|
|
R uscanner0 urio0 usb0 usb1 usb2 usb3 usb4 usb5 |
|
|
|
;; |
|
|
|
|
|
|
|
lpt*|lpa*) |
|
|
|
case $i in |
|
|
|
lpt*) n=lpt f=0;; |
|
|
@ -436,9 +486,9 @@ all) |
|
|
|
R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 |
|
|
|
R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 fd1 fd1B fd1C fd1D fd1E fd1F |
|
|
|
R fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H xfs0 ss0 |
|
|
|
R ss1 ch0 ses0 ptm local wscons pci audio0 uk0 random lpa0 |
|
|
|
R lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 crypto |
|
|
|
R pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd |
|
|
|
R ss1 ch0 ses0 ptm local wscons pci uall audio0 uk0 random |
|
|
|
R lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 |
|
|
|
R crypto pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd |
|
|
|
;; |
|
|
|
|
|
|
|
wd*|sd*|ccd*) |
|
|
|