aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/isa_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Don't save and restore the ELCR register across suspend and resume forJohn Baldwin2005-09-291-100/+5
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* - Make the isab devclass global to allow for multiple ISA bridge drivers.John Baldwin2003-07-081-12/+7
* Save and restore the interrupt Edge/Level Control Registers (ELCR)Ian Dowse2002-10-301-5/+88
* Add support for the Intel 82443MX chipsetJim Pirzyk2001-12-211-1/+1
* - Don't return early from the PCI:EISA bridge attachment, or we will loseMike Smith2000-12-121-41/+40
* It looks like we can't count on these devices always having a consistentMike Smith2000-12-111-44/+43
* The ICH2 reports itself as a PCI:ISA bridge, so don't special-case itMike Smith2000-12-101-1/+0
* - Fix the device database parsing code so that it actually works.Mike Smith2000-12-091-2/+0
* Next phase in the PCI subsystem cleanup.Mike Smith2000-12-081-0/+161