summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Make the base pcib_route_interrupt method available to other pci-pci bridgebenno2003-01-141-2/+1
* Properly account for prefetchable memory when a request is being made.imp2002-12-031-47/+112
* Fix a couple of bugs in host_pcib_get_busno():jhb2002-11-251-5/+5
* Add a function host_pcib_get_bnsno() that attempts to determine the busjhb2002-11-221-0/+81
* Unbreak kernel build.mux2002-11-131-1/+0
* Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE tomdodd2002-11-131-33/+49
* Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCIjhb2002-09-061-2/+1
* Prefer the physical bus number of the PCI bus as the unit of the pciXjhb2002-09-061-1/+1
* Make the printf messages when routing interrupts more consistent in thejhb2002-09-051-2/+2
* Export a few symbols as globals to allow subclassing of this driver. Injhb2002-08-261-37/+19
* Fix an edge case wrt membase, but more changes neededimp2002-04-131-1/+1
* Fix warnings introduced in the PCI_ALLOW_UNSUPPORTED_IO_RANGE case.imp2002-02-261-6/+6
* Allow PCI_ALLOW_UNSUPPORTED_IO_RANGE to leave broken setups broken enoughphk2002-02-221-0/+18
* Put the stard/end adjustments back. They are needed. Also make startimp2002-02-191-2/+18
* Don't claim to have routed an interrupt when the method actually returned anmsmith2002-02-121-2/+4
* Make unsupported memory range message bootverbose onlyimp2002-02-091-4/+7
* Remove bogus range restrictions that attempted to restrict the rangeimp2002-02-081-14/+30
* Make PCI_ALLOW_UNSUPPORTED_IO_RANGE an option until the ISA addressimp2002-01-151-0/+5
* Experimental patch to try to properly clip the range of the memoryimp2001-11-261-0/+4
* Add a standard hack in the spirit of PCI_ENABLE_IO_MODES to allow systemsbrooks2001-09-261-0/+4
* Next round of PCI subsystem updates:msmith2000-12-131-22/+27
* - We have access to our own device_t here, so use pci_read_configmsmith2000-12-121-25/+69
* Next phase in the PCI subsystem cleanup.msmith2000-12-081-0/+334
OpenPOWER on IntegriCloud