| Age | Commit message (Expand) | Author |
| 2022-05-23 | Audit unload/unmap v.s. free against DMA buffer for sys/dev/pci; | rin |
| 2018-12-09 | use pci_intr_establish_xname() | jdolecek |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-08-10 | Redo -r1.53 correctly. | dholland |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-06-30 | dependant -> dependent | wiz |
| 2010-04-23 | don't try to print a bus_space_handle_t | macallan |
| 2010-03-22 | MI code must not printf() a bus_space_tag_t, so don't do that. | dyoung |
| 2009-05-06 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-06-24 | Both legs of a digraph must return the same type. Therefore, replace digraph. | gmcgarry |
| 2008-06-08 | Use device_lookup_private() rather than using cd_devs[] directly to get softc. | tsutsui |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-01-16 | Don't assume that sizeof(long) == sizeof(int); makes bktr work on amd64. | jmcneill |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-25 | Use selinit() / seldestroy(). | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | stop attaching when a bus_dma operation fails, instead of using bogus | bouyer |
| 2006-08-28 | remove unreachable code. | christos |
| 2006-08-28 | add missing initializer. | christos |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-10-29 | constify audio_hw_if, midi_hw_if, and radio_hw_if. | yamt |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-03-12 | Merge first bktr-sf import. | wiz |
| 2003-01-10 | Make this work on big endian platforms (mostly from OpenBSD): | mjl |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-01-07 | Re-enable radio at bktr, only if NRADIO > 0 and an FM tuner is present. | jmcneill |
| 2002-01-07 | Disable broken radio(4) support for bktr(4). The configuration code doesn't | tron |
| 2002-01-07 | Clean up preprocess handling of optional radio(4) support a little bit. | tron |
| 2002-01-06 | Compile in radio(4) only it is activated in the kernel configuration. | tron |
| 2002-01-06 | Add missing definition of STATUSBIT_STEREO. | jmcneill |
| 2002-01-06 | Add basic support for the radio(4) interface. | jmcneill |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-18 | Fix check in device open. | wiz |
| 2001-09-18 | Give initiali[sz]e all the "i"s it deserves. | wiz |