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.hppa | |
parent | 0cb9417fa1bc83776b7674ec3503eb92a639e166 (diff) |
Regen
Diffstat (limited to 'etc/etc.hppa')
-rw-r--r-- | etc/etc.hppa/MAKEDEV | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/etc/etc.hppa/MAKEDEV b/etc/etc.hppa/MAKEDEV index 3bda54430f2..6c1703a6f4c 100644 --- a/etc/etc.hppa/MAKEDEV +++ b/etc/etc.hppa/MAKEDEV @@ -47,8 +47,8 @@ # 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 # wsmux wscons keyboard/mouse mux devices # Pointing devices: @@ -65,13 +65,16 @@ # ttyU* USB serial ports # uscanner* Scanners # Special purpose devices: -# bio ioctl tunnel pseudo-device # audio* Audio devices +# bio ioctl tunnel pseudo-device # 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 +# nnpfs* NNPFS filesystem node # pci* PCI bus devices # pdc PDC device # pf* Packet Filter @@ -80,10 +83,7 @@ # tun* Network tunnel driver # uk* Unknown SCSI devices # 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 @@ -229,22 +229,10 @@ std) M pdc c 22 0 640 operator ;; -diskmap) - M diskmap c 56 0 640 operator - ;; - -bthub*) - M bthub$U c 55 $U - ;; - vscsi*) M vscsi$U c 54 $U 600 ;; -nnpfs*) - M nnpfs$U c 32 $U 600 - ;; - video*) M video$U c 33 $U MKlist[${#MKlist[*]}]=";[ -e video ] || ln -s video$U video" @@ -280,6 +268,10 @@ pci*) MKlist[${#MKlist[*]}]=";[ -h pci ] || ln -sf pci0 pci" ;; +nnpfs*) + M nnpfs$U c 32 $U 600 + ;; + lkm) M lkm c 19 0 640 _lkm ;; @@ -294,14 +286,26 @@ fd) MKlist[${#MKlist[*]}]=";chmod 555 fd" ;; +diskmap) + M diskmap c 56 0 640 operator + ;; + crypto) M crypto c 36 0 ;; +bthub*) + M bthub$U c 55 $U + ;; + bpf*) M bpf$U c 17 $U 600 ;; +bio) + M bio c 37 0 600 + ;; + audio*) M sound$U c 35 $U M mixer$U c 35 $(($U+16)) @@ -313,10 +317,6 @@ audio*) MKlist[${#MKlist[*]}]=";[ -e audioctl ] || ln -s audioctl$U audioctl" ;; -bio) - M bio c 37 0 600 - ;; - uscanner*) M uscanner$U c 46 $U 660 ;; @@ -380,6 +380,12 @@ wskbd[0-9]*) M wskbd$U c 28 $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 @@ -399,12 +405,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 |