summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* 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
* The card activation failured message is lame, and not done for otherimp2005-01-111-3/+1
* /* -> /*- for a second clauseimp2005-01-112-2/+2
* Use the FreeBSD standard license, since there's no reason to use theimp2005-01-112-20/+17
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-066-6/+6
* Add recognition of O2Micro 711M1.imp2004-12-232-0/+2
* Don't need to declare cbb module. don't know why I never sawimp2004-08-162-2/+0
* Move towards isa attachment for pccbb. This is a work in progress, butimp2004-08-124-690/+1086
* Add IDs from TI's web site. Reports from the field and inspection ofimp2004-07-222-1/+14
* More TI device IDs.imp2004-07-221-0/+3
* Update comment about fast interrupts to be closer to realityimp2004-07-221-0/+4
* Improve the kludge assignment of sub-bus numbers a little by fixing animp2004-06-231-1/+1
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* When attaching pccard and cardbus children, there's no need to set theimp2004-05-211-6/+2
* Now that we have the resource allocation code in current, the kludgeimp2004-05-212-56/+10
* Need to mark the interrupt from cbb as being MP safe on resume too.imp2004-05-041-2/+2
* Start programming the bus numbers for the pci<->cardbus. When theimp2004-04-231-1/+30
* Remove extra copy of code.imp2004-04-131-7/+0
* MFp4:imp2004-04-121-4/+15
* Better checks to make sure that we get good alignment. This code is aimp2004-04-061-7/+6
* Fix mis-merge from p4 by adding line getting sc.imp2004-04-061-2/+9
* MFP4: Power up with OE disabled. Similar patches went into NetBSD aimp2004-04-061-1/+6
OpenPOWER on IntegriCloud