diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-04-06 15:10:41 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-04-06 15:10:41 +0000 |
commit | e1010a78096f31d0c53ea35757325ed1b5a84e16 (patch) | |
tree | 44585f3dbd50c80f5e68bf890bc9452022f7536d /sys/arch/amd64 | |
parent | 92354ff0534fb9949db4078bc0060f95da58f558 (diff) |
tedu the raidframe.
ok deraadt@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/conf.c | 7 | ||||
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/arch/amd64/amd64/conf.c b/sys/arch/amd64/amd64/conf.c index bda6fd125fa..0f6a8c77b8e 100644 --- a/sys/arch/amd64/amd64/conf.c +++ b/sys/arch/amd64/amd64/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.36 2011/10/06 20:49:27 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.37 2012/04/06 15:10:39 jsing Exp $ */ /* * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. @@ -52,7 +52,6 @@ bdev_decl(fd); #include "cd.h" #include "uk.h" #include "vnd.h" -#include "raid.h" #include "rd.h" struct bdevsw bdevsw[] = @@ -76,7 +75,7 @@ struct bdevsw bdevsw[] = bdev_notdef(), /* 16: was: concatenated disk driver */ bdev_disk_init(NRD,rd), /* 17: ram disk driver */ bdev_lkm_dummy(), /* 18 */ - bdev_disk_init(NRAID,raid), /* 19: RAIDframe disk driver */ + bdev_notdef(), /* 19 was: RAIDframe disk driver */ }; int nblkdev = nitems(bdevsw); @@ -252,7 +251,7 @@ struct cdevsw cdevsw[] = #endif cdev_midi_init(NMIDI,midi), /* 52: MIDI I/O */ cdev_midi_init(NSEQUENCER,sequencer), /* 53: sequencer I/O */ - cdev_disk_init(NRAID,raid), /* 54: RAIDframe disk driver */ + cdev_notdef(), /* 54 was: RAIDframe disk driver */ cdev_notdef(), /* 55: */ /* The following slots are reserved for isdn4bsd. */ cdev_notdef(), /* 56: i4b main device */ diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index e5f8836642a..61661afef1f 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.326 2011/09/20 20:25:45 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.327 2012/04/06 15:10:39 jsing Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -589,7 +589,6 @@ owctr* at onewire? # Counter device pseudo-device pctr 1 pseudo-device nvram 1 pseudo-device sequencer 1 -#pseudo-device raid 4 # RAIDframe disk driver pseudo-device hotplug 1 # devices hot plugging pseudo-device mtrr 1 # Memory range attributes control |