| Age | Commit message (Expand) | Author |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2016-07-11 | KNF. No functional change. | msaitoh |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 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-06-08 | Replace device_lookup() with device_lookup_private() on getting softc | tsutsui |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | 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-04-26 | Make wtintr() prototype static too. | rpaulo |
| 2006-04-26 | Put back sys/proc.h for wakeup/tsleep. | rpaulo |
| 2006-04-26 | Make 3rd argument of wtwait() const. | rpaulo |
| 2006-04-26 | Fix an obvious typo. | rpaulo |
| 2006-04-26 | ktrace-lwp merge. | rpaulo |
| 2006-04-26 | ANSIfy, statify, KNfy. | rpaulo |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-28 | Add a missing return after an "if" that checks for something then | simonb |
| 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 |
| 2003-05-09 | A few ISA sound drivers like to share dma channels, and hence deferred | fvdl |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 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-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-07-18 | bcopy -> memcpy | thorpej |
| 2000-07-06 | Use device_lookup(). | thorpej |
| 2000-06-26 | <vm/vm_param.h> -> <uvm/uvm_param.h> | mrg |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-02-08 | Cast bus_size_t to u_long for printing. | thorpej |
| 2000-02-07 | Add a new function call to the ISA DMA API: isa_dmamaxsize(), which returns | thorpej |
| 1999-01-10 | Avoid `void *' arithmetic. Fixes PR 6783. | augustss |
| 1998-06-09 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1998-06-09 | Adjust for changes to the ISA DMA API. | thorpej |
| 1998-01-20 | make compile without BROKEN_INDIRECT_CONFIG, | drochner |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-10-20 | Don't panic if we fail to remap i/o or mem space in the attach function. | thorpej |
| 1997-10-19 | Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) before | thorpej |
| 1997-08-08 | Add back ia->iobase to initializer macros for softc device-register offsets. | jonathan |