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 a SMC9432BTX from PCI subsys id and te...



details:   https://anonhg.NetBSD.org/src/rev/e56da5d3c57c
branches:  trunk
changeset: 534084:e56da5d3c57c
user:      drochner <drochner%NetBSD.org@localhost>
date:      Mon Jul 15 17:23:06 2002 +0000

description:
recognize a SMC9432BTX from PCI subsys id and tell the bus independant
backend that it bas a BNC port (just like the SMC9432BTX1)

diffstat:

 sys/dev/pci/if_epic_pci.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 7fc51a9233e6 -r e56da5d3c57c sys/dev/pci/if_epic_pci.c
--- a/sys/dev/pci/if_epic_pci.c Mon Jul 15 17:21:12 2002 +0000
+++ b/sys/dev/pci/if_epic_pci.c Mon Jul 15 17:23:06 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_epic_pci.c,v 1.19 2001/11/13 07:48:43 lukem Exp $   */
+/*     $NetBSD: if_epic_pci.c,v 1.20 2002/07/15 17:23:06 drochner Exp $        */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_epic_pci.c,v 1.19 2001/11/13 07:48:43 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_epic_pci.c,v 1.20 2002/07/15 17:23:06 drochner Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h> 
@@ -123,6 +123,8 @@
        pcireg_t subsysid;
        int flags;
 } epic_pci_subsys_info[] = {
+       { PCI_ID_CODE(PCI_VENDOR_SMC, 0xa015), /* SMC9432BTX */
+         EPIC_HAS_BNC },
        { PCI_ID_CODE(PCI_VENDOR_SMC, 0xa024), /* SMC9432BTX1 */
          EPIC_HAS_BNC },
        { PCI_ID_CODE(PCI_VENDOR_SMC, 0xa016), /* SMC9432FTX */



Home | Main Index | Thread Index | Old Index