aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pcireg.h
Commit message (Expand)AuthorAgeFilesLines
* Teach the PCI code to parse MSI extended capabilities. Re-arrange theScott Long2003-09-141-1/+1
* Expand the extended capabilities list and add definitions for MSI.Scott Long2003-09-141-7/+42
* Bring back PCIR_HEADERTYPE as an alias for PCIR_HDRTYPE under BURN_BRIDGESJohn Baldwin2003-09-031-0/+3
* - Deprecate PCIR_MAPS under BURN_BRIDGES (meaning it will be gone in 6.0)John Baldwin2003-09-021-1/+5
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.John Baldwin2003-08-281-4/+5
* Add constants for capability IDs and header types.John Baldwin2003-08-281-0/+14
* Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2.Warner Losh2003-08-011-9/+1
* Add constants for USB programming interfaces. These are already definedDag-Erling Smørgrav2003-04-231-0/+3
* Add some PCI-X register definitions.Justin T. Gibbs2002-06-051-1/+18
* Add PCIR_CAP_PTR as a define for the location of the capabilityJustin T. Gibbs2000-12-201-0/+1
* Next round of PCI subsystem updates:Mike Smith2000-12-131-30/+67
* - We have access to our own device_t here, so use pci_read_configMike Smith2000-12-121-5/+8
* Add definition for PCIS_SERIALBUS_SMBUS PCI device subclass.Archie Cobbs2000-10-021-2/+1
* Add PCIM_CMD_MWRICEN, the bit in the command register in PCI spaceJustin T. Gibbs2000-09-161-0/+1
* Encapsulate the old PCI compatability support and APIs completely underPeter Wemm2000-05-281-6/+7
* Added PCIR_BIOS (0x30).Kazutaka YOKOTA2000-01-101-0/+2
* Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.Peter Wemm1999-10-091-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-2/+2
* ahc_pci.c:Justin T. Gibbs1998-10-071-1/+2
* Addition of support of the slightly rogue Promise IDE interface(Dyson), supportJohn Dyson1997-09-201-1/+2
* PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINTPeter Wemm1997-06-011-1/+2
* Add one more compatibility define to make the Adaptec driver compileStefan Eßer1997-05-281-1/+2
* Define command register enable bits, which are required for a consitencyStefan Eßer1997-05-281-1/+4
* Completely replace the PCI bus driver code to make it better reflectStefan Eßer1997-05-261-176/+218
* Add definition of PCI_SUBID_REG2, the subvendor/device ID forStefan Eßer1997-04-241-1/+2
* The bit of the cardbus bridge support code se and I have been able to agreePoul-Henning Kamp1997-04-201-1/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCIStefan Eßer1996-11-121-2/+3
* Fix PCI to PCI bridge register bit field masks.Stefan Eßer1996-11-121-5/+5
* Add support for ioctl() accesses to PCI config space registers.Stefan Eßer1996-10-221-1/+2
* Add support for multi-function devices.Stefan Eßer1996-01-251-1/+8
* Fix bad typo: > was used instead of >> ...Stefan Eßer1996-01-191-4/+4
* Completely new PCI code:Stefan Eßer1995-03-211-3/+28
* Removed misleading copyright note. This file contains justStefan Eßer1995-02-021-7/+2
* Reapplied all of Stefan's changes. What a mess - the files were modifiedDavid Greenman1995-02-021-269/+18
* Submitted by:Stefan Eßer1994-11-021-1/+22
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1994-10-121-0/+402