diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-13 15:13:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-13 15:13:11 +0000 |
commit | ecd9f652482b2819b034669c8f7b973cbae35a66 (patch) | |
tree | 6f57702b43317acacc3ff44b7fcf0c37772798c0 /etc/etc.zaurus/MAKEDEV | |
parent | 3f899122f5f7d4cb39dbc2dbe9567c83c52e808a (diff) |
sync
Diffstat (limited to 'etc/etc.zaurus/MAKEDEV')
-rw-r--r-- | etc/etc.zaurus/MAKEDEV | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/etc/etc.zaurus/MAKEDEV b/etc/etc.zaurus/MAKEDEV index 8f576357e7a..eebff871f34 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.20 2009/06/03 14:45:40 jj Exp -# OpenBSD: MAKEDEV.common,v 1.43 2009/06/03 14:45:39 jj Exp +# OpenBSD: etc.zaurus/MAKEDEV.md,v 1.22 2009/08/13 15:12:36 deraadt Exp +# OpenBSD: MAKEDEV.common,v 1.45 2009/08/13 15:12:36 deraadt 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 # @@ -83,6 +83,7 @@ # tuner* Tuner devices # video* Video V4L2 devices # nnpfs* NNPFS filesystem node +# vscsi* Virtual SCSI controller PATH=/sbin:/usr/sbin:/bin:/usr/bin T=$0 @@ -227,6 +228,10 @@ std) M klog c 6 0 600 ;; +vscsi*) + M vscsi$U c 100 $U 600 + ;; + nnpfs*) M nnpfs$U c 51 $U 600 ;; @@ -481,12 +486,12 @@ local) all) R ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 R sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 - R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 bio nnpfs0 - R ss0 ss1 ch0 hotplug ptm local wscons uall rmidi0 rmidi1 - R rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 radio0 - R music0 video0 audio0 audio1 audio2 uk0 random lkm tty00 - R tty01 tty02 tty03 apm crypto pf systrace wd0 wd1 wd2 wd3 - R raid0 raid1 raid2 raid3 std st0 st1 fd + R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 bio vscsi0 + R nnpfs0 ss0 ss1 ch0 hotplug ptm local wscons uall rmidi0 + R rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 + R radio0 music0 video0 audio0 audio1 audio2 uk0 random lkm + R tty00 tty01 tty02 tty03 apm crypto pf systrace wd0 wd1 wd2 + R wd3 raid0 raid1 raid2 raid3 std st0 st1 fd ;; wd*|sd*|raid*|ccd*) |