summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcireg.h
Commit message (Expand)AuthorAgeFilesLines
* Explicitly track the state of all known BARs for each PCI device. The PCIjhb2011-03-311-0/+1
* Update PCI power management registers per PCI Bus Power Management Interfacejkim2010-10-201-14/+18
* - Rename the constant for the Master Data Parity Error flag in thejhb2010-09-091-24/+24
* - Add register definitions related to extended capability IDs injhb2010-09-081-0/+84
* Provide more defines for PCI-Express device ctrl.raj2010-07-111-0/+3
* Add more bit definitions to PCI express device control and deviceyongari2010-02-011-0/+8
* number of cleanups in i386 and amd64 pci md codeavg2009-09-241-0/+1
* pci: remove definitions of duplicate constantsavg2009-09-101-5/+5
* - Add a few more register defintions for the PCI express capabilityjhb2009-04-171-0/+28
* Always read/write the full 64-bit value of 64-bit BARs. Specifically,jhb2009-03-051-1/+1
* Disable INTx when enabling MSI/MSIXrnoland2009-03-021-0/+1
* Add SATA and PCI Advanced Features capabilities constants.mav2009-02-151-0/+11
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of ajhb2009-02-021-1/+3
* Nit: Add a few leading zeros to make this match other mask constantsimp2008-11-031-1/+1
* Add HDA multimedia subclass.mav2008-10-211-0/+1
* The config space registers holding the upper 32-bits of the prefetchablejhb2008-08-201-0/+3
* - Fix a small bit slip in PCIM_PCAP_D[0-2]PME defines.sepotvin2007-09-191-3/+5
* Change PCIM_CIS_ASI_TUPLE to _CONFIG.imp2007-05-161-3/+5
* - HT 2.00b added a new flag to the MSI mapping HT capability to indicatejhb2007-04-251-0/+2
* Add constants for the fields in a BAR. Also, add two new macrosjhb2007-03-311-0/+13
* - Add missing constants for subclasses.jhb2007-03-311-5/+31
* - Flesh out list of UART simple comms programming interfaces.jhb2007-03-051-1/+15
* Add constants for the PCIY_VENDOR (vendor-specific), PCIY_DEBUG (EHCIjhb2007-02-021-0/+22
* - Change the PCI-X registers constants to be relative to the PCI-X PCIjhb2007-01-191-15/+71
* Fix the subvendor ID for PCI-PCI bridges.jhb2007-01-161-3/+4
* Replace #define<space> with #define<tab> so the code is consistent withjhb2006-12-141-333/+333
* - Add constants for HT PCI capability registers including the variousjhb2006-12-121-0/+21
* First cut at MI support for PCI Message Signalled Interrupts (MSI):jhb2006-11-131-0/+16
* Add a define for the Standard SD Host Controller Base Peripheral.imp2006-05-301-0/+1
* Make RID2BAR actually return a number that can be plugged into PCIR_BAR()imp2005-12-301-1/+1
* Add a macro to map from BAR to rid # (inverse of PCIR_BARS).imp2005-12-291-0/+1
* Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is usedjhb2005-12-201-0/+5
* Use symbolic name rather thanhard coding the cap pointer offset forimp2005-10-291-0/+1
* Add PCIM_BIOS_ADDR_MASK tooimp2005-10-281-0/+1
* Some cardbus CIS definitions moved here since they are PCI registers.imp2005-10-281-1/+12
* As threatened by BURN_BRIDGES, restire PCIR_MAPS and PCIR_HEADERTYPEimp2005-06-051-6/+0
* Add defines for the Bridge Control Register bits.marcel2005-04-291-0/+13
* fix misspelling of 0x30...jmg2005-04-011-1/+1
* fix a copy/paste typo for scanner/gameport...jmg2005-03-261-2/+2
* add some additional pci classes and sub-classes..jmg2005-03-261-2/+36
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Teach the PCI code to parse MSI extended capabilities. Re-arrange thescottl2003-09-141-1/+1
* Expand the extended capabilities list and add definitions for MSI.scottl2003-09-141-7/+42
* Bring back PCIR_HEADERTYPE as an alias for PCIR_HDRTYPE under BURN_BRIDGESjhb2003-09-031-0/+3
* - Deprecate PCIR_MAPS under BURN_BRIDGES (meaning it will be gone in 6.0)jhb2003-09-021-1/+5
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-281-4/+5
* Add constants for capability IDs and header types.jhb2003-08-281-0/+14
* Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2.imp2003-08-011-9/+1
* Add constants for USB programming interfaces. These are already defineddes2003-04-231-0/+3
* Add some PCI-X register definitions.gibbs2002-06-051-1/+18
OpenPOWER on IntegriCloud