Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/amd64/conf Pull up revision 1.54 (requested by m...



details:   https://anonhg.NetBSD.org/src/rev/7cf6c79b11da
branches:  netbsd-3
changeset: 576482:7cf6c79b11da
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jul 05 13:41:17 2005 +0000

description:
Pull up revision 1.54 (requested by martti in ticket #546):
Added support for amr. Tested by Joseph A. Dacuma with Dell PowerEdge 2800.

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 41a11e31a2ab -r 7cf6c79b11da sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Tue Jul 05 13:41:10 2005 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Tue Jul 05 13:41:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.42.2.2 2005/07/02 16:34:57 tron Exp $
+# $NetBSD: GENERIC,v 1.42.2.3 2005/07/05 13:41:17 tron Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.42.2.2 $"
+#ident                 "GENERIC-$Revision: 1.42.2.3 $"
 
 maxusers       32              # estimated number of users
 
@@ -404,11 +404,13 @@
 
 # RAID controllers and devices
 #aac*  at pci? dev ? function ?        # Broken -- 32bit assumptions.
+amr*   at pci? dev ? function ?        # AMI/LSI Logic MegaRAID
 cac*   at pci? dev ? function ?        # Compaq PCI array controllers
 icp*   at pci? dev ? function ?        # ICP-Vortex GDT & Intel RAID
 mlx*   at pci? dev ? function ?        # Mylex DAC960 & DEC SWXCR family
 twe*   at pci? dev ? function ?        # 3ware Escalade RAID controllers
 
+ld*    at amr? unit ?
 ld*    at cac? unit ?
 ld*    at icp? unit ?
 ld*    at twe? unit ?



Home | Main Index | Thread Index | Old Index