| Age | Commit message (Expand) | Author |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2016-07-11 | KNF. No functional change. | msaitoh |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2014-03-20 | Mechanically replace simplelock with kmutex_t. | skrll |
| 2013-10-12 | adjust for recent deferred changes. | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-08-07 | Replace some wakeup_one(9) uses with mutex(9) or plain wakeup(9). | rmind |
| 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-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-05-04 | Move to standard TNF 2 clause license | 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 |
| 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 |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-03-29 | Use device_private(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-08-26 | kill some more simple submatch() functions, use config_stdsubmatch() | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-09-01 | use a submatch function for drive attachment, and pass locators | drochner |
| 2004-08-30 | There is no point in using config_found_sm() if there is no submatch function. | drochner |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 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-07-20 | Convert to new device buffer queue interface. | hannken |
| 2002-03-31 | edc_cmd_wait(): it is absolutely necessary to wait for the BSR_CMD_INPROGRESS | jdolecek |
| 2001-12-31 | Labels must be followed by statements. | thorpej |
| 2001-12-06 | it doesn't make sense to wait for resources during autoconfiguration | jdolecek |
| 2001-12-04 | Fix so these files build with options DEBUG enabled. | sommerfeld |
| 2001-12-02 | use the new MCABUS_DMA_16BIT flag to use 16bit DMA (not implicit anymore) | jdolecek |
| 2001-11-23 | Convert over to use the new MCA DMA facilities, which encapsulate | jdolecek |
| 2001-11-13 | add RCSID | lukem |
| 2001-05-04 | Implement polled command mode, and use it for writing system dump | jdolecek |
| 2001-04-25 | Spell occurred correctly. | simonb |
| 2001-04-24 | print the drq together with irq, slot info | jdolecek |
| 2001-04-23 | Compact autoconf info by printing the IRQ number together | jdolecek |
| 2001-04-22 | g/c edc_dev_status[] | jdolecek |
| 2001-04-22 | fix edc_dump_status_block() to correctly print Command Error Code and | jdolecek |
| 2001-04-22 | edc_dump_status_block(): print RBA # and block count as unsigned | jdolecek |