diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-18 16:34:30 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-18 16:34:30 +0000 |
commit | 44e4411c8d11aacc1b3a18b31e0c8c76fdcbc1be (patch) | |
tree | fb6d5b9ea07a8ec6762d0e8bdf43268cab6e1c38 /etc/etc.zaurus/MAKEDEV | |
parent | 1d60156607ecafaa06b09e0e967fe9d3e13be516 (diff) |
sync
Diffstat (limited to 'etc/etc.zaurus/MAKEDEV')
-rw-r--r-- | etc/etc.zaurus/MAKEDEV | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/etc/etc.zaurus/MAKEDEV b/etc/etc.zaurus/MAKEDEV index c3c6653f13c..e0cd707dc02 100644 --- a/etc/etc.zaurus/MAKEDEV +++ b/etc/etc.zaurus/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.zaurus/MAKEDEV.md,v 1.1 2004/12/31 00:06:15 drahn Exp -# OpenBSD: MAKEDEV.common,v 1.13 2005/01/10 07:53:57 dlg Exp +# OpenBSD: etc.zaurus/MAKEDEV.md,v 1.2 2005/01/18 16:32:19 drahn Exp +# OpenBSD: MAKEDEV.common,v 1.14 2005/01/14 22:39:11 miod 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 # @@ -63,6 +63,7 @@ # uscanner* Scanners # Special purpose devices: # audio* Audio devices +# hotplug devices hot plugging # bktr* Video frame grabbers # bpf* Berkeley Packet Filter # crypto Hardware crypto access driver @@ -303,6 +304,10 @@ bktr*) M bktr$U c 75 $U 644 ;; +hotplug) + M hotplug c 37 $U 400 + ;; + audio*) M sound$U c 36 $U M mixer$U c 36 $(($U+16)) @@ -461,10 +466,10 @@ ramdisk) all) R ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 - R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 xfs0 ss0 ss1 ch0 ptm local - R wscons pci iop0 iop1 uall tuner0 radio0 audio0 uk0 random - R lkm tty00 tty01 tty02 tty03 crypto pf systrace wd0 wd1 wd2 - R wd3 raid0 raid1 raid2 raid3 std st0 st1 fd + R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 xfs0 ss0 ss1 ch0 hotplug ptm + R local wscons pci iop0 iop1 uall tuner0 radio0 audio0 uk0 + R random lkm tty00 tty01 tty02 tty03 crypto pf systrace wd0 + R wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd ;; wd*|sd*|raid*|ccd*) |