summaryrefslogtreecommitdiff
path: root/etc/etc.hppa64/MAKEDEV
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-09-04 12:18:43 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-09-04 12:18:43 +0000
commit5f86ebb1d8d1e131e074a173957575950b506808 (patch)
treed63d76d7dd095e01b5a01337df628fe3403c487b /etc/etc.hppa64/MAKEDEV
parent0cb9417fa1bc83776b7674ec3503eb92a639e166 (diff)
Regen
Diffstat (limited to 'etc/etc.hppa64/MAKEDEV')
-rw-r--r--etc/etc.hppa64/MAKEDEV35
1 files changed, 17 insertions, 18 deletions
diff --git a/etc/etc.hppa64/MAKEDEV b/etc/etc.hppa64/MAKEDEV
index a525636200a..0a52d48dfbf 100644
--- a/etc/etc.hppa64/MAKEDEV
+++ b/etc/etc.hppa64/MAKEDEV
@@ -47,22 +47,23 @@
# 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:
# wsmouse* wscons mice
# Printers:
# lpt* IEEE 1284 centronics printer
-# USB devices:
# Special purpose devices:
# audio* Audio devices
# bio ioctl tunnel pseudo-device
# bpf* Berkeley Packet Filter
# crypto Hardware crypto access driver
+# diskmap Disk mapper
# fd fd/* nodes
# lkm Loadable kernel modules interface
+# nnpfs* NNPFS filesystem node
# pci* PCI bus devices
# pdc PDC device
# pf* Packet Filter
@@ -71,9 +72,7 @@
# tun* Network tunnel driver
# uk* Unknown SCSI devices
# video* Video V4L2 devices
-# nnpfs* NNPFS filesystem node
# vscsi* Virtual SCSI controller
-# diskmap Disk mapper
PATH=/sbin:/usr/sbin:/bin:/usr/bin
T=$0
@@ -219,18 +218,10 @@ std)
M pdc c 22 0 640 operator
;;
-diskmap)
- M diskmap c 47 0 640 operator
- ;;
-
vscsi*)
M vscsi$U c 46 $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"
@@ -266,6 +257,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
;;
@@ -276,6 +271,10 @@ fd)
MKlist[${#MKlist[*]}]=";chmod 555 fd"
;;
+diskmap)
+ M diskmap c 47 0 640 operator
+ ;;
+
crypto)
M crypto c 36 0
;;
@@ -320,6 +319,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
@@ -339,12 +344,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