aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Start programming the bus numbers for the pci<->cardbus. When theWarner Losh2004-04-231-1/+30
* Remove extra copy of code.Warner Losh2004-04-131-7/+0
* MFp4:Warner Losh2004-04-121-4/+15
* Better checks to make sure that we get good alignment. This code is aWarner Losh2004-04-061-7/+6
* Fix mis-merge from p4 by adding line getting sc.Warner Losh2004-04-061-2/+9
* MFP4: Power up with OE disabled. Similar patches went into NetBSD aWarner Losh2004-04-061-1/+6
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+3
* kthread_exit() no longer requires Giant, so don't force callers to acquireJohn Baldwin2004-03-051-1/+0
* MFp4:Warner Losh2004-01-042-5/+5
* Fix typo in ENE CB710 description. It isn't a 720.Warner Losh2003-12-221-1/+1