summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pcidevs
AgeCommit message (Collapse)Author
2019-06-14more Intel Apollo Lake idsJonathan Gray
from James Hastings
2019-05-10add Intel Atom C3000 idsJonathan Gray
2019-05-08add more Intel 300 Series PCH idsJonathan Gray
2019-05-05Harmonize AMD CPU/APU devices.Mark Kettenis
ok jsg@
2019-05-02add Cryptographics Co-processor found on newer AMD Ryzen CPUs/APUsMark Kettenis
2019-04-24add the product id for VMware NVMe interfaceDavid Gwynne
2019-04-23shorten some stringsTheo de Raadt
2019-04-23Add more amdgpu device ids.Jonathan Gray
The marketing names in libdrm's amdgpu.ids are based on device id and revision id. A single device id often maps to multiple marketing names but the same codename so stick to codenames here. The marketing names in amdgpu.ids also do not cover all the device ids amdgpu matches on. Use the same codenames as amdgpu. Polaris 20 and Polaris 30 as Polaris 10. Polaris 21 as Polaris 11. Polaris 22 as Vega M.
2019-04-10Add support for X722 to ixl(4)Peter Hessler
full list of pci ids from sthen@ OK sthen@, jmatthew@, deraadt@
2019-03-20add more intel graphics pci ids with known marketing namesJonathan Gray
2019-03-20add radeondrm pci ids missing from pcidevs but present in drm_pciids.hJonathan Gray
2019-03-16add entries for Attansic E2400/E2500, from Brad (and also present,Stuart Henderson
though with longer names, in an earlier diff from Genadijus Paleckis)
2019-02-20fix the name of some BCM57417 and BCM57416 partsDavid Gwynne
from msaitoh
2019-02-20the broadcom BCM57811_VF device id should be 0x163f, not 0x16efDavid Gwynne
technically 0x16ef is for "BCM57416 NetXtreme-E RDMA Partition". from msaitoh ok jmatthew@
2019-02-18Add another PCI ID for Intel Dual Band Wireless AC 9560, found inKevin Lo
thinkpad x1 extreme. ok stsp@
2019-01-10Add virtio 1.x PCI IDsStefan Fritsch
Everything above 0x1040 is 1.x only. Also tweak descriptoin of memory balloon device. There will be a memory device, too ok mlarkin@
2019-01-05add more intel core and 300 series u idsJonathan Gray
2018-12-18add a wifi 9560 found in a new laptop. ok deraadtTed Unangst
2018-12-18Add some devices found on Intel Leaf Hill CRB.Kevin Lo
ok deraadt@
2018-12-16few more devsTheo de Raadt
2018-11-30Add another Xeon E3-1200 v6/7 host device.Mike Larkin
Add nVidia Quadro M1200 from Peter Ezetta, thanks.
2018-11-25Add core4g thermal id; ok mlarkin.Daniel Dickman
2018-11-16add more intel 100 series devicesJoshua Stein
2018-11-11Add ID for a VIA HD Audio device found on my HP t5570 Thin Client.Frederic Cambus
While there, update URL for the vendor ID search engine. OK mlarkin@
2018-11-08correct intel 0x9d66Jonathan Gray
reported by Masanobu SAITOH
2018-10-26Add VirtualBox NVMeMike Larkin
From Andrew Daugherity
2018-10-26Fix entry for Realtek RTL8723BE, from Stuart Shillington.Kevin Lo
2018-10-22Add AMD 400 series (promontory), vega 10, more 17h ids seen onJonathan Gray
Ryzen 5 2600X, rename KernCZ FCH ids incorrectly labelled as Carrizo.
2018-10-21Add some devices found on Lenovo A485.mortimer
ok jsg@
2018-10-01add RTL8723AEJonathan Matthew
2018-09-03add another toshiba nvmeJoshua Stein
2018-08-25Audio as found on an "Oland" Radeon card. Naming is a bit arbitrary, butMark Kettenis
this one is present on several GCN gen 1 cards that have names that start in the HD 7700 range.
2018-08-20Add Broadcom BCM4371.Patrick Wildt
ok kettenis@
2018-08-09ASMedia ASM1184e PCIe switch.Mark Kettenis
2018-08-08Fix Realtek product name from RT8188 to RTL8188CEKevin Lo
ok stsp@
2018-07-24Add SanDisk/WD Black NVMe devices.Mark Kettenis
From Bryan Vyhmeister
2018-07-08add AMD Summit Ridge (17h) and Raven Ridge PCI devices. ok brynet@thfr
2018-07-06add Broadcom NetXtreme-C/E devicesJonathan Matthew
2018-07-03Add device IDs of the VIA VX900 chipset.Frederic Cambus
OK mlarkin@
2018-06-16add SAS3.5 megaraids in SAS HBA modeJonathan Matthew
2018-05-24Add AMD SR5690/5670/5650 IOMMU to pcidevsMike Larkin
Display name taken from existing pcidevs context (previous devices in same family) and verified against AMD's "43871 Register Reference Guide" for this platform
2018-05-18Fix entry for Intel CM238 LPC.Mark Kettenis
ok mlarkin@
2018-05-17pci devices found on dell precision 7520Mike Larkin
2018-05-16Add a few Intel C620 PCH entries.Mark Kettenis
Add the PLX PEX 9733 PCIe switch.
2018-04-27add Marvell 88W8897 wireless to pcidevs (no driver yet)Mike Larkin
2018-04-23Add ids for AMD 15h 3xh family along with Kaveri graphicsccardenas
Ok mlarkin@ jsg@
2018-04-20add and update amd cryptographic co-processor devicesDavid Gwynne
2018-04-14add another lite-on vendor id and cb1 nvmeJoshua Stein
2018-04-03Add Marvell ARMADA 7K/8K (CP110) Root Complex.Mark Kettenis
2018-04-02add a bunch of Intel Apollo Lake devices found on NUC6CAYH / Celeron J3455Henning Brauer
input & ok jsg