| Age | Commit message (Expand) | Author |
| 2013-10-12 | Pass the device name in, so we can debug what deferred drivers did not work. | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-05-24 | Kill redundant () | joerg |
| 2010-03-19 | Remove superfluous cast (device_t to device_t). | dyoung |
| 2009-12-15 | Move to 2-clause license. Approved by HAYAKAWA Koichi (copyright holder). | snj |
| 2009-05-21 | Let us detach pcmcia0 and cardbus0 at cardslot0, and cardslot0 at | 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-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-07-03 | minor cleanup so that it can cope with a futute split pcmcia device/softc | drochner |
| 2008-06-29 | fix type | dogcow |
| 2008-06-25 | Avoid the use of i82365var.h - we don't use any functions from there. | drochner |
| 2008-06-25 | split device/softc for pccbb, the cardbus half of cardslot and cardbus | drochner |
| 2008-06-24 | clean up some useless code and variables in cardbus attachment | drochner |
| 2008-04-06 | 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 |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-02-04 | Cosmetic: KNF. In debug messages, use "%s: ...", __func__ idiom | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-29 | Use device_unit(). | thorpej |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-02-04 | de-__P | perry |
| 2004-09-13 | a round of autoconf cleanup: | drochner |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-06-01 | SIMPLEQ rototill: | lukem |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSID | lukem |
| 2001-03-27 | Cosmetic changes. | haya |
| 2001-02-12 | The card_attach_now flag hasn't been necessary or useful for some time. | nathanw |
| 2001-01-28 | Minor grammar/spelling fixes in comments. | nathanw |
| 2000-07-02 | nuke some final __BROKEN_INDIRECT_CONFIG bits that weren't caught by | cgd |
| 2000-06-16 | beat back the undead: __BROKEN_INDIRECT_CONFIG had risen, and was | cgd |
| 2000-03-22 | 1. Do not apply 5 V on a CardBus card. | haya |
| 2000-01-31 | Force power off when a CardBus card is detached. | haya |
| 2000-01-26 | Add cardbus detach functionality. Add a function | haya |
| 2000-01-24 | Use config_pending. Addresses kern/9247. | thorpej |