diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-04-15 02:25:38 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-04-15 02:25:38 +0000 |
commit | 429ba579e2e70810233741206ef1add733dfd4ea (patch) | |
tree | 04b0019a356fb935d8155148066eb0bbf33d39be /sys/arch/alpha | |
parent | 6a6d39493715227cd1ff47cbb9f1fc7c7fabea8e (diff) |
Err. a ramdisk without pseudo-device rd has a minimal chance of working.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index baf0983a5bf..77ff8bd5e58 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.8 2001/04/14 18:44:41 mjacob Exp $ +# $OpenBSD: RAMDISKBIG,v 1.9 2001/04/15 02:25:37 art Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -309,3 +309,4 @@ wsmouse* at pms? #ubsec* at pci? dev ? function ? # Bluesteel Networks 5xxx crypto card #pseudo-device raid 4 # RAIDframe disk driver +pseudo-device rd 1 |