diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-23 22:50:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-23 22:50:07 +0000 |
commit | 10e97ee02c2ef5c7a4450b5002125ad069313571 (patch) | |
tree | 6b196cd18623d084a1220f555604521d67f9b2b7 /sys/dev/pci | |
parent | 8f409d85056ce9e42639961127bb3182b1a6d35c (diff) |
Another Fujitsu Gigabit Etherenet card that is a bge(4) in disguise.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_bge.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index b335db6d7bf..718936a3c7c 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.233 2008/05/23 08:49:27 brad Exp $ */ +/* $OpenBSD: if_bge.c,v 1.234 2008/05/23 22:50:06 kettenis Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -268,6 +268,7 @@ const struct pci_matchid bge_devices[] = { { PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5906 }, { PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5906M }, + { PCI_VENDOR_FUJITSU, PCI_PRODUCT_FUJITSU_PW008GE5 }, { PCI_VENDOR_FUJITSU, PCI_PRODUCT_FUJITSU_PP250_450_LAN }, { PCI_VENDOR_SCHNEIDERKOCH, PCI_PRODUCT_SCHNEIDERKOCH_SK9D21 }, |