diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2012-06-09 09:46:29 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2012-06-09 09:46:29 +0000 |
commit | f36b8fc8109fc217e5727573581a2ed740e558b4 (patch) | |
tree | 3d4d90c88eb667ce65f5ee5842e8e5a16f0cd9f6 /sys/dev/pci/pcidevs | |
parent | 2b3981eba21f0dfea57f87b421d3ca8fd6d057fc (diff) |
fix the Broadcom BCM5720 id. add the IDT pcie bridge/switch used on the
myricom 10G-PCIE2-8B2-2S.
ok kettenis@
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index c52746b646e..4a48e1efdef 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1644 2012/05/23 09:04:15 mikeb Exp $ +$OpenBSD: pcidevs,v 1.1645 2012/06/09 09:46:28 dlg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1567,13 +1567,13 @@ product BROADCOM BCM5705K 0x1654 BCM5705K product BROADCOM BCM5717 0x1655 BCM5717 product BROADCOM BCM5718 0x1656 BCM5718 product BROADCOM BCM5719 0x1657 BCM5719 -product BROADCOM BCM5720 0x1658 BCM5720 product BROADCOM BCM5721 0x1659 BCM5721 product BROADCOM BCM5722 0x165a BCM5722 product BROADCOM BCM5723 0x165b BCM5723 product BROADCOM BCM5724 0x165c BCM5724 product BROADCOM BCM5705M 0x165d BCM5705M product BROADCOM BCM5705M_ALT 0x165e BCM5705M Alt +product BROADCOM BCM5720 0x165f BCM5720 product BROADCOM BCM57712 0x1662 BCM57712 product BROADCOM BCM57712E 0x1663 BCM57712E product BROADCOM BCM5714 0x1668 BCM5714 @@ -2309,6 +2309,7 @@ product IDT 89HPES12N3A 0x8018 89HPES12N3A product IDT 89HPES24N3A 0x801c 89HPES24N3A product IDT 89HPES24T6 0x802e 89HPES24T6 product IDT 89HPES4T4 0x803a 89HPES4T4 +product IDT 89HPES24T3G2 0x806a 89HPES24T3G2 /* Industrial Computer Source */ product INDCOMPSRC WDT50x 0x22c0 WDT 50x Watchdog Timer |