diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2009-01-20 23:02:44 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2009-01-20 23:02:44 +0000 |
commit | 780bc7442f2c4f5ddd660e07418b6dd842640eba (patch) | |
tree | 7a9dabb65b9870f9cc7f4edd7440f66a17f52336 /sys/arch/macppc | |
parent | 207aadbed396d55e58d60da764f3b578ddf48e76 (diff) |
add softraid
go ahead miod@
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 2a07fa3078d..6e637c66b6d 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.82 2009/01/06 23:03:16 jasper Exp $ +# $OpenBSD: RAMDISK,v 1.83 2009/01/20 23:02:43 todd Exp $ # # PPC GENERIC config file # @@ -30,6 +30,7 @@ option DDB # kernel debugger config bsd root on rd0a swap on rd0b mainbus0 at root +softraid0 at root cpu0 at mainbus0 mpcpcibr* at mainbus0 # MPC106 PCI Bridge. @@ -153,6 +154,7 @@ scsibus* at pcscp? scsibus* at isp? scsibus* at mpi? scsibus* at arc? +scsibus* at softraid? mediabay* at macobio? wdc* at mediabay? |