summaryrefslogtreecommitdiff
path: root/etc/etc.vax
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2012-04-06 15:32:58 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2012-04-06 15:32:58 +0000
commitd20160883069fcaed28fb3e2f74f7315d83e1a52 (patch)
treeea992d832114f836bd0ff4c5ca37b6b5709d0559 /etc/etc.vax
parentfd75d0c5e6b1293fc67522f5abdf736e71ca6ab1 (diff)
Regen.
Diffstat (limited to 'etc/etc.vax')
-rw-r--r--etc/etc.vax/MAKEDEV12
1 files changed, 5 insertions, 7 deletions
diff --git a/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV
index eb23a5a2cf3..0289e3aad8e 100644
--- a/etc/etc.vax/MAKEDEV
+++ b/etc/etc.vax/MAKEDEV
@@ -3,8 +3,8 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.vax/MAKEDEV.md,v 1.47 2011/10/22 19:31:23 miod Exp
-# OpenBSD: MAKEDEV.common,v 1.58 2011/10/22 19:31:20 miod Exp
+# OpenBSD: etc.vax/MAKEDEV.md,v 1.48 2012/04/06 15:18:41 jsing Exp
+# OpenBSD: MAKEDEV.common,v 1.59 2012/04/06 15:18:41 jsing Exp
# OpenBSD: MAKEDEV.mi,v 1.80 2011/04/18 16:52:10 thib Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
@@ -33,7 +33,6 @@
# cd* ATAPI and SCSI CD-ROM drives
# hd* HDC9224 disks
# ra* MSCP disks
-# raid* RAIDframe disk devices
# rd* "rd" pseudo-disks
# rx* RX02 floppy disks
# sd* SCSI disks, including flopticals
@@ -475,15 +474,14 @@ all)
R qsc0 dl0 dz0 dhu0 mt0 mt1 hd0 hd1 hd2 vnd0 sd0 sd1 sd2 sd3
R cd0 tun0 tun1 bio bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
R pty0 diskmap vscsi0 nnpfs0 ch0 audio0 ptm local wscons uk0
- R random lkm pf systrace rx0 rx1 ra0 ra1 ra2 ra3 raid0 raid1
- R raid2 raid3 std st0 st1 fd
+ R random lkm pf systrace rx0 rx1 ra0 ra1 ra2 ra3 std st0 st1
+ R fd
;;
-sd*|rx*|raid*|ra*|hd*)
+sd*|rx*|ra*|hd*)
case $i in
sd*) dodisk sd $U 20 59 $U 0;;
rx*) dodisk rx $U 12 30 $U 0;;
- raid*) dodisk raid $U 25 73 $U 0;;
ra*) dodisk ra $U 9 9 $U 0;;
hd*) dodisk hd $U 19 58 $U 0;;
esac