summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Implement 2 small helper functions:mdodd2002-01-101-0/+35
* Use the new resource_list_print_type() function to print resource listtmm2001-12-211-34/+3
* Add support for the Intel 82443MX chipsetpirzyk2001-12-211-1/+2
* Don't put variable declarations in header files, put prototypes.mdodd2001-12-191-0/+2
* Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this.jlemon2001-10-251-0/+1
* Re-route interrupts on ia64 so that we can get the I/O SAPIC interruptdfr2001-10-051-1/+12
* Small nit: Make both prints use 'at device %d.%d'.n_hibma2001-09-011-1/+1
* Ugggg. I thought I'd already committed this to -current:imp2001-08-271-1/+1
* Backout previous revision. While it fixed many platforms, it brokegallatin2001-05-311-5/+1
* finally fix intr routing on alphas such as the as500 after months ofgallatin2001-05-271-1/+5
* The serverworks OSB4 pci->isa bridge has the same mapping register atpeter2001-03-151-3/+3
* Slightly reimplement some recently added helper functions as methods, sopeter2001-02-271-29/+46
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* Sanity check ptr for legal values so it is less likelymjacob2001-01-011-0/+6
* Remove a redundant prototype.msmith2000-12-131-1/+0
* Don't try to free the now-nonexistent hdrspec field. This one snuck bymsmith2000-12-131-2/+0
* Next round of PCI subsystem updates:msmith2000-12-131-541/+266
* Cosmetic nit; separate slot/function with '.' not ':'msmith2000-12-091-1/+1
* - Fix the device database parsing code so that it actually works.msmith2000-12-091-9/+29
* Next phase in the PCI subsystem cleanup.msmith2000-12-081-131/+221
* Reduce code duplication by using the GET_RESOURCE_LIST bus method and relatedmdodd2000-11-281-45/+18
* fix warning compile error about unused variabledarrenr2000-10-291-0/+2
* Fix params passed to pci_porten() and pci_memen().phk2000-10-291-2/+2
* Unconditionally turning on the I/O and memory enable bits in the PCImsmith2000-10-281-1/+14
* Allow PCI busses to be connected to host bridges detected by ACPI as well.msmith2000-10-281-0/+1
* Write the routed interrupt back to PCI configuration space.msmith2000-10-191-1/+1
* The previous commit broke kernel builds on alpha (and probably ia64).gallatin2000-10-161-0/+2
* When a pci device hasn't had an interrupt routed to it (signified byimp2000-10-161-0/+19
* Validate the PCI bus number that we fetch from our parent, since there's nomsmith2000-10-091-2/+5
* When dumping the 'found devices' list in verbose mode, actually show thepeter2000-09-051-0/+2
* If a base address register has been set up by the BIOS, but the relevantmsmith2000-09-011-6/+13
* Remove duplicate static definition of pci_devclasspeter2000-08-311-1/+0
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-177/+174
* 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-104/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+3
* Print the correct value for the map type on a verbose boot.dfr2000-05-181-1/+1
* Update 'hose' (actually, MCPCIA instance #) for Alpha Rawhide systems.mjacob2000-05-071-1/+5
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,bde2000-04-301-1/+1
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-1/+1
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-191-2/+5
* Print the PCI resources even if they are disabled. This shows more clearlyn_hibma2000-03-181-6/+12
* Alpha 8200 port: Until we fix things better, determine which alpha CPUmjacob2000-03-151-9/+37
* o No need to print the vendor/device ID for things that matched succesfully.billf2000-02-221-5/+13
* Remove the vga-pci driver. It serves no purpose and it hides the hardwaredfr2000-02-191-4/+3
* Spell "pci_delete_resource" correctly.peter2000-02-011-1/+1
* Put a FYI in the compatability shims so that people are aware that theypeter2000-01-291-0/+1
* Show the port/mem/irq of pci devices too.peter2000-01-081-3/+37
OpenPOWER on IntegriCloud