diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-11-24 21:28:05 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-11-24 21:28:05 +0000 |
commit | 573a91442e9aa704fb48b7fb9add879cd0dcdda9 (patch) | |
tree | c2de36f6521e8a767f496c38c5ba5c86d8947024 /sys/dev/pci/pcidevs | |
parent | b6780e0a0f26918265b989f627fd046103cc3deb (diff) |
Add a few missing devices found on recent Apple hardware.
From Bryan Vyhmeister.
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 462aa6eda2d..ab8292564a9 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1778 2015/11/24 07:47:49 daniel Exp $ +$OpenBSD: pcidevs,v 1.1779 2015/11/24 21:28:04 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1937,6 +1937,7 @@ product BOCHS VGA 0x1111 VGA /* Broadcom */ product BROADCOM BCM43224_1 0x0576 BCM43224 +product BROADCOM BCM15700A2 0x1570 BCM15700A2 product BROADCOM BCM5752 0x1600 BCM5752 product BROADCOM BCM5752M 0x1601 BCM5752M product BROADCOM BCM5709 0x1639 BCM5709 @@ -2075,6 +2076,7 @@ product BROADCOM SERIAL_GC 0x4344 Serial product BROADCOM BCM43224 0x4353 BCM43224 product BROADCOM BCM43225 0x4357 BCM43225 product BROADCOM BCM43227 0x4358 BCM43227 +product BROADCOM BCM4360 0x43a0 BCM4360 product BROADCOM BCM4401 0x4401 BCM4401 product BROADCOM BCM4401B0 0x4402 BCM4401B0 product BROADCOM BCM4313 0x4727 BCM4313 @@ -3335,6 +3337,7 @@ product INTEL I210_SGMII 0x1538 I210 SGMII product INTEL I211_COPPER 0x1539 I211 product INTEL I217_LM 0x153a I217-LM product INTEL I217_V 0x153b I217-V +product INTEL DSL3510 0x1547 DSL3510 Thunderbolt product INTEL 82599_SFP_SF2 0x154d 82599 product INTEL 82599EN_SFP 0x1557 82599EN product INTEL I218_LM 0x155a I218-LM |