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 BCM5705K.



details:   https://anonhg.NetBSD.org/src/rev/317bc52921c4
branches:  trunk
changeset: 571346:317bc52921c4
user:      tacha <tacha%NetBSD.org@localhost>
date:      Fri Nov 19 10:17:17 2004 +0000

description:
Add support for Broadcom BCM5705K.

diffstat:

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

diffs (29 lines):

diff -r 39022bcb256f -r 317bc52921c4 sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c      Fri Nov 19 10:01:20 2004 +0000
+++ b/sys/dev/pci/if_bge.c      Fri Nov 19 10:17:17 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bge.c,v 1.77 2004/10/30 18:09:22 thorpej Exp $      */
+/*     $NetBSD: if_bge.c,v 1.78 2004/11/19 10:17:17 tacha Exp $        */
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.77 2004/10/30 18:09:22 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.78 2004/11/19 10:17:17 tacha Exp $");
 
 #include "bpfilter.h"
 #include "vlan.h"
@@ -2073,6 +2073,10 @@
          "Broadcom BCM5705 Gigabit Ethernet",
          },
        { PCI_VENDOR_BROADCOM,
+         PCI_PRODUCT_BROADCOM_BCM5705_K,
+         "Broadcom BCM5705K Gigabit Ethernet",
+         },
+       { PCI_VENDOR_BROADCOM,
          PCI_PRODUCT_BROADCOM_BCM5705_ALT,
          "Broadcom BCM5705 Gigabit Ethernet",
          },



Home | Main Index | Thread Index | Old Index