Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Enable the amr driver.



details:   https://anonhg.NetBSD.org/src/rev/e5ebf85747c4
branches:  trunk
changeset: 546709:e5ebf85747c4
user:      ad <ad%NetBSD.org@localhost>
date:      Sun May 04 16:16:18 2003 +0000

description:
Enable the amr driver.

diffstat:

 sys/arch/i386/conf/GENERIC |  6 ++++--
 sys/arch/i386/conf/INSTALL |  4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (59 lines):

diff -r 15c8fdfb39b5 -r e5ebf85747c4 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun May 04 16:15:35 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun May 04 16:16:18 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.558 2003/04/26 14:10:11 ragge Exp $
+# $NetBSD: GENERIC,v 1.559 2003/05/04 16:16:18 ad Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.558 $"
+#ident                 "GENERIC-$Revision: 1.559 $"
 
 maxusers       32              # estimated number of users
 
@@ -573,6 +573,7 @@
 
 # RAID controllers and devices
 aac*   at pci? dev ? function ?        # Adaptec AAC family
+amr*   at pci? dev ? function ?        # AMI/LSI Logic MegaRAID
 cac*   at eisa? slot ?                 # Compaq EISA array controllers
 cac*   at pci? dev ? function ?        # Compaq PCI array controllers
 icp*   at pci? dev ? function ?        # ICP-Vortex GDT & Intel RAID
@@ -581,6 +582,7 @@
 twe*   at pci? dev ? function ?        # 3ware Escalade RAID controllers
 
 ld*    at aac? unit ?                  # logical disk devices
+ld*    at amr? unit ?
 ld*    at cac? unit ?
 ld*    at icp? unit ?
 ld*    at twe? unit ?
diff -r 15c8fdfb39b5 -r e5ebf85747c4 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Sun May 04 16:15:35 2003 +0000
+++ b/sys/arch/i386/conf/INSTALL        Sun May 04 16:16:18 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.217 2003/04/21 00:17:46 fvdl Exp $
+#      $NetBSD: INSTALL,v 1.218 2003/05/04 16:16:19 ad Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -380,6 +380,7 @@
 
 # RAID controllers and devices
 aac*   at pci? dev ? function ?        # Adaptec AAC family
+amr*   at pci? dev ? function ?        # AMI/LSI Logic MegaRAID
 cac*   at eisa? slot ?                 # Compaq EISA array controllers
 cac*   at pci? dev ? function ?        # Compaq PCI array controllers
 icp*   at pci? dev ? function ?        # ICP-Vortex GDT & Intel RAID
@@ -388,6 +389,7 @@
 twe*   at pci? dev ? function ?        # 3ware Escalade RAID controllers
 
 ld*    at aac? unit ?                  # logical disk devices
+ld*    at amr? unit ?
 ld*    at cac? unit ?
 ld*    at icp? unit ?
 ld*    at twe? unit ?



Home | Main Index | Thread Index | Old Index