| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2011-07-26 | Don't copy iobase and iosize members from pcmciabus_attach_args to the | dyoung |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-02 | During shutdown, detach devices in an orderly fashion. | dyoung |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-07-03 | split device/softc | drochner |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2007-12-16 | Improve pci, cbb, cardslot, cardbus, and pcmcia to support detachment | dyoung |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-01 | aprintify | jmcneill |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-24 | kill the "irq" llocator for pcmcia - this doesn't make sense because | drochner |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-03-29 | Replace device_locators() with device_locator(), and use it. | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-26 | use XXXCF_NLOCS constants instead of magic numbers | drochner |
| 2005-08-25 | kill a number of autoconf submatch functions which follow the | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-08-15 | PR/30995: Wada Keiji: pcmcia interface can't use ne2000 compatible card | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-08-18 | Allow to rescan and detach by user request, using the new autoconf | drochner |
| 2004-08-12 | Simplify a little. Pass down the card type from pcmcia_function_enable(), | mycroft |
| 2004-08-12 | If the card is being detached, do not try to write the CCR to disable the | mycroft |
| 2004-08-12 | Always write the IOBASE/IOLIMIT registers if they're set in the CCR mask. We | mycroft |
| 2004-08-12 | Write the configuration option register -- possibly switching the device into | mycroft |
| 2004-08-12 | Don't call socket_settype() to enable I/O interrupts until after we've written | mycroft |
| 2004-08-12 | My previous understanding of the I/O base/limit registers was incorrect. | mycroft |
| 2004-08-11 | Output a message if we fail to find anything useful in the CIS, rather than | mycroft |
| 2004-08-11 | Do not ever set IOIS8. We are not running on an 8088. | mycroft |
| 2004-08-11 | Always use PCMCIA_WIDTH_AUTO rather than PCMCIA_WIDTH_IO16. This spec is | mycroft |
| 2004-08-11 | Fix uninitialized variable warnings (which did not appear on x86). | mycroft |
| 2004-08-11 | Rather than having a call up from the low-level driver to get the card type, | mycroft |
| 2004-08-10 | Move the socket reference counting into pcmcia_socket_{enable,disable}(), and | mycroft |
| 2004-08-10 | Whoops, look at both the ID numbers and the CIS strings in each pcmcia_product. | mycroft |
| 2004-08-10 | Now that all the silly string printing is gone, move the location where we | mycroft |
| 2004-08-10 | Enhance pcmcia_product_lookup(): | mycroft |
| 2004-08-10 | Print diagnostics in only one place if intr_establish() or function_enable() | mycroft |
| 2004-08-10 | Move the location of a printf() I added. | mycroft |
| 2004-08-10 | Be robust against child devices failing to handle the socket refcnt properly -- | mycroft |
| 2004-08-09 | Dispense with all the interrupt multiplexing code here, and assume that the | mycroft |
| 2004-08-09 | Add newlines to the messages... | mycroft |
| 2004-08-09 | Whoops, nuke an unused variable. | mycroft |
| 2004-08-09 | Assume that io_map/unmap and intr_establish/disestablish will not be called | mycroft |
| 2004-08-09 | Make pcmcia_function_disable() primarily responsible for disabling the CCR | mycroft |
| 2004-08-09 | If the function is not enabled, do not attempt to immediately update the CCR. | mycroft |