aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* pccard: remove pccbb_isaWarner Losh2021-01-081-257/+0
* pccbb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-6/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-2/+4
* Add back accidentally dropped masking...Warner Losh2019-12-161-3/+2
* Move attachment of pccard children into exca library. Attach theWarner Losh2019-12-161-13/+7
* Add slot number ivar to return which slot number the child is attached to.Warner Losh2019-12-161-0/+5
* We'll never have multiple slots a cardbus bridge. So, replace excaWarner Losh2019-12-163-41/+37
* Regularize my copyright noticeWarner Losh2019-12-045-12/+8
* Remove All Rights ReservedWarner Losh2019-02-051-1/+1
* Fix TI PCI1520 PCI Cardbus bridge, but others affected.Warner Losh2019-01-071-2/+2
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-0/+2
* remove unneeded inclusion of sys/interrupt.h from several filesAndriy Gapon2018-07-041-1/+0
* Use M. Warner Losh everywhere on my copyrights.Warner Losh2018-05-011-1/+1
* Push down Giant one layer. In the days of yore, back when PenitumsWarner Losh2018-03-201-9/+0
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* Remove embedded newlines from sysctl variable descriptionsAlan Somers2017-10-091-12/+12
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-2/+0
* "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
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* etc: minor spelling fixes.Pedro F. Giffuni2016-05-021-2/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-182-6/+6
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-273-9/+9
* We're waiting on a struct proc *, not a struct thread *. Fix aWarner Losh2015-08-211-1/+1
* 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
* On my Lenovo T400, a Atheros 2413 has a problem powering upWarner Losh2015-02-181-17/+48
* 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-164-61/+71
* Suspend and resume were the only two functions not to follow the brdevWarner Losh2015-01-161-8/+8
* Back out the refactor. It turns out to cause interrupt storms onWarner Losh2015-01-164-112/+100
* Various interrelated fixes to make suspend / resume work better. We nowWarner Losh2015-01-144-100/+112
* Fix typo pointed out by avg@ and Joerg Sonnenberger. Add a clarifyingWarner Losh2014-11-181-4/+4
* Modernize comments about BIOSes being lame since in this detail theyWarner Losh2014-11-181-6/+10
* Remove stray empty comment. The code is adequately explained in theWarner Losh2014-11-171-2/+0
* For reasons which are not clear, r254263 broke some PCMCIA and CardBusGavin Atkinson2014-08-031-0/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-11/+5
* Revert r267961, r267973:Glen Barber2014-06-272-5/+11
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-11/+5
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-124-20/+88
* Explicitly enable I/O and memory decoding in the bridge's command registerJohn Baldwin2014-01-271-1/+15
* 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
* Some laptops have weak power controllers that cannot tolerate multipleWarner Losh2012-01-271-0/+7
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-222-4/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-072-2/+2