summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcireg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix definitions of PCI_MSIX_MAU32 and add a define for the MSI-X functionkettenis2019-05-301-2/+3
* Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). Avoidskettenis2018-08-031-1/+2
* vmd: allow guest PCI interrupt line reassignment.mlarkin2017-08-091-1/+3
* From FreeBSD (r227593, r307982):kevlo2017-06-121-1/+2
* More PCI extended capabilities handling in pcidump.mlarkin2017-03-251-2/+2
* Add some more PCI classes and subclasses. Checked against EDK2 asjsg2017-03-221-1/+8
* Print PCIe Extended Capabilities, from Simon Magesderaadt2017-03-161-1/+10
* Fix two issues in the MSI-X code. First, actually read the MSI-X capabilitykettenis2016-06-021-2/+5
* Initial support for MSI-X. Only supported on amd64 for now. I have diffs tokettenis2016-05-041-1/+16
* Add missing define for hpb(4).mpi2015-06-021-2/+4
* Add PME_STATUS and PME_EN bitmasks for the PCI PMCSR register.stsp2014-04-271-6/+8
* apparently NVM is a type of mass storage nowdlg2014-04-091-1/+2
* add a define for the link capabilities register forjsg2013-08-261-1/+3
* Define some more DCSR/DCTL bits; ok kettenismikeb2013-06-031-2/+8
* Add define for capability 0x12 (SATA).kettenis2012-05-131-1/+2
* Fix typo in the "fixed" HyperTransport MSI Mapping Capability address.kettenis2011-06-191-2/+2
* Enable MSI for HyperTransport devices that have MSI remapping enabled.kettenis2011-05-301-2/+21
* Add register definitions for PCI MSI capaility.kettenis2011-05-141-1/+14
* PCIe based sparc64 machines have always supported access to the extended PCIekettenis2010-12-051-1/+2
* Introduce a new pci routine, pci_conf_size(), which returns the size of amiod2010-12-041-1/+3
* Add definition for "Extended Synch" bit in PCIe Link Control register.damien2010-12-011-1/+2
* Add "Interrupt Disable" bit definition for the PCI Configuration Spacedamien2009-05-281-1/+2
* move some generic PCIe register flags used in wpi(4) and iwn(4)damien2008-11-251-1/+4
* Add PCI VPD read/write functions from NetBSD required for some thingsjsg2007-11-261-1/+11
* First step towards PCI Express/ExpressCard hotplug. Unplug should work onkettenis2007-11-251-1/+35
* puc@cardbus (only added (commented out) to whom has puc@pci enabled)mickey2006-07-311-1/+6
* add 2 subclasses, subclass storage SAS and subclass system SD Host Controller.brad2006-06-011-1/+2
* Support for standard SD host controllers like the Ricoh 5C822, a smalluwe2006-05-281-1/+2
* add PCI multimedia subclass type of HD audio.brad2006-05-111-1/+2
* add macros for the expansion ROM base address registerdlg2005-12-311-1/+14
* add PCI_ID_CODEbrad2004-11-161-1/+5
* Mark u_int64_t constants with ULL to make gcc3 happy.grange2003-12-061-2/+2
* convert __attribute__((__packed__)) to __packed so that parsers unawareavsm2003-11-161-4/+4
* power management status reg. definition; from netbsd.fgsch2003-10-061-1/+2
* this bit is defined as prefetchable and not cachable and thus rename and use appropriatelymickey2003-08-271-4/+4
* PCI_CAP_MBI should really be PCI_CAP_MSIgrange2003-04-021-2/+2
* Add a couple of new pci subclasses and caps from NetBSDgrange2003-04-011-2/+16
* definitions and structures for vital product data (VPD); from netbsdjason2003-02-081-1/+64
* define PCI_COMMAND_STATUS_BITS for printfs, according to the enlisted definesmickey2002-07-131-1/+7
* s/REESSERVED/RESERVED/jason2002-04-061-2/+2
* more class/subclass/caps ids; from netbsdmickey2001-05-081-7/+66
* Add PCI Power Management Control Register definitions; from NetBSD.aaron2001-02-091-1/+10
* Defines for min_gnt and max_lat fields in the bhlc reg.art2000-11-081-1/+11
* support 64bit BARs from NetBSDniklas2000-09-201-2/+8
* import a few useful consts from netbsd; mainly for pcibios thing slipmickey2000-08-021-1/+4
* Missed earlier: add PCI_HDRTYPE_TYPE macro, from NetBSD.downsj1999-10-261-1/+3
* Added pci_mapreg* interface from NetBSD.csapuntz1999-07-181-1/+28
* A slew of manifest constants for pci configuration registers gotten from freebsdniklas1999-01-301-1/+64
* fix bhlcr shift values; fgsch@olimpo.com.brderaadt1998-07-121-4/+4
* UDF and 66MHz support; zubin@clouseau.arl.wustl.eduderaadt1998-04-251-2/+4