Browse Source

regen

OPENBSD_4_6
kettenis 15 years ago
parent
commit
2892121352
1 changed files with 18 additions and 11 deletions
  1. +18
    -11
      src/etc/etc.sparc64/MAKEDEV

+ 18
- 11
src/etc/etc.sparc64/MAKEDEV View File

@ -3,7 +3,7 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.52 2009/04/12 22:18:50 kettenis Exp
# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.53 2009/05/12 20:15:21 kettenis Exp
# OpenBSD: MAKEDEV.common,v 1.42 2009/04/05 17:49:14 jmc Exp
# OpenBSD: MAKEDEV.mi,v 1.79 2009/01/25 17:30:48 miod Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
@ -47,6 +47,7 @@
# tty[a-z]* Zilog 8530 serial port
# spif* "spif" multiport cards
# ttyh* Sab82532 serial devices
# ttyV* virtual console concentrator
# Pseudo terminals:
# ptm pty master device
# pty* Set of 62 master pseudo terminals
@ -478,6 +479,12 @@ ptm)
M ptm c 123 0 666
;;
ttyV[0-9a-zA-Z])
U=${i#ttyV*}
o=$(alph2d $U)
M ttyV$U c 127 $o 600
;;
ttyh*)
M ttyh$U c 77 $U 660 dialer uucp
;;
@ -593,16 +600,16 @@ local)
;;
all)
R cuaa cuab cuac cuad ttya ttyb ttyc ttyd bpp0 vnd0 vnd1 vnd2
R vnd3 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0
R tun0 tun1 tun2 tun3 bio bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6
R bpf7 bpf8 bpf9 pty0 fd1 fd1B fd1C fd1D fd1E fd1F fd1G fd1H
R fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H xfs0 ss0 ss1 ch0 ccd0
R ccd1 ccd2 ccd3 hotplug ptm local wscons pci0 pci1 pci2 pci3
R uall video0 audio0 audio1 audio2 uk0 random lpa0 lpa1 lpa2
R lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyh0 ttyh1
R crypto pf systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3
R std st0 st1 fd
R ttyV0 ttyV1 ttyV2 ttyV3 cuaa cuab cuac cuad ttya ttyb ttyc
R ttyd bpp0 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 sd5 sd6
R sd7 sd8 sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bio bpf0 bpf1
R bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 fd1 fd1B fd1C
R fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G
R fd0H xfs0 ss0 ss1 ch0 ccd0 ccd1 ccd2 ccd3 hotplug ptm local
R wscons pci0 pci1 pci2 pci3 uall video0 audio0 audio1 audio2
R uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01
R tty02 tty03 ttyh0 ttyh1 crypto pf systrace wd0 wd1 wd2 wd3
R raid0 raid1 raid2 raid3 std st0 st1 fd
;;
wd*|sd*|raid*|ccd*)


Loading…
Cancel
Save