Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/dev/pci Pull up revision 1.43 via patch (requested ...



details:   https://anonhg.NetBSD.org/src/rev/2ccf87381ac7
branches:  netbsd-1-6
changeset: 530605:2ccf87381ac7
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Aug 23 06:44:46 2003 +0000

description:
Pull up revision 1.43 via patch (requested by taca in ticket #1430):
make ahc(4) to recognize Adaptec 2915LP Ultra160 SCSI adapter.

diffstat:

 sys/dev/pci/ahc_pci.c |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r b9c64d30df5a -r 2ccf87381ac7 sys/dev/pci/ahc_pci.c
--- a/sys/dev/pci/ahc_pci.c     Tue Aug 19 20:08:38 2003 +0000
+++ b/sys/dev/pci/ahc_pci.c     Sat Aug 23 06:44:46 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ahc_pci.c,v 1.32 2001/11/21 19:01:33 wiz Exp $ */
+/*     $NetBSD: ahc_pci.c,v 1.32.10.1 2003/08/23 06:44:46 tron Exp $   */
 
 /*
  * Product specific probe and attach routines for:
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahc_pci.c,v 1.32 2001/11/21 19:01:33 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahc_pci.c,v 1.32.10.1 2003/08/23 06:44:46 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -138,6 +138,7 @@
 #define ID_AHA_2950U2B         0x00109005E1009005ull
 
 #define ID_AIC7892             0x008F9005FFFF9005ull
+#define ID_AHA_2915LP          0x0082900502109005ull
 #define ID_AHA_29160           0x00809005E2A09005ull
 #define ID_AHA_29160_CPQ       0x00809005E2A00E11ull
 #define ID_AHA_29160N          0x0080900562A09005ull
@@ -380,6 +381,12 @@
                "Adaptec 19160B Ultra160 SCSI adapter",
                ahc_aic7892_setup
        },
+       {
+               ID_AHA_2915LP,
+               ID_ALL_MASK,
+               "Adaptec 2915LP Ultra160 SCSI adapter",
+               ahc_aic7892_setup
+       },
        /* aic7895 based controllers */ 
        {
                ID_AHA_2940U_DUAL,



Home | Main Index | Thread Index | Old Index