Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Recognize 3114.



details:   https://anonhg.NetBSD.org/src/rev/b84ebb88a18b
branches:  trunk
changeset: 782194:b84ebb88a18b
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Oct 20 06:18:54 2012 +0000

description:
Recognize 3114.

diffstat:

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

diffs (31 lines):

diff -r 70c149cf2611 -r b84ebb88a18b sys/dev/pci/siisata_pci.c
--- a/sys/dev/pci/siisata_pci.c Sat Oct 20 06:14:55 2012 +0000
+++ b/sys/dev/pci/siisata_pci.c Sat Oct 20 06:18:54 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siisata_pci.c,v 1.10 2012/01/30 19:41:23 drochner Exp $ */
+/* $NetBSD: siisata_pci.c,v 1.11 2012/10/20 06:18:54 matt Exp $ */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -51,7 +51,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siisata_pci.c,v 1.10 2012/01/30 19:41:23 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siisata_pci.c,v 1.11 2012/10/20 06:18:54 matt Exp $");
 
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -85,6 +85,12 @@
 static const struct siisata_pci_board siisata_pci_boards[] = {
        {
                .spb_vend = PCI_VENDOR_CMDTECH,
+               .spb_prod = PCI_PRODUCT_CMDTECH_3114,
+               .spb_port = 4,
+               .spb_chip = 3114,
+       },
+       {
+               .spb_vend = PCI_VENDOR_CMDTECH,
                .spb_prod = PCI_PRODUCT_CMDTECH_3124,
                .spb_port = 4,
                .spb_chip = 3124,



Home | Main Index | Thread Index | Old Index