|
|
@ -3,11 +3,11 @@ |
|
|
|
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. |
|
|
|
# generated from: |
|
|
|
# |
|
|
|
# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.13 2002/01/31 22:37:07 jason Exp |
|
|
|
# OpenBSD: MAKEDEV.mi,v 1.22 2002/01/23 08:09:30 todd Exp |
|
|
|
# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.14 2002/02/08 20:26:36 todd Exp |
|
|
|
# OpenBSD: MAKEDEV.mi,v 1.23 2002/02/08 20:26:36 todd Exp |
|
|
|
# OpenBSD: MAKEDEV.sub,v 1.5 2002/01/23 06:02:19 todd Exp |
|
|
|
# |
|
|
|
# $OpenBSD: MAKEDEV,v 1.47 2002/01/31 22:37:31 jason Exp $ |
|
|
|
# $OpenBSD: MAKEDEV,v 1.48 2002/02/08 20:54:35 todd Exp $ |
|
|
|
# |
|
|
|
# Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org> |
|
|
|
# All rights reserved. |
|
|
@ -194,6 +194,7 @@ M() { |
|
|
|
return 0 |
|
|
|
} |
|
|
|
R() { |
|
|
|
[ "$DEBUG" ] && set -x |
|
|
|
for i in "$@" |
|
|
|
do |
|
|
|
U=`unt $i` |
|
|
@ -350,7 +351,7 @@ ses*) |
|
|
|
|
|
|
|
usbs) |
|
|
|
R utty0 utty1 ugen0 ugen1 ulpt0 ulpt1 uhid0 uhid1 uhid2 uhid3 |
|
|
|
R urio0 usb0 usb1 |
|
|
|
R uscanner0 urio0 usb0 usb1 |
|
|
|
;; |
|
|
|
|
|
|
|
uscanner*) |
|
|
@ -431,8 +432,8 @@ cua[a-z]) |
|
|
|
case $u in |
|
|
|
a) n=0 ;; |
|
|
|
b) n=1 ;; |
|
|
|
c) n=4 ;; |
|
|
|
d) n=5 ;; |
|
|
|
c) n=2 ;; |
|
|
|
d) n=3 ;; |
|
|
|
*) echo unknown cua device $i ;; |
|
|
|
esac |
|
|
|
M cua$u c 12 $(($n+128)) 660 dialer uucp |
|
|
@ -443,8 +444,8 @@ tty[a-z]) |
|
|
|
case $u in |
|
|
|
a) n=0 ;; |
|
|
|
b) n=1 ;; |
|
|
|
c) n=4 ;; |
|
|
|
d) n=5 ;; |
|
|
|
c) n=2 ;; |
|
|
|
d) n=3 ;; |
|
|
|
*) echo unknown tty device $i ;; |
|
|
|
esac |
|
|
|
M tty$u c 12 $n 660 dialer uucp |
|
|
@ -539,12 +540,12 @@ local) |
|
|
|
;; |
|
|
|
|
|
|
|
all) |
|
|
|
R wscons pci usbs audio0 xfs0 ss0 ss1 uk0 ses0 rndrandom lkm |
|
|
|
R tty00 tty01 tty02 tty03 cuaa cuab cuac cuad ttya ttyb ttyc |
|
|
|
R ttyd ttyh0 ttyh1 crypto pf altq tun0 tun1 tun2 tun3 bpf0 |
|
|
|
R cuaa cuab cuac cuad ttya ttyb ttyc ttyd wscons pci usbs |
|
|
|
R audio0 xfs0 ss0 ss1 uk0 ses0 rndrandom lkm tty00 tty01 tty02 |
|
|
|
R tty03 ttyh0 ttyh1 crypto pf altq tun0 tun1 tun2 tun3 bpf0 |
|
|
|
R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 fd1 fd1B fd1C |
|
|
|
R fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G |
|
|
|
R fd0H rd0 raid0 raid1 raid2 raid3 wd0 wd1 wd2 wd3 ccd0 ccd1 |
|
|
|
R fd0H wd0 wd1 wd2 wd3 rd0 raid0 raid1 raid2 raid3 ccd0 ccd1 |
|
|
|
R ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 std cd0 cd1 ch0 st0 st1 pty0 |
|
|
|
R pty1 fd sd0 sd1 sd2 sd3 sd4 |
|
|
|
;; |
|
|
|