aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-202-4/+4
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-303-0/+9
* Migrate from setting a CARD_OK flag in a shared word, to setting itsWarner Losh2007-06-043-32/+21
* Don't register cb_func_filt if the client driver doesn't have a filter.Warner Losh2007-06-041-4/+3
* Minor filter tweaks:Warner Losh2007-06-031-26/+47
* Make the interrupt handler wrapper capable of correctly support filter+ithrea...Paolo Pisati2007-05-312-8/+22
* o Don't hold lock over bus_teardown_intr when we're waiting for theWarner Losh2007-05-161-5/+3
* Better message on cbb resource alloc failureWarner Losh2007-05-161-1/+1
* Use different wait channel name for second of two sleeps. Minor commentaryWarner Losh2007-03-051-2/+2
* Reduce the number of retries to 10 from 20 for not_a_card retry test.Warner Losh2007-03-041-5/+8
* Use pause() instead of tsleep()'s on the softc pointer that have noJohn Baldwin2007-02-271-6/+6
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-233-5/+7
* Two changes:Warner Losh2007-02-161-1/+4
* Fix typo in commentWarner Losh2007-02-161-1/+1
* It turns out that it is easier to not NULL out pccard and cardbusWarner Losh2007-02-151-14/+6
* Fix three bugs:Warner Losh2007-02-151-6/+25
* Batch of changes:Warner Losh2006-08-123-61/+112
* We don't have a ISA specific shutdown routine at this time, so removeWarner Losh2006-06-031-1/+0
* Since we turn off the interrupts, we don't need to disestablishWarner Losh2006-06-031-13/+0
* Move shutdown, and pci specific methods into pccbb_pci.c. Many moreWarner Losh2006-06-033-74/+67
* The interrupt routine is pci specific. Move it into pccbb_pci.c.Warner Losh2006-06-032-70/+71
* Fix a couple printf's to be properly terminated.Warner Losh2006-06-031-3/+3
* Succeed for writing bus value... nobody that calls must care :-(Warner Losh2006-06-031-1/+1
* Zero out the devices when they are deleted. We can access the pointer afterWarner Losh2006-06-021-1/+5
* Export the pribus, secbus and subbus as sysctls for informationWarner Losh2006-05-242-20/+31
* Suspend the children before we turn off card events in hardware. ThisWarner Losh2006-05-241-2/+4
* Fix a race when detaching the cbb worker thread. There were a coupleWarner Losh2006-05-241-1/+7
* Whitespace nitsWarner Losh2006-05-231-3/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-162-2/+0
* Add missing ~. We want all the INVALID bits to be 0... Let's see if thisWarner Losh2006-04-161-1/+1
* On some laptops, under very high loads, the socket event register readWarner Losh2006-03-301-2/+13
* Add a mask of valid socket eventsWarner Losh2006-03-301-19/+20
* For each of the voltages that a card might support, make sure that theWarner Losh2006-03-241-4/+4
* Detach the children before we delete them. This is a little cleanerWarner Losh2006-02-071-10/+18
* Now that TUNABLE_ULONG is in the tree, and has been for a while, use it.Warner Losh2006-02-041-3/+3
* Remove extra debugging that crept in with the integration from p4.Warner Losh2005-12-311-1/+1
* Simplify the opening of the resources for cardbus cards. Before we'dWarner Losh2005-12-291-102/+53
* Ensure that we're aligned at leas tto the size of the resource being requested.Warner Losh2005-12-271-0/+21
* nitsWarner Losh2005-12-271-1/+1
* Mollify the whitespace policeWarner Losh2005-11-081-27/+27
* Shutdown a little better by commenting the shutdown code and acknowledgingWarner Losh2005-10-291-4/+9
* Shut down the card bus bridge hardware on detach. Before we'd justWarner Losh2005-10-291-6/+14
* Make sure we set bst and bsh in the softc.Warner Losh2005-10-191-0/+2
* Merge in WIP from p4 for supporting ISA pccard bridges conforming toWarner Losh2005-10-141-17/+43
* MFP4: More removal of unused stuff.Warner Losh2005-10-082-2/+0
* MFP4: Changes to hopefully make the new power code work betterWarner Losh2005-10-081-3/+3
* MFP4: We no longer use intr_handlers, so remove it.Warner Losh2005-10-082-4/+0
* MFP4: Note why we do the dance we do for waiting for the thread to die.Warner Losh2005-10-081-0/+8
* Fix bad compile. Pointy hat to: impWarner Losh2005-09-292-2/+2
* o Add a bunch of o2micro controller IDsWarner Losh2005-09-292-2/+13