Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci match some fujitsu bge interfaces seen on PRIMEP...



details:   https://anonhg.NetBSD.org/src/rev/3f296e829092
branches:  trunk
changeset: 765216:3f296e829092
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun May 22 08:15:20 2011 +0000

description:
match some fujitsu bge interfaces seen on PRIMEPOWER 250/450 systems.
from Michael Moll <kvedulv%kvedulv.de@localhost>, taken from openbsd.

diffstat:

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

diffs (37 lines):

diff -r e4911569c863 -r 3f296e829092 sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c      Sun May 22 08:13:56 2011 +0000
+++ b/sys/dev/pci/if_bge.c      Sun May 22 08:15:20 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bge.c,v 1.195 2011/05/02 09:03:10 jym Exp $ */
+/*     $NetBSD: if_bge.c,v 1.196 2011/05/22 08:15:20 mrg Exp $ */
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.195 2011/05/02 09:03:10 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.196 2011/05/22 08:15:20 mrg Exp $");
 
 #include "vlan.h"
 #include "rnd.h"
@@ -605,6 +605,18 @@
          PCI_PRODUCT_3COM_3C996,
          "3Com 3c996 Gigabit Ethernet",
          },
+       { PCI_VENDOR_FUJITSU4,
+         PCI_PRODUCT_FUJITSU4_PW008GE4,
+         "Fujitsu PW008GE4 Gigabit Ethernet",
+         },
+       { PCI_VENDOR_FUJITSU4,
+         PCI_PRODUCT_FUJITSU4_PW008GE5,
+         "Fujitsu PW008GE5 Gigabit Ethernet",
+         },
+       { PCI_VENDOR_FUJITSU4,
+         PCI_PRODUCT_FUJITSU4_PP250_450_LAN,
+         "Fujitsu Primepower 250/450 Gigabit Ethernet",
+         },
        { 0,
          0,
          NULL },



Home | Main Index | Thread Index | Old Index