summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* Partially revert r284034. In particular, revert the final change in thisjhb2015-07-251-6/+42
* MFC 274633,274639,274663,277233-277235,281870,281871,281873,281874:jhb2015-06-054-98/+74
* MFC 261790:jhb2015-04-014-20/+88
* Merge r269488 from head:gavin2014-09-031-0/+2
* MFC 261216:jhb2014-01-301-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
* Return BUS_PROBE_GENERIC rather BUS_PROBE_DEFAULT for generic CBB we match.imp2008-10-021-1/+1
* Don't forget to match on a CLASS of PCIC_BRIDGE as well as subclassimp2008-10-021-1/+4
* Read the config space of the child, not the bridge, to determine whenimp2008-08-101-5/+5
* fix typoimp2008-08-091-1/+1
* It turns out that checking the first DWORD register is more reliableimp2008-08-091-15/+17
* After some intial testing, there are even slower cards than the onesimp2008-08-091-13/+24
* Rather than waiting a fixed amount of time, which might not be enoughimp2008-08-091-12/+23
* While most bridges can bring a card out of reset in 20ms, there areimp2008-08-091-3/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-202-4/+4
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-303-0/+9
* Migrate from setting a CARD_OK flag in a shared word, to setting itsimp2007-06-043-32/+21
* Don't register cb_func_filt if the client driver doesn't have a filter.imp2007-06-041-4/+3
* Minor filter tweaks:imp2007-06-031-26/+47
* Make the interrupt handler wrapper capable of correctly support filter+ithrea...piso2007-05-312-8/+22
* o Don't hold lock over bus_teardown_intr when we're waiting for theimp2007-05-161-5/+3
* Better message on cbb resource alloc failureimp2007-05-161-1/+1
* Use different wait channel name for second of two sleeps. Minor commentaryimp2007-03-051-2/+2
* Reduce the number of retries to 10 from 20 for not_a_card retry test.imp2007-03-041-5/+8
* Use pause() instead of tsleep()'s on the softc pointer that have nojhb2007-02-271-6/+6
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-233-5/+7
* Two changes:imp2007-02-161-1/+4
OpenPOWER on IntegriCloud