diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-30 08:24:13 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-30 08:24:13 +0000 |
commit | 148660ad683d28da2bdb330138d50e5363c3bedb (patch) | |
tree | b225e45f1257bc833265193d3b5672534ce30d8b /etc/etc.sparc64 | |
parent | a025f48d638440c38ae38a007ac13aa6d6f7cc9a (diff) |
sync
Diffstat (limited to 'etc/etc.sparc64')
-rw-r--r-- | etc/etc.sparc64/MAKEDEV | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/etc/etc.sparc64/MAKEDEV b/etc/etc.sparc64/MAKEDEV index 2bfdd1d3a4f..fd4c594144e 100644 --- a/etc/etc.sparc64/MAKEDEV +++ b/etc/etc.sparc64/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.34 2004/04/11 18:05:23 millert Exp -# OpenBSD: MAKEDEV.common,v 1.8 2004/05/29 04:07:30 deraadt Exp +# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.35 2004/05/30 08:17:18 grange Exp +# OpenBSD: MAKEDEV.common,v 1.9 2004/05/30 08:17:17 grange Exp # OpenBSD: MAKEDEV.mi,v 1.72 2004/02/16 18:58:53 miod Exp # OpenBSD: MAKEDEV.sub,v 1.12 2004/02/20 19:13:01 miod Exp # @@ -78,6 +78,7 @@ # bpp[jkl] "spif" parallel port # crypto Hardware crypto access driver # fd fd/* nodes for fdescfs +# hotplug devices hot plugging # lkm Loadable kernel modules interface # magma* Magma multiport cards # pci PCI bus device @@ -333,6 +334,10 @@ lkm) M lkm c 112 0 640 _lkm ;; +hotplug) + M hotplug c 124 $U 400 + ;; + fd) RMlist="mkdir -p fd;$RMlist" n=0 while [ $n -lt 64 ];do M fd/$n c 24 $n;n=$(($n+1));done @@ -573,11 +578,11 @@ all) R vnd3 sd0 sd1 sd2 sd3 sd4 cd0 cd1 rd0 tun0 tun1 tun2 tun3 R bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 fd1 R fd1B fd1C fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E - R fd0F fd0G fd0H xfs0 ss0 ss1 ch0 ses0 ccd0 ccd1 ccd2 ccd3 ptm - R local wscons pci uall audio0 uk0 random lpa0 lpa1 lpa2 lpt0 - R lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyh0 ttyh1 crypto pf - R systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 - R fd + R fd0F fd0G fd0H xfs0 ss0 ss1 ch0 ses0 ccd0 ccd1 ccd2 ccd3 + R hotplug ptm local wscons pci uall audio0 uk0 random lpa0 + R lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyh0 + R ttyh1 crypto pf systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 + R raid3 std st0 st1 fd ;; wd*|sd*|raid*|ccd*) |