summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcireg.h
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add PCIR_CAP_PTR as a define for the location of the capabilitygibbs2000-12-201-0/+1
* Next round of PCI subsystem updates:msmith2000-12-131-30/+67
* - We have access to our own device_t here, so use pci_read_configmsmith2000-12-121-5/+8
* Add definition for PCIS_SERIALBUS_SMBUS PCI device subclass.archie2000-10-021-2/+1
* Add PCIM_CMD_MWRICEN, the bit in the command register in PCI spacegibbs2000-09-161-0/+1
* Encapsulate the old PCI compatability support and APIs completely underpeter2000-05-281-6/+7
* Added PCIR_BIOS (0x30).yokota2000-01-101-0/+2
* Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.peter1999-10-091-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-2/+2
* ahc_pci.c:gibbs1998-10-071-1/+2
* Addition of support of the slightly rogue Promise IDE interface(Dyson), supportdyson1997-09-201-1/+2
* PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINTpeter1997-06-011-1/+2
* Add one more compatibility define to make the Adaptec driver compilese1997-05-281-1/+2
* Define command register enable bits, which are required for a consitencyse1997-05-281-1/+4
* Completely replace the PCI bus driver code to make it better reflectse1997-05-261-202/+244
OpenPOWER on IntegriCloud