summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcivar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add function to convert a PCI device "tag" into a PCIe requester ID.kettenis2018-07-281-2/+3
* Make it possible for graphics drivers to opt-out of VGA arbitration.kettenis2013-08-081-1/+2
* Mimic what's done on sparc64 and parse the OpenFirmware device tree tompi2013-08-071-3/+1
* Add resource tracking for PCI bus numbers. This will allow us to preventkettenis2012-09-191-1/+4
* Enable MSI for HyperTransport devices that have MSI remapping enabled.kettenis2011-05-301-3/+5
* Introduce a flag to indicate that it is ok to use MSI on a certain PCI buskettenis2011-05-211-1/+3
* Pass flags down the PCI bus hierarchy. Soon to be used to selectively enablekettenis2011-05-141-1/+3
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-2/+1
* Add an ioctl to figure out the non-sticky bits in PCI BARs used for determiningkettenis2010-09-051-2/+2
* Make PCI Power Management optional, and only enable it when acpi(4) attaches.kettenis2010-08-271-1/+2
* Power management for PCI devices. For now just put everything in the D3kettenis2010-08-171-1/+2
* Add extents for prefetchable memory mapped I/O. Should remove conflictkettenis2009-05-051-1/+4
* Set a first step on the road towards proper accounting of PCI resources bykettenis2009-04-061-1/+11
* On some machines we get hotplug interrupts when they're resumed, so don'tkettenis2007-12-311-1/+2
* Add PCI VPD read/write functions from NetBSD required for some thingsjsg2007-11-261-1/+7
* Add pci_set_powerstate() to change the pm state for a given device.fgsch2007-10-221-1/+2
* cats went awayderaadt2007-08-011-3/+1
* Implement deep interrupt swizzling by mapping all four PCI interrupt pinskettenis2007-05-211-1/+4
* hide all the things userland should not see, so that this file can bederaadt2007-02-231-9/+13
* Provide a new function, pci_findproduct(), which is analog to pci_findvendor().mbalmer2007-01-021-1/+2
* Make pci subsystem aware of domains. Each host bridge gets assigned a uniquekettenis2006-12-141-3/+7
* On i386, swizzle interrupts for devices for which we don't have explicitkettenis2006-12-111-1/+3
* implement a check whether a BAR is present at all at a givenbrad2006-04-071-1/+2
* Add pci_find_device() a helper function for enumerating thejsg2006-03-221-1/+3
* - check HDRTYPE early, and ignore if it is not supported (n > 2).brad2006-03-191-2/+3
* rev 1.86brad2006-03-191-2/+8
* * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set tobrad2006-03-131-1/+8
* move PCI softc struct from pci.c to pcivar.hbrad2006-03-111-1/+11
* add some Power Management constantsbrad2005-06-291-1/+9
* use much simpler switch for pci_machdep.h; ok drahn@ whatever tdr (;mickey2005-06-021-28/+8
* Remove the PCI-ISA bridge callback mechanism; it's no longer needed.brad2004-12-071-2/+1
* add hppa64 hookmickey2004-11-301-1/+4
* remove some old stuff and clean up. arc and galileo is gone.pefo2004-08-091-13/+7
* sgi support; from pefo@mickey2004-08-061-2/+5
* Provide information about the raw (unswizzled) intrrupt pin inart2004-06-251-1/+2
* Add pci_machdep hook for cats. ok deraadt@drahn2004-01-311-2/+5
* an amd64 arch support.mickey2004-01-281-2/+5
* another small compiler warning cleanup (#error instead of bailing out)hshoexer2003-12-121-2/+2
* more pci_flags, unused for now; from netbsd.fgsch2003-10-061-1/+5
* pci support for hppamickey2003-09-291-2/+5
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-2/+2
* take too. patch ahs to screw up once in a whilemickey2003-02-281-210/+2
* remove non-typo changes. sorry folksmickey2003-02-281-1/+206
* typo; from weissmanndudemickey2003-02-281-2/+5
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-1/+8
* support for the agp gart on various agp chipsets.mickey2002-07-121-8/+5
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-4/+4
* First round of __P removal in sysmillert2002-03-141-15/+15
* Add the pci_findvendor functionnate2002-01-031-1/+7
* sparc64art2001-08-191-2/+5