On Sun, Nov 22, 2015 at 01:27:49PM -0800, Bryan Vyhmeister wrote: > I noticed a patch come through a few minutes ago to add some pcidevs for > other Apple systems so I added identifications for the BCM15700A2 chip > which appears at least in the 2013/2014/2015 MacBook Air system. It > appears to be the 720p FaceTime camera. I also added identifications for > the BCM4360 802.11ac wireless chipset. This is my first patch of this > type so I tried to put the added information in the right spots.
I just realized that pcidevs.h and pcidevs_data.h are auto generated so my patch did not need to include them. I also added the pcidevs info for the Intel DSL3510 Thunderbolt as well which appears in pcidump output on the 2013 MacBook Air (MacBookAir6,1) under pcidump but, curiously, does not show up in pcidump output on the 2015 MacBook Air (MacBookAir7,2). Bryan Index: pcidevs =================================================================== RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1.1777 diff -u -p -r1.1777 pcidevs --- pcidevs 22 Nov 2015 21:13:05 -0000 1.1777 +++ pcidevs 23 Nov 2015 01:42:48 -0000 @@ -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 SGM 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
