summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb/pccbb.c
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-121-13/+42
* 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-031-66/+1
* The interrupt routine is pci specific. Move it into pccbb_pci.c.imp2006-06-031-69/+0
* 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
* 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
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+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
* 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
* 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
* 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-081-3/+0
* MFP4: Note why we do the dance we do for waiting for the thread to die.imp2005-10-081-0/+8
* '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
* 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-141-47/+73
* Use the standard FreeBSD license for these files.imp2005-01-131-7/+6
* The card activation failured message is lame, and not done for otherimp2005-01-111-3/+1
* /* -> /*- for a second clauseimp2005-01-111-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Move towards isa attachment for pccbb. This is a work in progress, butimp2004-08-121-688/+135
* Add IDs from TI's web site. Reports from the field and inspection ofimp2004-07-221-0/+13
* 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-211-55/+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