summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* 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-123-61/+112
* We don't have a ISA specific shutdown routine at this time, so removeimp2006-06-031-1/+0
* 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-033-74/+67
* The interrupt routine is pci specific. Move it into pccbb_pci.c.imp2006-06-032-70/+71
* Fix a couple printf's to be properly terminated.imp2006-06-031-3/+3
* 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
* Export the pribus, secbus and subbus as sysctls for informationimp2006-05-242-20/+31
* 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
* Whitespace nitsimp2006-05-231-3/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+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
* Add a mask of valid socket eventsimp2006-03-301-19/+20
* For each of the voltages that a card might support, make sure that theimp2006-03-241-4/+4
* Detach the children before we delete them. This is a little cleanerimp2006-02-071-10/+18
* Now that TUNABLE_ULONG is in the tree, and has been for a while, use it.imp2006-02-041-3/+3
* Remove extra debugging that crept in with the integration from p4.imp2005-12-311-1/+1
* Simplify the opening of the resources for cardbus cards. Before we'dimp2005-12-291-102/+53
* Ensure that we're aligned at leas tto the size of the resource being requested.imp2005-12-271-0/+21
* nitsimp2005-12-271-1/+1
* Mollify the whitespace policeimp2005-11-081-27/+27
* Shutdown a little better by commenting the shutdown code and acknowledgingimp2005-10-291-4/+9
* Shut down the card bus bridge hardware on detach. Before we'd justimp2005-10-291-6/+14
* Make sure we set bst and bsh in the softc.imp2005-10-191-0/+2
* Merge in WIP from p4 for supporting ISA pccard bridges conforming toimp2005-10-141-17/+43
* MFP4: More removal of unused stuff.imp2005-10-082-2/+0
* MFP4: Changes to hopefully make the new power code work betterimp2005-10-081-3/+3
* MFP4: We no longer use intr_handlers, so remove it.imp2005-10-082-4/+0
* MFP4: Note why we do the dance we do for waiting for the thread to die.imp2005-10-081-0/+8
* Fix bad compile. Pointy hat to: impimp2005-09-292-2/+2
* o Add a bunch of o2micro controller IDsimp2005-09-292-2/+13
* I added the device IDs to the header, but not to the table. Add themimp2005-09-291-0/+9
* 'PC Card' instead of other variantsimp2005-09-221-3/+3
* This appears to be good for some folks, but really bad for others.imp2005-09-121-1/+0
* Minor improvement for the suspend case for Ricoh based (and others)imp2005-09-081-0/+1
* o The ricoh bridge needs us to turn off the function interrupts forimp2005-07-171-12/+22
* Rename a bit to make it clearer that it enables routing of the functionimp2005-07-172-2/+2
* The CD interrupt should only be enabled after we've initialized theimp2005-07-171-10/+38
* s/_us//imp2005-07-151-1/+1
* Move to using tsleeps in the cardbus reset case as well. Thisimp2005-07-151-3/+7
* Omnibus power and interrupt fixes:imp2005-07-143-48/+76
* Not yet ready to burn this, so unmark power stuff.... non-type 0 busses still...imp2005-06-061-4/+0
* Since cbb implements the pcib_ interface, it must also implement theimp2005-04-131-0/+10
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-6/+3
* Use the standard FreeBSD license for these files.imp2005-01-134-28/+22
OpenPOWER on IntegriCloud