aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* 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
* I added the device IDs to the header, but not to the table. Add themWarner Losh2005-09-291-0/+9
* 'PC Card' instead of other variantsWarner Losh2005-09-221-3/+3
* This appears to be good for some folks, but really bad for others.Warner Losh2005-09-121-1/+0
* Minor improvement for the suspend case for Ricoh based (and others)Warner Losh2005-09-081-0/+1
* o The ricoh bridge needs us to turn off the function interrupts forWarner Losh2005-07-171-12/+22
* Rename a bit to make it clearer that it enables routing of the functionWarner Losh2005-07-172-2/+2
* The CD interrupt should only be enabled after we've initialized theWarner Losh2005-07-171-10/+38
* s/_us//Warner Losh2005-07-151-1/+1
* Move to using tsleeps in the cardbus reset case as well. ThisWarner Losh2005-07-151-3/+7
* Omnibus power and interrupt fixes:Warner Losh2005-07-143-48/+76
* Not yet ready to burn this, so unmark power stuff.... non-type 0 busses still...Warner Losh2005-06-061-4/+0
* Since cbb implements the pcib_ interface, it must also implement theWarner Losh2005-04-131-0/+10
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-6/+3
* Use the standard FreeBSD license for these files.Warner Losh2005-01-134-28/+22
* The card activation failured message is lame, and not done for otherWarner Losh2005-01-111-3/+1
* /* -> /*- for a second clauseWarner Losh2005-01-112-2/+2
* Use the FreeBSD standard license, since there's no reason to use theWarner Losh2005-01-112-20/+17
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-066-6/+6
* Add recognition of O2Micro 711M1.Warner Losh2004-12-232-0/+2
* Don't need to declare cbb module. don't know why I never sawWarner Losh2004-08-162-2/+0
* Move towards isa attachment for pccbb. This is a work in progress, butWarner Losh2004-08-124-690/+1086
* Add IDs from TI's web site. Reports from the field and inspection ofWarner Losh2004-07-222-1/+14
* More TI device IDs.Warner Losh2004-07-221-0/+3
* Update comment about fast interrupts to be closer to realityWarner Losh2004-07-221-0/+4
* Improve the kludge assignment of sub-bus numbers a little by fixing anWarner Losh2004-06-231-1/+1
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-301-0/+1
* When attaching pccard and cardbus children, there's no need to set theWarner Losh2004-05-211-6/+2
* Now that we have the resource allocation code in current, the kludgeWarner Losh2004-05-212-56/+10
* Need to mark the interrupt from cbb as being MP safe on resume too.Warner Losh2004-05-041-2/+2