summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* Implement a proper detach method for the PCI-PCI bridge driver.jhb2016-05-201-1/+17
* sys/dev: minor spelling fixes.pfg2016-05-031-1/+1
* etc: minor spelling fixes.pfg2016-05-021-2/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-182-6/+6
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-273-9/+9
* We're waiting on a struct proc *, not a struct thread *. Fix aimp2015-08-211-1/+1
* Add some data found in TI's application note "SCPA035: PCI1510imp2015-05-051-0/+7
* When dealing with the TI12XX family of parts, we sometimes need toimp2015-05-051-2/+12
* Update the pci_cfg_save/restore routines to operate on bridge devicesjhb2015-04-221-42/+6
* Cosmetic change: use PCIR_SECLAT_2 rather than PCIR_SECLAT_1.jhb2015-04-221-2/+2
* On my Lenovo T400, a Atheros 2413 has a problem powering upimp2015-02-181-17/+48
* Always enable I/O, memory and dma cycles. Some BIOSes don't enableimp2015-01-161-3/+3
* Move the suspsned and resume functions to the bus attachment. Theyimp2015-01-164-61/+71
* Suspend and resume were the only two functions not to follow the brdevimp2015-01-161-8/+8
* Back out the refactor. It turns out to cause interrupt storms onimp2015-01-164-112/+100
* Various interrelated fixes to make suspend / resume work better. We nowimp2015-01-144-100/+112
* Fix typo pointed out by avg@ and Joerg Sonnenberger. Add a clarifyingimp2014-11-181-4/+4
* Modernize comments about BIOSes being lame since in this detail theyimp2014-11-181-6/+10
* Remove stray empty comment. The code is adequately explained in theimp2014-11-171-2/+0
* For reasons which are not clear, r254263 broke some PCMCIA and CardBusgavin2014-08-031-0/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-282-11/+5
* Revert r267961, r267973:gjb2014-06-272-5/+11
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-272-11/+5
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgejhb2014-02-124-20/+88
* Explicitly enable I/O and memory decoding in the bridge's command registerjhb2014-01-271-1/+15
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-4/+1
* Restore the PCI bridge configuration upon resume.adrian2012-07-311-0/+5
* Some laptops have weak power controllers that cannot tolerate multipleimp2012-01-271-0/+7
* - There's no need to overwrite the default device method with the defaultmarius2011-11-222-4/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-072-2/+2
* Mark the card as bad on shutdown. This means that bus_child_presentimp2011-06-211-0/+6
* More expeirmentation suggests that 10ms isn't as reliable asimp2011-06-181-2/+2
* After we get a good power signal, always wait about 10ms beforeimp2011-06-181-4/+16
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+9
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-9/+2
* Revert r190676,190677thompsa2009-04-101-1/+1
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledthompsa2009-04-031-1/+1
* Better name for this routine... it doesn't reset the card, but resetsimp2009-03-121-4/+4
* Hold off root mounting until we've gone through the loop of our threadimp2009-02-173-0/+11
* Correct signatures to match kobj function definitions.imp2009-02-043-22/+19
* Update to the interrupt handling code:imp2008-12-111-35/+58
* Minor tweaks to some of the comments. Also, add a XXX wondering if weimp2008-12-071-17/+18
* Use '0' rather than PZERO to not change the priority that I'm waitingimp2008-12-071-3/+3
* Use atomic_add_int rather than a simple ++ to ensure no cache races ifimp2008-12-071-1/+1
* Move to using filter for the change interrupts. Also rework the powerimp2008-12-053-37/+24
* Minor style nit.imp2008-12-051-2/+2
* Augment comments, and move things around a smidge.imp2008-12-051-17/+17
* Implement a method described in NetBSD PR 36652 for coping with theimp2008-12-051-1/+12
OpenPOWER on IntegriCloud