Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Revert previous; the SiI3114 is not even BAR/reg...



details:   https://anonhg.NetBSD.org/src/rev/04e3c04849ce
branches:  trunk
changeset: 789380:04e3c04849ce
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Aug 17 14:39:54 2013 +0000

description:
Revert previous; the SiI3114 is not even BAR/register compatible with
siisata(4).

diffstat:

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

diffs (31 lines):

diff -r 0c9ada19447e -r 04e3c04849ce sys/dev/pci/siisata_pci.c
--- a/sys/dev/pci/siisata_pci.c Sat Aug 17 13:08:16 2013 +0000
+++ b/sys/dev/pci/siisata_pci.c Sat Aug 17 14:39:54 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siisata_pci.c,v 1.11 2012/10/20 06:18:54 matt Exp $ */
+/* $NetBSD: siisata_pci.c,v 1.12 2013/08/17 14:39:54 jakllsch Exp $ */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -51,7 +51,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siisata_pci.c,v 1.11 2012/10/20 06:18:54 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siisata_pci.c,v 1.12 2013/08/17 14:39:54 jakllsch Exp $");
 
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -85,12 +85,6 @@
 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