aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/si/si_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Based in info gleaned from the web and other drivers (including the LinuxPeter Wemm2007-12-011-0/+23
* Catchup with filtersWarner Losh2007-02-231-1/+1
* Add #nclude <dev/pci/pcireg.h> to pick up definitions for PCIR_BAR andCraig Rodrigues2005-11-081-0/+1
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-5/+6
* Use __FBSDID().David E. O'Brien2003-08-241-3/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* Ack! I totally botched the pci probe routine which resulted in it tryingPeter Wemm2000-01-241-6/+10
* A bit more newbusification of si. This still isn't quite finished.Peter Wemm2000-01-241-0/+137