aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb/pccbb_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Regularize my copyright noticeWarner Losh2019-12-041-3/+2
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-1/+1
* Implement a proper detach method for the PCI-PCI bridge driver.John Baldwin2016-05-201-1/+17
* etc: minor spelling fixes.Pedro F. Giffuni2016-05-021-2/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+2
* Add some data found in TI's application note "SCPA035: PCI1510Warner Losh2015-05-051-0/+7
* When dealing with the TI12XX family of parts, we sometimes need toWarner Losh2015-05-051-2/+12
* Update the pci_cfg_save/restore routines to operate on bridge devicesJohn Baldwin2015-04-221-42/+6
* Cosmetic change: use PCIR_SECLAT_2 rather than PCIR_SECLAT_1.John Baldwin2015-04-221-2/+2
* Always enable I/O, memory and dma cycles. Some BIOSes don't enableWarner Losh2015-01-161-3/+3
* Move the suspsned and resume functions to the bus attachment. TheyWarner Losh2015-01-161-2/+57
* Back out the refactor. It turns out to cause interrupt storms onWarner Losh2015-01-161-69/+15
* Various interrelated fixes to make suspend / resume work better. We nowWarner Losh2015-01-141-15/+69
* For reasons which are not clear, r254263 broke some PCMCIA and CardBusGavin Atkinson2014-08-031-0/+2
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-121-14/+81
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-4/+1
* Restore the PCI bridge configuration upon resume.Adrian Chadd2012-07-311-0/+5
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Mark the card as bad on shutdown. This means that bus_child_presentWarner Losh2011-06-211-0/+6
* Revert r190676,190677Andrew Thompson2009-04-101-1/+1
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledAndrew Thompson2009-04-031-1/+1
* Hold off root mounting until we've gone through the loop of our threadWarner Losh2009-02-171-0/+1
* Correct signatures to match kobj function definitions.Warner Losh2009-02-041-7/+4
* Update to the interrupt handling code:Warner Losh2008-12-111-35/+58
* Use atomic_add_int rather than a simple ++ to ensure no cache races ifWarner Losh2008-12-071-1/+1
* Move to using filter for the change interrupts. Also rework the powerWarner Losh2008-12-051-19/+15
* Return BUS_PROBE_GENERIC rather BUS_PROBE_DEFAULT for generic CBB we match.Warner Losh2008-10-021-1/+1
* Don't forget to match on a CLASS of PCIC_BRIDGE as well as subclassWarner Losh2008-10-021-1/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-1/+1
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-301-0/+3
* Migrate from setting a CARD_OK flag in a shared word, to setting itsWarner Losh2007-06-041-2/+12
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Fix typo in commentWarner Losh2007-02-161-1/+1
* Batch of changes:Warner Losh2006-08-121-19/+25
* Move shutdown, and pci specific methods into pccbb_pci.c. Many moreWarner Losh2006-06-031-1/+66
* The interrupt routine is pci specific. Move it into pccbb_pci.c.Warner Losh2006-06-031-1/+71
* Fix a couple printf's to be properly terminated.Warner Losh2006-06-031-3/+3
* Export the pribus, secbus and subbus as sysctls for informationWarner Losh2006-05-241-18/+28
* Whitespace nitsWarner Losh2006-05-231-3/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* MFP4: More removal of unused stuff.Warner Losh2005-10-081-1/+0
* Fix bad compile. Pointy hat to: impWarner Losh2005-09-291-1/+1
* o Add a bunch of o2micro controller IDsWarner Losh2005-09-291-0/+7
* I added the device IDs to the header, but not to the table. Add themWarner Losh2005-09-291-0/+9
* Rename a bit to make it clearer that it enables routing of the functionWarner Losh2005-07-171-1/+1
* Omnibus power and interrupt fixes:Warner Losh2005-07-141-0/+1
* Not yet ready to burn this, so unmark power stuff.... non-type 0 busses still...Warner Losh2005-06-061-4/+0