aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pcivar.h
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with zero valued map registers followed by valid map entries.Stefan Eßer1999-01-191-2/+2
* Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)Bruce Evans1999-01-131-2/+5
* pci_device pd_probe function changed from returning char * to returningMatthew Dillon1998-12-141-2/+2
* Add functions for accessing dense and bwx memory for pci devices. TheseDoug Rabson1998-10-061-2/+7
* Revive PCIConf.Justin T. Gibbs1998-09-151-7/+23
* Use "baseclass" instead of "class" for storing the contents of PCI registerJustin T. Gibbs1998-08-131-2/+2
* On the alpha, ports may be allocated above 64k.Doug Rabson1998-07-221-2/+8
* Reorder function decls alphabetically.Steve Passe1997-08-211-2/+2
* A few more casts and a function declaration for warning free kernel builds.Steve Passe1997-08-211-1/+2
* Completely replace the PCI bus driver code to make it better reflectStefan Eßer1997-05-261-200/+174
* 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
* Removed more devconf leftovers.Bruce Evans1996-09-101-16/+1
* Various cleanups for remanents of devconf.Poul-Henning Kamp1996-09-081-11/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-2/+3
* Fixed unsigned longs that should have been vm_offset_t.Bruce Evans1996-03-191-2/+2
* Add support for multi-function devices.Stefan Eßer1996-01-251-3/+5
* Make PCI interrupt handlers return void like everybody else does.Stefan Eßer1996-01-231-9/+2
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-3/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Forward-declare kern_devconf for use in a prototype. Some driversBruce Evans1995-03-251-1/+3
* Completely new PCI code:Stefan Eßer1995-03-211-58/+56
* Added a new field to the pci_device struct called pd_shutdown to specifyDavid Greenman1995-03-171-1/+2
* First try to add support for PCI-PCI bridge chips (written for theStefan Eßer1995-02-271-1/+13
* Reviewed by: seStefan Eßer1995-02-011-0/+242