| Age | Commit message (Expand) | Author |
| 2022-07-12 | Remove unneeded bus_space_barrier() calls. | thorpej |
| 2021-07-24 | Noralize autoconfiguration messages, and report interrupt trigger type. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-01-27 | Use eisa_compatible_{match,lookup}(). | thorpej |
| 2016-09-27 | Modularize the ld driver and all of its attachments. Ensure that all | pgoyette |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 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-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 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 | static goes first | christos |
| 2006-03-29 | Use device_private(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2003-05-03 | Get the interrupt config from the correct register. | ad |
| 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-08-31 | Nuke incorrect mailbox length defines and just use 13 everywhere. May help | ad |
| 2002-08-26 | Handle aincent firmware as found on EISA/MCA boards. Untested. | ad |
| 2001-12-18 | Couple more tweaks, probably still not working. | ad |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSID | lukem |
| 2001-05-10 | Add missing printf(). | ad |
| 2001-05-06 | We map in by MLX_EISA_SLOT_OFFSET, so remember that when accessing the | ad |
| 2001-05-06 | Add an (untested) EISA front-end for the `mlx' driver. | ad |