summaryrefslogtreecommitdiff
path: root/sys/dev/pci/isa_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* pci: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove more pc98 support.Yoshihiro Takahashi2017-01-281-3/+0
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-3/+3
* Revert previous change. The magical constants can't be changedMarcel Moolenaar2015-06-061-1/+1
* Don't return -10000 as the probe priority. That's lower than whatMarcel Moolenaar2015-06-061-1/+1
* Implement BUS_ADD_CHILD() for the isab(4) driver. It already callsJohn Baldwin2011-12-141-0/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Allow direct children of PCI-ISA bridges to allocate resources fromHenrik Brix Andersen2011-05-131-7/+111
* 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