aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb/pccbbvar.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* pccbb: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-1/+0
* We'll never have multiple slots a cardbus bridge. So, replace excaWarner Losh2019-12-161-2/+1
* Regularize my copyright noticeWarner Losh2019-12-041-3/+2
* Use M. Warner Losh everywhere on my copyrights.Warner Losh2018-05-011-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Move the suspsned and resume functions to the bus attachment. TheyWarner Losh2015-01-161-2/+0
* Back out the refactor. It turns out to cause interrupt storms onWarner Losh2015-01-161-0/+2
* Various interrelated fixes to make suspend / resume work better. We nowWarner Losh2015-01-141-2/+0
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-121-2/+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-3/+3
* Move to using filter for the change interrupts. Also rework the powerWarner Losh2008-12-051-3/+1
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-301-0/+1
* Migrate from setting a CARD_OK flag in a shared word, to setting itsWarner Losh2007-06-041-1/+1
* Make the interrupt handler wrapper capable of correctly support filter+ithrea...Paolo Pisati2007-05-311-0/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+2
* Move shutdown, and pci specific methods into pccbb_pci.c. Many moreWarner Losh2006-06-031-7/+0
* Export the pribus, secbus and subbus as sysctls for informationWarner Losh2006-05-241-2/+3
* MFP4: More removal of unused stuff.Warner Losh2005-10-081-1/+0
* MFP4: We no longer use intr_handlers, so remove it.Warner Losh2005-10-081-1/+0
* Omnibus power and interrupt fixes:Warner Losh2005-07-141-1/+2
* Use the standard FreeBSD license for these files.Warner Losh2005-01-131-7/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Move towards isa attachment for pccbb. This is a work in progress, butWarner Losh2004-08-121-2/+75
* Now that we have the resource allocation code in current, the kludgeWarner Losh2004-05-211-1/+0
* Make cbb interrupts MPSAFE:Warner Losh2003-06-121-2/+3
* MFp4:Warner Losh2003-06-071-2/+0
* Simplify the power code somewhat (this makes the module about 100Warner Losh2003-06-071-12/+8
* Add two of three workarounds for interrupt storms for o2micro parts asWarner Losh2003-06-061-0/+1
* MFp4:Warner Losh2002-10-071-3/+5
* Rename the pccbb device to cbb.Warner Losh2002-08-151-9/+9
* When we allocate our bus address via the kludge that we have in theWarner Losh2002-08-101-3/+4
* MFp4:Warner Losh2002-07-261-6/+7
* Use a cv rather than tsleep and friends to do the sleep/wakeupWarner Losh2002-06-131-1/+2
* Bulk changes made during the BSDcon kernel summit and travel afterwards.Warner Losh2002-02-171-18/+16
* Migrate towards using the new exca module for 16bit stuff. This is aWarner Losh2002-01-291-8/+1
* use bus_space(9) rather than the memory mapped register set. This isWarner Losh2002-01-141-10/+2
* Part two of this NEWCARD update:Jonathan Chen2001-08-271-12/+7
* Non-functional changes to NEWCARD stuff.Jonathan Chen2001-08-261-51/+51
* * Better kld support in pccbb/cardbusJonathan Chen2001-01-061-2/+1
* Updates to match changes elsewhere in the PCI subsystem:Mike Smith2000-12-131-1/+3
* A bunch of newcard/cardbus changes that's been sitting in my tree for a while:Jonathan Chen2000-11-281-5/+27
* Initial commit of NEWCARD cardbus side (that actually compiles and works)Jonathan Chen2000-10-181-0/+105