Browse Source

Regen

OPENBSD_4_1
miod 17 years ago
parent
commit
0ef7405a5f
1 changed files with 9 additions and 28 deletions
  1. +9
    -28
      src/etc/etc.landisk/MAKEDEV

+ 9
- 28
src/etc/etc.landisk/MAKEDEV View File

@ -3,7 +3,7 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
# OpenBSD: etc.landisk/MAKEDEV.md,v 1.1 2006/10/25 01:47:41 drahn Exp
# OpenBSD: etc.landisk/MAKEDEV.md,v 1.2 2006/12/15 18:59:50 miod Exp
# OpenBSD: MAKEDEV.common,v 1.30 2006/10/10 12:33:41 todd 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
@ -41,7 +41,7 @@
# Tapes:
# st* SCSI tape drives
# Terminal ports:
# tty[0-7][0-9a-f] NS16x50 serial ports
# ttya on-board serial port
# Pseudo terminals:
# ptm pty master device
# pty* Set of 62 master pseudo terminals
@ -62,14 +62,11 @@
# usb* Bus control devices used by usbd for attach/detach
# uscanner* Scanners
# Special purpose devices:
# apm Power management device
# audio* Audio devices
# hotplug devices hot plugging
## bktr* Video frame grabbers
# bpf* Berkeley Packet Filter
# crypto Hardware crypto access driver
# fd fd/* nodes
## iop* I2O controller devices
# lkm Loadable kernel modules interface
# pci PCI bus device
# pf* Packet Filter
@ -231,7 +228,7 @@ xfs*)
;;
tuner*)
M tuner$U c 75 $(($(($U*2))+16)) 644
M tuner$U c major_bktr_c $(($(($U*2))+16)) 644
;;
systrace)
@ -280,10 +277,6 @@ lkm)
M lkm c 35 0 640 _lkm
;;
iop*)
M iop$U c 73 $U 660
;;
fd)
RMlist[${#RMlist[*]}]=";mkdir -p fd;rm -f" n=0
while [ $n -lt 64 ];do M fd/$n c 7 $n;n=$(($n+1));done
@ -298,10 +291,6 @@ bpf*)
M bpf$U c 22 $U 600
;;
bktr*)
M bktr$U c 75 $U 644
;;
hotplug)
M hotplug c 37 $U 400
;;
@ -317,11 +306,6 @@ audio*)
MKlist[${#MKlist[*]}]=";[ -e audioctl ] || ln -s audioctl$U audioctl"
;;
apm*)
M apm c 34 0 644
M apmctl c 34 8 644
;;
uscanner*)
M uscanner$U c 69 $U 660
;;
@ -427,11 +411,8 @@ ptm)
M ptm c 98 0 666
;;
tty[0-7][0-9a-f])
U=${i#tty*}
o=$(h2d $U)
M tty$U c 12 $o 660 dialer uucp
M cua$U c 12 $(($o+128)) 660 dialer uucp
ttya)
M ttya 11 0 660 dialer uucp
;;
st*)
@ -468,10 +449,10 @@ local)
all)
R ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4
R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4
R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 xfs0 ss0 ss1 ch0 hotplug ptm
R local wscons pci iop0 iop1 uall tuner0 radio0 audio0 uk0
R random lkm tty00 tty01 tty02 tty03 apm crypto pf systrace
R wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd
R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 xfs0 ss0 ss1 ch0 ttya hotplug
R ptm local wscons pci uall tuner0 radio0 audio0 uk0 random
R lkm crypto pf systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2
R raid3 std st0 st1 fd
;;
wd*|sd*|raid*|ccd*)


Loading…
Cancel
Save