| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-01-27 | Add eisa_compatible_match() and eisa_compatible_lookup(). | thorpej |
| 2016-07-11 | KNF. No functional change. | msaitoh |
| 2008-04-06 | use aprint_*_dev and device_xname | cegger |
| 2008-03-26 | use device_t & cfdata_t | matt |
| 2008-03-26 | "split" softc/device_t. (since softc was a struct device, use a split softc | matt |
| 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 |
| 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-27 | nuke trailing whitespace | perry |
| 2004-09-01 | use the locator passing config_found/submatch, and limit use of the | drochner |
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner |
| 2004-08-23 | - Use ANSI function decls. | thorpej |
| 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-13 | add RCSID | lukem |
| 2001-01-18 | constify | jdolecek |
| 2000-09-01 | - Simplify eisa_devinfo(). | ad |
| 2000-03-30 | Remove register declarations. | augustss |
| 1998-06-08 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1998-01-12 | Slight change to previous. | thorpej |
| 1998-01-12 | Adjust for config changes. | thorpej |
| 1997-09-13 | Declare EISAVERBOSE by defopt in files.eisa. Include opt_eisaverbose.h | enami |
| 1997-06-06 | Pull thorpej-bus-dma branch into mainline. | thorpej |
| 1996-12-05 | update these so they compile whether or not __BROKEN_INDIRECT_CONFIG | cgd |
| 1996-10-21 | New bus.h implementation/interface: | thorpej |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-08-27 | change cfprint_t type definition to take a const char *, rather than | cgd |
| 1996-04-09 | make the EISA code look a bit more like the PCI code, in the way | cgd |
| 1996-04-06 | kill some pasted spaces. | cgd |
| 1996-03-30 | - remove unused variable | christos |
| 1996-03-17 | New device attachment scheme: | thorpej |
| 1996-03-14 | These devices don't actually need softc's that are supersets of 'struct | cgd |
| 1996-03-08 | remember the bus_chipset_tag_t given by our parent, and pass it on to | cgd |
| 1996-03-02 | change printing of unknown device names when not (BUS)VERBOSE slightly | cgd |
| 1996-03-02 | clean up some diagnostic printfs | cgd |
| 1996-03-02 | if not EISAVERBOSE, don't say that vendor/product is "unknown," just say | cgd |
| 1996-02-27 | use config_found_sm(), rather than config_search+config_attach()+glue, to | cgd |
| 1996-02-27 | Better EISA autoconfiguration, per PR 1959. | cgd |