diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-01-11 06:32:03 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-01-11 06:32:03 +0000 |
commit | 1352e7500a9441a43d0de7b0efebfe6c6000f33a (patch) | |
tree | 15cf1f3575d9b95ea6a0407207b6271679958fe4 /sys/dev/pci | |
parent | 8e518380405b7824ab5f31fcb416bcecf5915645 (diff) |
Add the Broadcom 10Gb controller PCI id, BCM57710.
From the Linux -mm kernel tree.
ok dlg@
Diffstat (limited to 'sys/dev/pci')
-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 34d982d6fce..645d2b98758 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1310 2008/01/10 10:56:26 thib Exp $ +$OpenBSD: pcidevs,v 1.1311 2008/01/11 06:32:02 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1112,6 +1112,7 @@ product BROADCOM BCM5704S_ALT 0x1649 BCM5704S Alt product BROADCOM BCM5706 0x164a BCM5706 product BROADCOM BCM5708 0x164c BCM5708 product BROADCOM BCM5702FE 0x164d BCM5702FE +product BROADCOM BCM57710 0x164e BCM57710 product BROADCOM BCM5705 0x1653 BCM5705 product BROADCOM BCM5705K 0x1654 BCM5705K product BROADCOM BCM5720 0x1658 BCM5720 |