aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/eisa_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove PCI/EISA bridge support. But keep knowing that a chip is thisWarner Losh2017-02-161-127/+0
* 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
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Use __FBSDID().David E. O'Brien2003-08-241-3/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Next round of PCI subsystem updates:Mike Smith2000-12-131-10/+9
* - Don't return early from the PCI:EISA bridge attachment, or we will loseMike Smith2000-12-121-1/+1
* Next phase in the PCI subsystem cleanup.Mike Smith2000-12-081-0/+128