| Age | Commit message (Expand) | Author |
| 2021-04-28 | Avoid a double "cs0: " in the autoconfiguration messages. | thorpej |
| 2021-01-27 | Rename of_match_compat_data() to of_compatible_match(). Similarly, | thorpej |
| 2021-01-27 | Use DEVICE_COMPAT_EOL. | thorpej |
| 2021-01-25 | Since we're using designated initialisers for compat data, we should | thorpej |
| 2021-01-19 | of_compatible() is a hokey API (returning -1 for no match) and nothing | thorpej |
| 2016-12-09 | Factor our model printing code; use aprint; eliminate alloca. | christos |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2009-09-22 | Make local functions static. | tsutsui |
| 2009-09-22 | Split device_t/softc. Tested only on cs at ofisa on shark. | 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 |
| 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 |
| 2006-03-29 | Use device_private(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-04 | de-__P | perry |
| 2004-09-01 | one more case: don't use ISACF_* constants internally | drochner |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 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-06-08 | constify and make auto const variables static. | yamt |
| 2001-11-26 | move dev/isa/cs89x0{.c,{var,reg}.h} into dev/ic | yamt |
| 2001-11-13 | add RCSIDs | lukem |
| 2000-12-26 | Um, we need rnd.h so that cs_softc is defined properly. Overrunning structures | mycroft |
| 1998-08-17 | Fix a typo. | thorpej |
| 1998-08-15 | Use _CS_OFISA_MD_* callbacks for old, broken OpenFirmware builds. | thorpej |
| 1998-07-27 | ISA with OpenFirmware configuration glue for the CS8900 Ethernet driver. | thorpej |