summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2012-04-06 15:10:41 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2012-04-06 15:10:41 +0000
commite1010a78096f31d0c53ea35757325ed1b5a84e16 (patch)
tree44585f3dbd50c80f5e68bf890bc9452022f7536d /sys/arch/vax
parent92354ff0534fb9949db4078bc0060f95da58f558 (diff)
tedu the raidframe.
ok deraadt@
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/conf.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/vax/vax/conf.c b/sys/arch/vax/vax/conf.c
index 91fecf475d0..e1a1f55f95d 100644
--- a/sys/arch/vax/vax/conf.c
+++ b/sys/arch/vax/vax/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.66 2011/10/06 20:49:28 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.67 2012/04/06 15:10:40 jsing Exp $ */
/* $NetBSD: conf.c,v 1.44 1999/10/27 16:38:54 ragge Exp $ */
/*-
@@ -49,8 +49,6 @@ bdev_decl(mt);
bdev_decl(ra);
bdev_decl(rx);
-#include "raid.h"
-
#include "vnd.h"
#include "hdc.h"
@@ -90,7 +88,7 @@ struct bdevsw bdevsw[] =
bdev_disk_init(NCD,cd), /* 22: SCSI CD-ROM */
bdev_disk_init(NRD,rd), /* 23: ram disk driver */
bdev_disk_init(NRY,ry), /* 24: VS3100 floppy */
- bdev_disk_init(NRAID,raid), /* 25: RAIDframe disk driver */
+ bdev_notdef(), /* 25 was: RAIDframe disk driver */
};
int nblkdev = nitems(bdevsw);
@@ -258,7 +256,7 @@ struct cdevsw cdevsw[] =
cdev_mouse_init(NWSMOUSE, wsmouse), /* 70: mice */
cdev_disk_init(NRY,ry), /* 71: VS floppy */
cdev_bio_init(NBIO,bio), /* 72: ioctl tunnel */
- cdev_disk_init(NRAID,raid), /* 73: RAIDframe disk driver */
+ cdev_notdef(), /* 73 was: RAIDframe disk driver */
#ifdef NNPFS
cdev_nnpfs_init(NNNPFS,nnpfs_dev), /* 74: nnpfs communication device */
#else