Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci match Adaptec 1220SA; that card actually uses Si...



details:   https://anonhg.NetBSD.org/src/rev/32ae3d49db7e
branches:  trunk
changeset: 824775:32ae3d49db7e
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Jun 17 20:36:46 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 2755dc5ace3f -r 32ae3d49db7e sys/dev/pci/siisata_pci.c
--- a/sys/dev/pci/siisata_pci.c Sat Jun 17 20:25:26 2017 +0000
+++ b/sys/dev/pci/siisata_pci.c Sat Jun 17 20:36:46 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.15 2017/06/17 20:36:46 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.15 2017/06/17 20:36:46 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