| Age | Commit message (Expand) | Author |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2011-06-03 | -CFATTACH_DECL(foo, sizeof(struct device), | matt |
| 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-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-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-04-11 | Remove the define of MCA_MAX_SLOTS from mcareg.h, and include | garbled |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 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-02-04 | de-__P | perry |
| 2004-08-30 | use the locator-passing variant of autoconf submatch and use constants | drochner |
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 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-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2001-11-24 | don't need opt_mcaverbose.h here | jdolecek |
| 2001-11-13 | add RCSID | lukem |
| 2001-04-27 | Introduce mca_match_disabled() - this returns true if cards with particular | jdolecek |
| 2001-03-31 | add year 2001 to copyright for NetBSD | jdolecek |
| 2001-03-23 | cosmetic change for autoconf printing: for memory extension cards, | jdolecek |
| 2001-02-14 | remove mca_issupp() and just use UNCONF for unknown devices, like other | jdolecek |
| 2000-05-11 | MI part of MicroChannel Architecture bus support | jdolecek |