Source-Changes-HG archive

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

[src/jdolecek-ncq]: src/sys/dev/pci match Adaptec 1220SA; that card actually ...



details:   https://anonhg.NetBSD.org/src/rev/df2151125322
branches:  jdolecek-ncq
changeset: 822927:df2151125322
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Jun 17 20:34:52 2017 +0000

description:
match Adaptec 1220SA; that card actually uses Silicon Image 3132, and works
well with the siisata(4) driver

diffstat:

 sys/dev/pci/siisata_pci.c |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 60c549759852 -r df2151125322 sys/dev/pci/siisata_pci.c
--- a/sys/dev/pci/siisata_pci.c Sat Jun 17 19:24:26 2017 +0000
+++ b/sys/dev/pci/siisata_pci.c Sat Jun 17 20:34:52 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siisata_pci.c,v 1.14 2016/07/14 04:19:27 msaitoh Exp $ */
+/* $NetBSD: siisata_pci.c,v 1.14.6.1 2017/06/17 20:34:52 jdolecek Exp $ */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -51,7 +51,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siisata_pci.c,v 1.14 2016/07/14 04:19:27 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siisata_pci.c,v 1.14.6.1 2017/06/17 20:34:52 jdolecek Exp $");
 
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -97,6 +97,12 @@
        },
        {
                .spb_vend = PCI_VENDOR_CMDTECH,
+               .spb_prod = PCI_PRODUCT_CMDTECH_AAR_1220SA,
+               .spb_port = 2,
+               .spb_chip = 3132,
+       },
+       {
+               .spb_vend = PCI_VENDOR_CMDTECH,
                .spb_prod = PCI_PRODUCT_CMDTECH_3531,
                .spb_port = 1,
                .spb_chip = 3531,



Home | Main Index | Thread Index | Old Index