summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcivar.h
Commit message (Expand)AuthorAgeFilesLines
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-0/+7
* Revamp the MSI/MSI-X code a bit to achieve two main goals:jhb2007-05-021-10/+27
* Change the VPD code to read the VPD data on-demand when a driver asks forjhb2007-03-261-0/+1
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-221-0/+18
* Add a first pass at a way to blacklist MSI on systems where it doesn'tjhb2006-12-141-0/+1
* Replace #define<space> with #define<tab> so the code is consistent withjhb2006-12-141-23/+23
* Fix a couple of comment typos.jhb2006-11-141-2/+2
* First cut at MI support for PCI Message Signalled Interrupts (MSI):jhb2006-11-131-1/+46
* More fully support 64-bit bars. Prior to this commit, we supportedimp2006-10-301-13/+1
* provide routines to access VPD data at the PCI layer...jmg2006-10-091-0/+34
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-2/+2
* Remove left-over #ifdef alpha routines. They aren't used by any ofimp2006-01-011-5/+0
* Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is usedjhb2005-12-201-0/+6
* Allow one to access the cached values for CMDREG, CACHELNSZ, MINGNT,imp2005-09-111-0/+10
* Add pci_is_vga_ioport_range() and pci_is_vga_memory_range() as inlinemarcel2005-04-291-0/+18
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-1/+3
* Teach the PCI code to parse MSI extended capabilities. Re-arrange thescottl2003-09-141-5/+17
* Prefer the uintXX_t to the u_intXX_t names.imp2003-08-221-69/+69
* 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
OpenPOWER on IntegriCloud