diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-08-18 22:28:37 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-08-18 22:28:37 +0000 |
commit | 02b31e8888da92ec8ac92368dbe53694c2537df3 (patch) | |
tree | 29f5aadad4bc3247e72df23a9581d9f2d0560c77 /sys/dev | |
parent | 64ff15d8eb69f0b917634574b7a8c84ab3366e87 (diff) |
Add the PCI id for the Broadcom BCM5716 Ethernet controller.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 0ea90e27e0e..2e0ea3cb4be 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1398 2008/08/13 03:45:55 brad Exp $ +$OpenBSD: pcidevs,v 1.1399 2008/08/18 22:28:36 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1178,6 +1178,7 @@ product BROADCOM BCM5752 0x1600 BCM5752 product BROADCOM BCM5752M 0x1601 BCM5752M product BROADCOM BCM5709 0x1639 BCM5709 product BROADCOM BCM5709S 0x163a BCM5709S +product BROADCOM BCM5716 0x163b BCM5716 product BROADCOM BCM5700 0x1644 BCM5700 product BROADCOM BCM5701 0x1645 BCM5701 product BROADCOM BCM5702 0x1646 BCM5702 |