diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-08-26 05:41:08 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-08-26 05:41:08 +0000 |
commit | 7b363006e20e6f7c10d462ce503d29fd7b6e7a5e (patch) | |
tree | 4748086388c06950c95233f8d5a4572d903f86bc /sys | |
parent | c8bc20484ea9c4472857de37479eb8eee2e1e8da (diff) |
Add the PCI id for the Broadcom BCM5785 Ethernet controller.
Diffstat (limited to 'sys')
-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 1609cf2dd75..5be3a49ec4c 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1400 2008/08/22 01:09:07 deraadt Exp $ +$OpenBSD: pcidevs,v 1.1401 2008/08/26 05:41:07 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1222,6 +1222,7 @@ product BROADCOM BCM5764 0x1684 BCM5764 product BROADCOM BCM5787M 0x1693 BCM5787M product BROADCOM BCM5782 0x1696 BCM5782 product BROADCOM BCM5784 0x1698 BCM5784 +product BROADCOM BCM5785 0x1699 BCM5785 product BROADCOM BCM5786 0x169a BCM5786 product BROADCOM BCM5787 0x169b BCM5787 product BROADCOM BCM5788 0x169c BCM5788 |