Source-Changes-HG archive

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

[src/trunk]: src/sys/arch add mpt.



details:   https://anonhg.NetBSD.org/src/rev/4665b81c1d99
branches:  trunk
changeset: 754411:4665b81c1d99
user:      chs <chs%NetBSD.org@localhost>
date:      Thu Apr 29 23:39:47 2010 +0000

description:
add mpt.

diffstat:

 sys/arch/macppc/conf/GENERIC  |  5 +++--
 sys/arch/sparc64/conf/GENERIC |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 44fc6317a49e -r 4665b81c1d99 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Thu Apr 29 23:12:21 2010 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Thu Apr 29 23:39:47 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.280 2010/04/16 13:48:33 pooka Exp $
+# $NetBSD: GENERIC,v 1.281 2010/04/29 23:39:47 chs Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.280 $"
+#ident                 "GENERIC-$Revision: 1.281 $"
 
 maxusers       32
 
@@ -266,6 +266,7 @@
 esiop* at pci? dev ? function ?        # NCR 53c8xx SCSI (enhanced)
 iha*   at pci? dev ? function ?        # Initio INIC-940/950 SCSI
 isp*   at pci? dev ? function ?        # Qlogic ISP 10x0/2xx0 SCSI/Fibre Chan
+mpt*   at pci? dev ? function ?        # LSILogic 9x9 and 53c1030
 pcscp* at pci? dev ? function ?        # AMD Am53c974 PCscsi-PCI SCSI
 siop*  at pci? dev ? function ?        # NCR 53c8xx SCSI
 trm*   at pci? dev ? function ?        # Tekram DC-395U/UW/F, DC-315/U SCSI
diff -r 44fc6317a49e -r 4665b81c1d99 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Thu Apr 29 23:12:21 2010 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Thu Apr 29 23:39:47 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.124 2010/04/16 13:48:35 pooka Exp $
+# $NetBSD: GENERIC,v 1.125 2010/04/29 23:39:47 chs Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.124 $"
+#ident                 "GENERIC-$Revision: 1.125 $"
 
 maxusers       64
 
@@ -339,6 +339,7 @@
 bha*   at pci? dev ? function ?        # BusLogic 9xx SCSI UT
 dpt*   at pci? dev ? function ?        # DPT SmartCache/SmartRAID UT
 iha*   at pci? dev ? function ?        # Initio INIC-940/950 SCSI
+mpt*   at pci? dev ? function ?        # LSILogic 9x9 and 53c1030
 njs*   at pci? dev ? function ?        # Workbit NinjaSCSI-32
 pcscp* at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI
 trm*   at pci? dev ? function ?        # Tekram DC-395U/UW/F, DC-315/U SCSI



Home | Main Index | Thread Index | Old Index