summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcivar.h
Commit message (Expand)AuthorAgeFilesLines
* Return status for PCI methods '{enable,disable}_{io,busmaster}'.mdodd2003-04-161-8/+8
* Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-likeimp2002-11-271-0/+2
* style(9) nit.mux2002-08-191-1/+1
* Use the __BUS_ACCESSOR macro for PCIB_ACCESSOR instead ofmux2002-08-191-14/+2
* 0 is not an invalid interrupt in the PCI world (just in the ia32imp2002-06-071-2/+4
* Define a PCI_INVALID_IRQ to augment PCI_INTERRUPT_VALIDimp2002-06-011-1/+2
* Don't claim to have routed an interrupt when the method actually returned anmsmith2002-02-121-0/+5
* Implement 2 small helper functions:mdodd2002-01-101-0/+2
* Use the new resource_list_print_type() function to print resource listtmm2001-12-211-14/+2
* Don't put variable declarations in header files, put prototypes.mdodd2001-12-191-2/+4
* Slightly reimplement some recently added helper functions as methods, sopeter2001-02-271-6/+34
* Next round of PCI subsystem updates:msmith2000-12-131-91/+74
* Next phase in the PCI subsystem cleanup.msmith2000-12-081-7/+0
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-281-2/+6
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-5/+3
* 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
OpenPOWER on IntegriCloud