diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-09-04 12:18:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-09-04 12:18:43 +0000 |
commit | 5f86ebb1d8d1e131e074a173957575950b506808 (patch) | |
tree | d63d76d7dd095e01b5a01337df628fe3403c487b /etc/etc.landisk | |
parent | 0cb9417fa1bc83776b7674ec3503eb92a639e166 (diff) |
Regen
Diffstat (limited to 'etc/etc.landisk')
-rw-r--r-- | etc/etc.landisk/MAKEDEV | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/etc/etc.landisk/MAKEDEV b/etc/etc.landisk/MAKEDEV index 3e6f87980bd..7a30a34eebd 100644 --- a/etc/etc.landisk/MAKEDEV +++ b/etc/etc.landisk/MAKEDEV @@ -47,14 +47,14 @@ # pty* Set of 62 master pseudo terminals # tty* Set of 62 slave pseudo terminals # Console ports: -# wscons Minimal wscons devices # ttyC-J* wscons display devices +# wscons Minimal wscons devices # wskbd* wscons keyboards # wsmouse* wscons mice # wsmux wscons keyboard/mouse mux devices # USB devices: -# uall All USB devices # ttyU* USB serial ports +# uall All USB devices # ugen* Generic USB devices # uhid* Generic HID devices # ulpt* Printer devices @@ -64,25 +64,25 @@ # Special purpose devices: # audio* Audio devices # bio ioctl tunnel pseudo-device -# hotplug devices hot plugging # bpf* Berkeley Packet Filter +# bthub* Bluetooth Hubs # crypto Hardware crypto access driver +# diskmap Disk mapper # fd fd/* nodes +# hotplug devices hot plugging # lkm Loadable kernel modules interface # music* MIDI sequencer +# nnpfs* NNPFS filesystem node # pci* PCI bus devices # pf* Packet Filter # radio* FM tuner devices -# rmidi* Raw MIDI devices # *random In-kernel random data source +# rmidi* Raw MIDI devices +# systrace* System call tracing device # tun* Network tunnel driver # uk* Unknown SCSI devices -# systrace* System call tracing device # video* Video V4L2 devices -# nnpfs* NNPFS filesystem node # vscsi* Virtual SCSI controller -# bthub* Bluetooth Hubs -# diskmap Disk mapper PATH=/sbin:/usr/sbin:/bin:/usr/bin T=$0 @@ -227,31 +227,15 @@ std) M klog c 6 0 600 ;; -diskmap) - M diskmap c 101 0 640 operator - ;; - -bthub*) - M bthub$U c 100 $U - ;; - vscsi*) M vscsi$U c 99 $U 600 ;; -nnpfs*) - M nnpfs$U c 51 $U 600 - ;; - video*) M video$U c 77 $U MKlist[${#MKlist[*]}]=";[ -e video ] || ln -s video$U video" ;; -systrace) - M systrace c 50 0 644 - ;; - uk*) M uk$U c 28 $U 640 operator ;; @@ -260,6 +244,14 @@ tun*) M tun$U c 33 $U 600 ;; +systrace) + M systrace c 50 0 644 + ;; + +rmidi*) + M rmidi$U c 57 $U 666 + ;; + *random) n=0 for pre in " " s u a @@ -269,10 +261,6 @@ tun*) done ;; -rmidi*) - M rmidi$U c 57 $U 666 - ;; - radio*) M radio$U c 97 $U MKlist[${#MKlist[*]}]=";[ -e radio ] || ln -s radio$U radio" @@ -287,6 +275,10 @@ pci*) MKlist[${#MKlist[*]}]=";[ -h pci ] || ln -sf pci0 pci" ;; +nnpfs*) + M nnpfs$U c 51 $U 600 + ;; + music*) M music$U c 58 $U M sequencer$U c 58 $(($U+128)) @@ -298,22 +290,30 @@ lkm) M lkm c 35 0 640 _lkm ;; +hotplug) + M hotplug c 37 $U 400 + ;; + 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 MKlist[${#MKlist[*]}]=";chmod 555 fd" ;; +diskmap) + M diskmap c 101 0 640 operator + ;; + crypto) M crypto c 47 0 ;; -bpf*) - M bpf$U c 22 $U 600 +bthub*) + M bthub$U c 100 $U ;; -hotplug) - M hotplug c 37 $U 400 +bpf*) + M bpf$U c 22 $U 600 ;; bio) @@ -360,6 +360,12 @@ ugen*) done ;; +uall) + R ttyU0 ttyU1 ttyU2 ttyU3 ugen0 ugen1 ulpt0 ulpt1 uhid0 uhid1 + R uhid2 uhid3 uscanner0 urio0 usb0 usb1 usb2 usb3 usb4 usb5 + R usb6 usb7 + ;; + ttyU[0-9a-zA-Z]) U=${i#ttyU*} o=$(alph2d $U) @@ -367,12 +373,6 @@ ttyU[0-9a-zA-Z]) M cuaU$U c 68 $(($o+128)) 660 dialer uucp ;; -uall) - R ttyU0 ttyU1 ttyU2 ttyU3 ugen0 ugen1 ulpt0 ulpt1 uhid0 uhid1 - R uhid2 uhid3 uscanner0 urio0 usb0 usb1 usb2 usb3 usb4 usb5 - R usb6 usb7 - ;; - wsmux|wsmouse|wskbd) M wsmouse c 63 0 600 M wskbd c 63 1 600 @@ -386,6 +386,12 @@ wskbd[0-9]*) M wskbd$U c 61 $U 600 ;; +wscons) + R wsmouse0 wsmouse1 wsmouse2 wsmouse3 wskbd0 wskbd1 wskbd2 + R wskbd3 wsmux ttyCcfg ttyC0 ttyC1 ttyC2 ttyC3 ttyC4 ttyC5 + R ttyC6 ttyC7 ttyC8 ttyC9 ttyCa ttyCb + ;; + tty[C-J]*) U=${i##tty[C-J]} case $i in @@ -405,12 +411,6 @@ tty[C-J]*) esac ;; -wscons) - R wsmouse0 wsmouse1 wsmouse2 wsmouse3 wskbd0 wskbd1 wskbd2 - R wskbd3 wsmux ttyCcfg ttyC0 ttyC1 ttyC2 ttyC3 ttyC4 ttyC5 - R ttyC6 ttyC7 ttyC8 ttyC9 ttyCa ttyCb - ;; - pty*) if [ $U -gt 15 ]; then echo bad unit for pty in: $i |