aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb/pccbb.c
Commit message (Expand)AuthorAgeFilesLines
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-15/+12
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-27/+22
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c 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-2/+0
* pccbb: Remove Giant mention in comments.Alexander Motin2021-12-261-10/+1
* pccbb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Add back accidentally dropped masking...Warner Losh2019-12-161-3/+2
* 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-161-23/+21
* Regularize my copyright noticeWarner Losh2019-12-041-3/+2
* Fix TI PCI1520 PCI Cardbus bridge, but others affected.Warner Losh2019-01-071-2/+2
* remove unneeded inclusion of sys/interrupt.h from several filesAndriy Gapon2018-07-041-1/+0
* Push down Giant one layer. In the days of yore, back when PenitumsWarner Losh2018-03-201-9/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* 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-181-5/+5
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-6/+6
* We're waiting on a struct proc *, not a struct thread *. Fix aWarner Losh2015-08-211-1/+1
* On my Lenovo T400, a Atheros 2413 has a problem powering upWarner Losh2015-02-181-17/+48
* Move the suspsned and resume functions to the bus attachment. TheyWarner Losh2015-01-161-55/+0
* 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-161-27/+81
* Various interrelated fixes to make suspend / resume work better. We nowWarner Losh2015-01-141-81/+27
* 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
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-8/+4
* Revert r267961, r267973:Glen Barber2014-06-271-4/+8
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-8/+4
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-121-4/+3
* Explicitly enable I/O and memory decoding in the bridge's command registerJohn Baldwin2014-01-271-1/+15
* Some laptops have weak power controllers that cannot tolerate multipleWarner Losh2012-01-271-0/+7
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* More expeirmentation suggests that 10ms isn't as reliable asWarner Losh2011-06-181-2/+2
* After we get a good power signal, always wait about 10ms beforeWarner Losh2011-06-181-4/+16
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-2/+9
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-9/+2
* Better name for this routine... it doesn't reset the card, but resetsWarner Losh2009-03-121-4/+4
* Hold off root mounting until we've gone through the loop of our threadWarner Losh2009-02-171-0/+9
* Correct signatures to match kobj function definitions.Warner Losh2009-02-041-12/+12
* Minor tweaks to some of the comments. Also, add a XXX wondering if weWarner Losh2008-12-071-17/+18
* Use '0' rather than PZERO to not change the priority that I'm waitingWarner Losh2008-12-071-3/+3
* Move to using filter for the change interrupts. Also rework the powerWarner Losh2008-12-051-15/+8
* Minor style nit.Warner Losh2008-12-051-2/+2
* Augment comments, and move things around a smidge.Warner Losh2008-12-051-17/+17