| Age | Commit message (Expand) | Author |
| 2016-07-11 | KNF. No functional change. | msaitoh |
| 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 |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-02-13 | Fix bus_addr_t/bus_size_t confusion | bouyer |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 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-04-14 | On second thought, the whole statement is wrong. | christos |
| 2006-04-14 | Coverity CID 723: Fix bogus test. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-30 | - add const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-09-14 | Separate the namespace for default (ie unspecified) locators used | drochner |
| 2004-07-03 | Only attempt to map the memory window during attach, not match. If msize==0, | mycroft |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 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-13 | add RCSID | lukem |
| 2001-07-08 | Remove unnecessary include files. From Onno van der Linden. | thorpej |
| 2001-06-13 | withough -> without | wiz |
| 1998-07-05 | defopt NS, NSIP. | jonathan |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-06-09 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1997-11-30 | Make this work again. KNF. | christos |
| 1997-11-17 | Rewrite lc_isa_probe() to not scan i/o space for LEMAC cards, but rather | thorpej |
| 1997-10-20 | Don't panic if we fail to remap i/o or mem space in the attach function. | thorpej |
| 1997-10-20 | Make sure to unmap bus space when a successful probe is done, to prevent | fvdl |
| 1997-10-15 | Cleanup ISA probe code. Don't collect info first. Just do the probe. | matt |
| 1997-07-31 | Add the ISA inteface for the lc (LEMAC, EtherWORKS III) driver. | matt |