summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pcireg.h
Commit message (Expand)AuthorAgeFilesLines
* pcireg.h: Add AMD IOMMU Base Cap definitionsKonstantin Belousov2024-04-171-0/+52
* pcireg.h: add include guardKonstantin Belousov2024-04-171-0/+5
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* pcireg.h: Add values for ACS PCIe Extended capability.Navdeep Parhar2023-02-021-0/+25
* Add more values for PCI capabilities, PCIe extended capabilities, and subclas...Konstantin Belousov2020-02-201-0/+26
* Fix typo.Konstantin Belousov2020-02-171-1/+1
* Add accessors for the Vendor Specific Extended Capability (VSEC)Scott Long2019-12-131-0/+7
* Remove "All rights reserved" phrase from copyright notes.Stefan Eßer2019-12-041-2/+1
* Add PCIV_INVALID definitionSlava Shwartsman2018-09-261-0/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add constants and descriptions for some new PCI class definitionsScott Long2017-03-131-0/+5
* Use symbolic constants for OSC support / control negotiations.Warner Losh2017-02-151-0/+16
* Reset PCI pass through devices via PCI-e FLR during VM start and end.John Baldwin2016-09-061-3/+18
* Native PCI-express HotPlug support.John Baldwin2016-05-051-0/+8
* Add support for Enhanced Allocation in pciconfWojciech Macek2016-02-261-0/+47
* Fix invalid root link detection in mv_pci driverZbigniew Bodek2016-01-201-0/+3
* Add a new -B flag for use with list mode (-l) that lists details aboutJohn Baldwin2015-11-231-0/+24
* Add support for vendor specific function for PCI devid acquisition in ITSZbigniew Bodek2015-07-211-0/+1
* Implement interface to create SR-IOV Virtual FunctionsRyan Stone2015-03-011-0/+18
* Add some pcib methods to get ARI-related informationRyan Stone2015-03-011-0/+4
* Add IOMMU PCI subclass, found on Tyan S8236 motherboard.Alexander Motin2014-05-201-0/+1
* Add support for PCIe ARIRyan Stone2014-04-011-0/+8
* Add a method to get the PCI RID for a device.Ryan Stone2014-04-011-0/+17
* Revert PCI RID changes.Ryan Stone2014-04-011-25/+0
* Add a method to get the PCI Routing ID for a deviceRyan Stone2014-04-011-0/+25
* Add some definitions for the bits in root control and status PCIe capKonstantin Belousov2013-10-241-0/+9
* Add new capability types encodings from HyperTransport I/O LinkKonstantin Belousov2013-05-171-0/+4
* Add missing Extended Capability ID Numbers from PCIe 3.0.Warner Losh2012-10-191-2/+12
* Add constants for programming interfaces for NVM/solid state storageJim Harris2012-09-191-0/+2
* Add PCI subclass for NVM Express devices.Gavin Atkinson2012-09-191-0/+1
* Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-181-141/+141
* - Add #defines for the bits within the iPCI Express PCIR_EXPRESS_LINK_CTLGavin Atkinson2012-09-171-1/+15
* - Add some registers defined in PCI 3.0 including new AER bits.John Baldwin2012-09-131-11/+68
* Add #defines for the bits in the PCI Express SLOT registers. NamesGavin Atkinson2012-09-051-0/+32
* Save more of config space for PCI Express and PCI-X devices.Alexander Kabaev2012-03-081-0/+10
* Fix a spelling mistake in the surprise link down error constant.John Baldwin2012-01-311-1/+1
* Add a constant for the PCI-e surprise link down uncorrectable error.John Baldwin2012-01-301-0/+1
* Add a constant for the Advisory Non-Fatal Error bit in AER corrected errorJohn Baldwin2011-11-301-0/+1
* Renamed PCI_INTERFACE_XHCI to PCIP_SERIALBUS_USB_XHCI and moved itRuslan Ermilov2011-05-171-0/+1
* Explicitly track the state of all known BARs for each PCI device. The PCIJohn Baldwin2011-03-311-0/+1
* Update PCI power management registers per PCI Bus Power Management InterfaceJung-uk Kim2010-10-201-14/+18
* - Rename the constant for the Master Data Parity Error flag in theJohn Baldwin2010-09-091-24/+24
* - Add register definitions related to extended capability IDs inJohn Baldwin2010-09-081-0/+84
* Provide more defines for PCI-Express device ctrl.Rafal Jaworowski2010-07-111-0/+3
* Add more bit definitions to PCI express device control and devicePyun YongHyeon2010-02-011-0/+8
* number of cleanups in i386 and amd64 pci md codeAndriy Gapon2009-09-241-0/+1
* pci: remove definitions of duplicate constantsAndriy Gapon2009-09-101-5/+5
* - Add a few more register defintions for the PCI express capabilityJohn Baldwin2009-04-171-0/+28
* Always read/write the full 64-bit value of 64-bit BARs. Specifically,John Baldwin2009-03-051-1/+1