Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/arch/macppc/conf Pull up revision 1.90 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/9df2cc4a65f9
branches:  netbsd-3
changeset: 576272:9df2cc4a65f9
user:      riz <riz%NetBSD.org@localhost>
date:      Sat Jun 18 05:25:51 2005 +0000

description:
Pull up revision 1.90 (requested by tron in ticket #437):
Enable RAIDframe support in the NetBSD-macppc installation media.
Based on patches submitted by Ian Spray in PR port-macppc/30465.

diffstat:

 sys/arch/macppc/conf/INSTALL |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r af746ecfb06f -r 9df2cc4a65f9 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Sat Jun 18 05:25:50 2005 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Sat Jun 18 05:25:51 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.87.4.2 2005/06/09 18:14:09 snj Exp $
+#      $NetBSD: INSTALL,v 1.87.4.3 2005/06/18 05:25:51 riz Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -183,3 +183,6 @@
 
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 pseudo-device  wsmux                   # mouse and keyboard multiplexor
+
+pseudo-device  raid            8       # RAIDframe disk driver
+options        RAID_AUTOCONFIG         # auto-configuration of RAID components



Home | Main Index | Thread Index | Old Index