| Commit message (Expand) | Author | Age | Files | Lines |
* | Batch of changes: | imp | 2006-08-12 | 3 | -61/+112 |
* | We don't have a ISA specific shutdown routine at this time, so remove | imp | 2006-06-03 | 1 | -1/+0 |
* | Since we turn off the interrupts, we don't need to disestablish | imp | 2006-06-03 | 1 | -13/+0 |
* | Move shutdown, and pci specific methods into pccbb_pci.c. Many more | imp | 2006-06-03 | 3 | -74/+67 |
* | The interrupt routine is pci specific. Move it into pccbb_pci.c. | imp | 2006-06-03 | 2 | -70/+71 |
* | Fix a couple printf's to be properly terminated. | imp | 2006-06-03 | 1 | -3/+3 |
* | Succeed for writing bus value... nobody that calls must care :-( | imp | 2006-06-03 | 1 | -1/+1 |
* | Zero out the devices when they are deleted. We can access the pointer after | imp | 2006-06-02 | 1 | -1/+5 |
* | Export the pribus, secbus and subbus as sysctls for information | imp | 2006-05-24 | 2 | -20/+31 |
* | Suspend the children before we turn off card events in hardware. This | imp | 2006-05-24 | 1 | -2/+4 |
* | Fix a race when detaching the cbb worker thread. There were a couple | imp | 2006-05-24 | 1 | -1/+7 |
* | Whitespace nits | imp | 2006-05-23 | 1 | -3/+3 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 2 | -2/+0 |
* | Add missing ~. We want all the INVALID bits to be 0... Let's see if this | imp | 2006-04-16 | 1 | -1/+1 |
* | On some laptops, under very high loads, the socket event register read | imp | 2006-03-30 | 1 | -2/+13 |
* | Add a mask of valid socket events | imp | 2006-03-30 | 1 | -19/+20 |
* | For each of the voltages that a card might support, make sure that the | imp | 2006-03-24 | 1 | -4/+4 |
* | Detach the children before we delete them. This is a little cleaner | imp | 2006-02-07 | 1 | -10/+18 |
* | Now that TUNABLE_ULONG is in the tree, and has been for a while, use it. | imp | 2006-02-04 | 1 | -3/+3 |
* | Remove extra debugging that crept in with the integration from p4. | imp | 2005-12-31 | 1 | -1/+1 |
* | Simplify the opening of the resources for cardbus cards. Before we'd | imp | 2005-12-29 | 1 | -102/+53 |
* | Ensure that we're aligned at leas tto the size of the resource being requested. | imp | 2005-12-27 | 1 | -0/+21 |
* | nits | imp | 2005-12-27 | 1 | -1/+1 |
* | Mollify the whitespace police | imp | 2005-11-08 | 1 | -27/+27 |
* | Shutdown a little better by commenting the shutdown code and acknowledging | imp | 2005-10-29 | 1 | -4/+9 |
* | Shut down the card bus bridge hardware on detach. Before we'd just | imp | 2005-10-29 | 1 | -6/+14 |
* | Make sure we set bst and bsh in the softc. | imp | 2005-10-19 | 1 | -0/+2 |
* | Merge in WIP from p4 for supporting ISA pccard bridges conforming to | imp | 2005-10-14 | 1 | -17/+43 |
* | MFP4: More removal of unused stuff. | imp | 2005-10-08 | 2 | -2/+0 |
* | MFP4: Changes to hopefully make the new power code work better | imp | 2005-10-08 | 1 | -3/+3 |
* | MFP4: We no longer use intr_handlers, so remove it. | imp | 2005-10-08 | 2 | -4/+0 |
* | MFP4: Note why we do the dance we do for waiting for the thread to die. | imp | 2005-10-08 | 1 | -0/+8 |
* | Fix bad compile. Pointy hat to: imp | imp | 2005-09-29 | 2 | -2/+2 |
* | o Add a bunch of o2micro controller IDs | imp | 2005-09-29 | 2 | -2/+13 |
* | I added the device IDs to the header, but not to the table. Add them | imp | 2005-09-29 | 1 | -0/+9 |
* | 'PC Card' instead of other variants | imp | 2005-09-22 | 1 | -3/+3 |
* | This appears to be good for some folks, but really bad for others. | imp | 2005-09-12 | 1 | -1/+0 |
* | Minor improvement for the suspend case for Ricoh based (and others) | imp | 2005-09-08 | 1 | -0/+1 |
* | o The ricoh bridge needs us to turn off the function interrupts for | imp | 2005-07-17 | 1 | -12/+22 |
* | Rename a bit to make it clearer that it enables routing of the function | imp | 2005-07-17 | 2 | -2/+2 |
* | The CD interrupt should only be enabled after we've initialized the | imp | 2005-07-17 | 1 | -10/+38 |
* | s/_us// | imp | 2005-07-15 | 1 | -1/+1 |
* | Move to using tsleeps in the cardbus reset case as well. This | imp | 2005-07-15 | 1 | -3/+7 |
* | Omnibus power and interrupt fixes: | imp | 2005-07-14 | 3 | -48/+76 |
* | Not yet ready to burn this, so unmark power stuff.... non-type 0 busses still... | imp | 2005-06-06 | 1 | -4/+0 |
* | Since cbb implements the pcib_ interface, it must also implement the | imp | 2005-04-13 | 1 | -0/+10 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -6/+3 |
* | Use the standard FreeBSD license for these files. | imp | 2005-01-13 | 4 | -28/+22 |
* | The card activation failured message is lame, and not done for other | imp | 2005-01-11 | 1 | -3/+1 |
* | /* -> /*- for a second clause | imp | 2005-01-11 | 2 | -2/+2 |