summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb/pccbb.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 261216:jhb2014-01-301-1/+15
* Some laptops have weak power controllers that cannot tolerate multipleimp2012-01-271-0/+7
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* 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
* 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-171-0/+9
* Correct signatures to match kobj function definitions.imp2009-02-041-12/+12
* 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
* Move to using filter for the change interrupts. Also rework the powerimp2008-12-051-15/+8
* 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
* 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-201-3/+3
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-0/+5
* Migrate from setting a CARD_OK flag in a shared word, to setting itsimp2007-06-041-29/+8
* 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-311-8/+21
* 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-231-3/+4
* Two changes:imp2007-02-161-1/+4
* It turns out that it is easier to not NULL out pccard and cardbusimp2007-02-151-14/+6
* Fix three bugs:imp2007-02-151-6/+25
* Batch of changes:imp2006-08-121-13/+42
* Since we turn off the interrupts, we don't need to disestablishimp2006-06-031-13/+0
* Move shutdown, and pci specific methods into pccbb_pci.c. Many moreimp2006-06-031-66/+1
* The interrupt routine is pci specific. Move it into pccbb_pci.c.imp2006-06-031-69/+0
* Succeed for writing bus value... nobody that calls must care :-(imp2006-06-031-1/+1
* Zero out the devices when they are deleted. We can access the pointer afterimp2006-06-021-1/+5
* Suspend the children before we turn off card events in hardware. Thisimp2006-05-241-2/+4
* Fix a race when detaching the cbb worker thread. There were a coupleimp2006-05-241-1/+7
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Add missing ~. We want all the INVALID bits to be 0... Let's see if thisimp2006-04-161-1/+1
* On some laptops, under very high loads, the socket event register readimp2006-03-301-2/+13
* For each of the voltages that a card might support, make sure that theimp2006-03-241-4/+4
OpenPOWER on IntegriCloud