Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add support for Broadcom BCM5788 GbE. Patches su...



details:   https://anonhg.NetBSD.org/src/rev/6717368fde2b
branches:  trunk
changeset: 566541:6717368fde2b
user:      tron <tron%NetBSD.org@localhost>
date:      Wed May 12 07:07:34 2004 +0000

description:
Add support for Broadcom BCM5788 GbE. Patches supplied by FUKAUMI Naoki
in PR kern/25166.

diffstat:

 sys/dev/pci/if_bge.c |  18 +++++++++++-------
 sys/dev/pci/pcidevs  |   3 ++-
 2 files changed, 13 insertions(+), 8 deletions(-)

diffs (63 lines):

diff -r 60fc5d9b56a6 -r 6717368fde2b sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c      Wed May 12 04:01:36 2004 +0000
+++ b/sys/dev/pci/if_bge.c      Wed May 12 07:07:34 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bge.c,v 1.69 2004/04/10 19:23:49 thorpej Exp $      */
+/*     $NetBSD: if_bge.c,v 1.70 2004/05/12 07:07:34 tron Exp $ */
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.69 2004/04/10 19:23:49 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.70 2004/05/12 07:07:34 tron Exp $");
 
 #include "bpfilter.h"
 #include "vlan.h"
@@ -2044,6 +2044,15 @@
          },
 
        { PCI_VENDOR_BROADCOM,
+         PCI_PRODUCT_BROADCOM_BCM5782,
+         "Broadcom BCM5782 Gigabit Ethernet",
+         },
+       { PCI_VENDOR_BROADCOM,
+         PCI_PRODUCT_BROADCOM_BCM5788,
+         "Broadcom BCM5788 Gigabit Ethernet",
+         },
+
+       { PCI_VENDOR_BROADCOM,
          PCI_PRODUCT_BROADCOM_BCM5901,
          "Broadcom BCM5901 Fast Ethernet",
          },
@@ -2052,11 +2061,6 @@
          "Broadcom BCM5901A2 Fast Ethernet",
          },
 
-       { PCI_VENDOR_BROADCOM,
-         PCI_PRODUCT_BROADCOM_BCM5782,
-         "Broadcom BCM5782 Gigabit Ethernet",
-         },
-
        { PCI_VENDOR_SCHNEIDERKOCH,
          PCI_PRODUCT_SCHNEIDERKOCH_SK_9DX1,
          "SysKonnect SK-9Dx1 Gigabit Ethernet",
diff -r 60fc5d9b56a6 -r 6717368fde2b sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Wed May 12 04:01:36 2004 +0000
+++ b/sys/dev/pci/pcidevs       Wed May 12 07:07:34 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.624 2004/05/11 23:14:17 thorpej Exp $
+$NetBSD: pcidevs,v 1.625 2004/05/12 07:07:34 tron Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1082,6 +1082,7 @@
 product BROADCOM BCM5705M      0x165d  BCM5705M 10/100/1000 Ethernet
 product BROADCOM BCM5705_ALT   0x165e  BCM5705 10/100/1000 Ethernet
 product BROADCOM BCM5782       0x1696  BCM5782 10/100/1000 Ethernet
+product BROADCOM BCM5788       0x169c  BCM5788 10/100/1000 Ethernet
 product BROADCOM BCM5901       0x170d  BCM5901 10/100 Ethernet
 product BROADCOM BCM5901A2     0x170e  BCM5901A 10/100 Ethernet
 product BROADCOM BCM4401       0x4401  BCM4401 10/100 Ethernet



Home | Main Index | Thread Index | Old Index