diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-19 20:56:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-19 20:56:08 +0000 |
commit | c29f7e63d7caeecf0f0abacfd5057aacf181046f (patch) | |
tree | b0e929f792d1395020d22ac18171dccf14d7e3dc /etc/etc.sparc | |
parent | 0fe2c4673be6244e907b333d32292a90852fcb0f (diff) |
regen
Diffstat (limited to 'etc/etc.sparc')
-rw-r--r-- | etc/etc.sparc/MAKEDEV | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV index 2b0cd12dfb9..d11b079d76f 100644 --- a/etc/etc.sparc/MAKEDEV +++ b/etc/etc.sparc/MAKEDEV @@ -3,7 +3,7 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.sparc/MAKEDEV.md,v 1.45 2010/09/30 15:27:54 claudio Exp +# OpenBSD: etc.sparc/MAKEDEV.md,v 1.46 2010/11/19 20:55:48 miod Exp # OpenBSD: MAKEDEV.common,v 1.53 2010/09/30 15:27:54 claudio 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 @@ -71,6 +71,7 @@ # bpf* Berkeley Packet Filter # diskmap Disk mapper # fd fd/* nodes +# hotplug devices hot plugging # lkm Loadable kernel modules interface # nnpfs* NNPFS filesystem node # openprom PROM settings @@ -272,6 +273,10 @@ lkm) M lkm c 112 0 640 _lkm ;; +hotplug) + M hotplug c 131 $U 400 + ;; + fd) RMlist[${#RMlist[*]}]=";mkdir -p fd;rm -f" n=0 while [ $n -lt 64 ];do M fd/$n c 24 $n;n=$(($n+1));done @@ -521,10 +526,10 @@ all) R tun3 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 R fd1 fd1B fd1C fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D R fd0E fd0F fd0G fd0H diskmap vscsi0 nnpfs0 ch0 bio cuaa cuab - R cuac cuad ttya ttyb ttyc ttyd ptm local wscons audio0 audio1 - R audio2 uk0 random lkm tty00 tty01 tty02 tty03 apm pf - R systrace xd0 xd1 xd2 xd3 raid0 raid1 raid2 raid3 std st0 st1 - R fd + R cuac cuad ttya ttyb ttyc ttyd hotplug ptm local wscons + R audio0 audio1 audio2 uk0 random lkm tty00 tty01 tty02 tty03 + R apm pf systrace xd0 xd1 xd2 xd3 raid0 raid1 raid2 raid3 std + R st0 st1 fd ;; presto*|xd*|xy*|sd*|raid*|ccd*) |