Module Name: src
Committed By: mrg
Date: Sun May 22 08:15:20 UTC 2011
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
match some fujitsu bge interfaces seen on PRIMEPOWER 250/450 systems.
from Michael Moll <[email protected]>, taken from openbsd.
To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/sys/dev/pci/if_bge.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/if_bge.c
diff -u src/sys/dev/pci/if_bge.c:1.195 src/sys/dev/pci/if_bge.c:1.196
--- src/sys/dev/pci/if_bge.c:1.195 Mon May 2 09:03:10 2011
+++ src/sys/dev/pci/if_bge.c Sun May 22 08:15:20 2011
@@ -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 },