summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcivar.h
Commit message (Expand)AuthorAgeFilesLines
* Nuke the useless chip driver. It gets in the way when you want to loaddfr2000-06-091-0/+1
* Encapsulate the old PCI compatability support and APIs completely underpeter2000-05-281-13/+13
* Unused definitions.peter2000-03-201-10/+0
* Bandaid for src/sys/modules which broke worldpeter2000-03-201-1/+1
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-191-0/+12
* Remove the vga-pci driver. It serves no purpose and it hides the hardwaredfr2000-02-191-0/+1
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancepeter2000-01-081-2/+0
* Zap pci_map_dense() and pci_map_bwx() - they were for compatability butpeter2000-01-051-2/+0
* Make the usb and ide/ata device identification a little saner. Rather thanpeter1999-12-101-1/+2
* [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in theken1999-12-081-1/+0
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-141-23/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* On the new Meteor cards, the Philips SAA 7116 is connected to the PCI busroger1999-05-311-1/+7
* Add support for multiple PCI "hoses" used on various alpha platforms.gallatin1999-05-201-1/+30
* Move pcibus (host -> pci bus) probe/attach routines from nexuspeter1999-05-181-2/+1
* Use the probe priority mechanism to make sure the chip* probes do notpeter1999-05-111-3/+2
* GC unused variable in struct.peter1999-05-091-2/+1
* Fix a goof on my part; s/struct moduledata */struct module */peter1999-05-061-3/+3
* Replace the pcidevice_set linker set based configuration mechanism for oldpeter1999-04-241-2/+12
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-8/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-1/+78
* Fix problem with zero valued map registers followed by valid map entries.se1999-01-191-2/+2
* Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)bde1999-01-131-2/+5
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-2/+2
* Add functions for accessing dense and bwx memory for pci devices. Thesedfr1998-10-061-2/+7
* Revive PCIConf.gibbs1998-09-151-7/+23
* Use "baseclass" instead of "class" for storing the contents of PCI registergibbs1998-08-131-2/+2
* On the alpha, ports may be allocated above 64k.dfr1998-07-221-2/+8
* Reorder function decls alphabetically.fsmp1997-08-211-2/+2
* A few more casts and a function declaration for warning free kernel builds.fsmp1997-08-211-1/+2
* Completely replace the PCI bus driver code to make it better reflectse1997-05-261-216/+190
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Removed more devconf leftovers.bde1996-09-101-16/+1
* Various cleanups for remanents of devconf.phk1996-09-081-11/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-2/+3
* Fixed unsigned longs that should have been vm_offset_t.bde1996-03-191-2/+2
* Add support for multi-function devices.se1996-01-251-3/+5
* Make PCI interrupt handlers return void like everybody else does.se1996-01-231-9/+2
* Completed function declarations and/or added prototypes.bde1995-11-211-3/+6
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Forward-declare kern_devconf for use in a prototype. Some driversbde1995-03-251-1/+3
* Completely new PCI code:se1995-03-211-58/+56
* Added a new field to the pci_device struct called pd_shutdown to specifydg1995-03-171-1/+2
* First try to add support for PCI-PCI bridge chips (written for these1995-02-271-1/+13
* Reviewed by: sese1995-02-011-0/+242
OpenPOWER on IntegriCloud