| Age | Commit message (Expand) | Author |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2009-09-17 | Misc KNF and cosmetics, and remove unnecessary casts etc. | tsutsui |
| 2009-09-14 | Use device_private(), proper types or variables for device_t and softc. | tsutsui |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-06-26 | constify the pcmcia/cardbus method tables | drochner |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-02 | add missing initializers | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-04 | de-__P | perry |
| 2004-09-14 | Separate the namespace for default (ie unspecified) locators used | drochner |
| 2004-08-11 | Rather than having a call up from the low-level driver to get the card type, | mycroft |
| 2002-10-02 | Fix sizeof and whitespace bug from the script I'm using to do the | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSID | lukem |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-02-22 | Don't use void * for chipset tags. Bad hacker, no biscuit. | thorpej |
| 2000-02-01 | implement probing for available irqs on non-cirrus pcmcia controllers | chopps |
| 1998-06-09 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1998-06-07 | Add ISAPnP attachment for PCMCIA bus controller; reorganize ISA | sommerfe |
| 1998-05-23 | Changes so that these compile on NetBSD/alpha as well as NetBSD/i386. | matt |
| 1997-11-30 | make it compile without "__BROKEN_INDIRECT_CONFIG" | drochner |
| 1997-11-05 | The bus width probe doesn't always work properly, producing a false positive | thorpej |
| 1997-10-29 | - Move all of the configurable parameters (alloc_iobase, alloc_iosize, | thorpej |
| 1997-10-29 | Take IRQ 10 out of the default IRQ allocation mask. That IRQ is reserved | thorpej |
| 1997-10-20 | Don't panic if we fail to remap i/o or mem space in the attach function. | thorpej |
| 1997-10-19 | Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) before | thorpej |
| 1997-10-16 | Pull marc-pcmcia branch down to trunk. | thorpej |