summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcidevs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add Intel Atom C3000 idsjsg2019-05-101-1/+32
|
* add more Intel 300 Series PCH idsjsg2019-05-081-1/+52
|
* Harmonize AMD CPU/APU devices.kettenis2019-05-051-7/+8
| | | | ok jsg@
* add Cryptographics Co-processor found on newer AMD Ryzen CPUs/APUskettenis2019-05-021-1/+2
|
* add the product id for VMware NVMe interfacedlg2019-04-241-1/+2
|
* shorten some stringsderaadt2019-04-231-81/+81
|
* Add more amdgpu device ids.jsg2019-04-231-5/+73
| | | | | | | | | | | | 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.
* Add support for X722 to ixl(4)phessler2019-04-101-1/+7
| | | | | | full list of pci ids from sthen@ OK sthen@, jmatthew@, deraadt@
* add more intel graphics pci ids with known marketing namesjsg2019-03-201-2/+11
|
* add radeondrm pci ids missing from pcidevs but present in drm_pciids.hjsg2019-03-201-12/+89
|
* add entries for Attansic E2400/E2500, from Brad (and also present,sthen2019-03-161-1/+3
| | | | though with longer names, in an earlier diff from Genadijus Paleckis)
* fix the name of some BCM57417 and BCM57416 partsdlg2019-02-201-3/+3
| | | | from msaitoh
* the broadcom BCM57811_VF device id should be 0x163f, not 0x16efdlg2019-02-201-2/+2
| | | | | | | technically 0x16ef is for "BCM57416 NetXtreme-E RDMA Partition". from msaitoh ok jmatthew@
* Add another PCI ID for Intel Dual Band Wireless AC 9560, found inkevlo2019-02-181-1/+2
| | | | | | thinkpad x1 extreme. ok stsp@
* Add virtio 1.x PCI IDssf2019-01-101-4/+9
| | | | | | | | | Everything above 0x1040 is 1.x only. Also tweak descriptoin of memory balloon device. There will be a memory device, too ok mlarkin@
* add more intel core and 300 series u idsjsg2019-01-051-1/+66
|
* add a wifi 9560 found in a new laptop. ok deraadttedu2018-12-181-1/+2
|
* Add some devices found on Intel Leaf Hill CRB.kevlo2018-12-181-2/+6
| | | | ok deraadt@
* few more devsderaadt2018-12-161-1/+3
|
* Add another Xeon E3-1200 v6/7 host device.mlarkin2018-11-301-1/+3
| | | | | | Add nVidia Quadro M1200 from Peter Ezetta, thanks.
* Add core4g thermal id; ok mlarkin.daniel2018-11-251-1/+2
|
* add more intel 100 series devicesjcs2018-11-161-2/+4
|
* Add ID for a VIA HD Audio device found on my HP t5570 Thin Client.fcambus2018-11-111-3/+4
| | | | | | While there, update URL for the vendor ID search engine. OK mlarkin@
* correct intel 0x9d66jsg2018-11-081-2/+4
| | | | reported by Masanobu SAITOH
* Add VirtualBox NVMemlarkin2018-10-261-1/+2
| | | | From Andrew Daugherity
* Fix entry for Realtek RTL8723BE, from Stuart Shillington.kevlo2018-10-261-2/+2
|
* Add AMD 400 series (promontory), vega 10, more 17h ids seen onjsg2018-10-221-10/+27
| | | | Ryzen 5 2600X, rename KernCZ FCH ids incorrectly labelled as Carrizo.
* Add some devices found on Lenovo A485.mortimer2018-10-211-2/+20
| | | | ok jsg@
* add RTL8723AEjmatthew2018-10-011-1/+2
|
* add another toshiba nvmejcs2018-09-031-1/+2
|
* Audio as found on an "Oland" Radeon card. Naming is a bit arbitrary, butkettenis2018-08-251-1/+2
| | | | | this one is present on several GCN gen 1 cards that have names that start in the HD 7700 range.
* Add Broadcom BCM4371.patrick2018-08-201-1/+2
| | | | ok kettenis@
* ASMedia ASM1184e PCIe switch.kettenis2018-08-091-1/+2
|
* Fix Realtek product name from RT8188 to RTL8188CEkevlo2018-08-081-2/+2
| | | | ok stsp@
* Add SanDisk/WD Black NVMe devices.kettenis2018-07-241-1/+6
| | | | From Bryan Vyhmeister
* add AMD Summit Ridge (17h) and Raven Ridge PCI devices. ok brynet@thfr2018-07-081-1/+20
|
* add Broadcom NetXtreme-C/E devicesjmatthew2018-07-061-1/+18
|
* Add device IDs of the VIA VX900 chipset.fcambus2018-07-031-1/+16
| | | | OK mlarkin@
* add SAS3.5 megaraids in SAS HBA modejmatthew2018-06-161-1/+7
|
* Add AMD SR5690/5670/5650 IOMMU to pcidevsmlarkin2018-05-241-1/+2
| | | | | | Display name taken from existing pcidevs context (previous devices in same family) and verified against AMD's "43871 Register Reference Guide" for this platform
* Fix entry for Intel CM238 LPC.kettenis2018-05-181-2/+2
| | | | ok mlarkin@
* pci devices found on dell precision 7520mlarkin2018-05-171-1/+9
|
* Add a few Intel C620 PCH entries.kettenis2018-05-161-1/+16
| | | | Add the PLX PEX 9733 PCIe switch.
* add Marvell 88W8897 wireless to pcidevs (no driver yet)mlarkin2018-04-271-1/+2
|
* Add ids for AMD 15h 3xh family along with Kaveri graphicsccardenas2018-04-231-1/+35
| | | | Ok mlarkin@ jsg@
* add and update amd cryptographic co-processor devicesdlg2018-04-201-2/+4
|
* add another lite-on vendor id and cb1 nvmejcs2018-04-141-1/+3
|
* Add Marvell ARMADA 7K/8K (CP110) Root Complex.kettenis2018-04-031-1/+2
|
* add a bunch of Intel Apollo Lake devices found on NUC6CAYH / Celeron J3455henning2018-04-021-1/+17
| | | | input & ok jsg
* add a number of devices found on the new X1jasper2018-03-141-1/+7
| | | | feedback and ok jsg@