| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-05-08 | bio(4) drivers: remove noop fallthrough-to-default bio(4) cmd cases | cnst |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2016-09-27 | Modularize the ld driver and all of its attachments. Ensure that all | pgoyette |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2015-03-12 | Dedup the conversion of bioc_disk and bioc_vol to envsys_data_t | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-06-20 | Initialize current value for ENVSYS_DRIVE sensors | pgoyette |
| 2011-06-20 | Initializes sensors states before registering. | pgoyette |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-03-14 | Remove setting of edata->monitor since that member no longer exists. | pgoyette |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() on getting softc | tsutsui |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-14 | Initial bio(4) support; only volume status is handled. The driver doesn't | mhitch |
| 2007-12-05 | Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | 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 |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-12-29 | - Print number of channels and firmware revision. | ad |
| 2006-11-28 | Improve error handling. Related to PR/21900. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-01-29 | Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> | dsl |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-25 | kill a number of autoconf submatch functions which follow the | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-05-30 | - add missing const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-09-13 | a round of autoconf cleanup: | drochner |
| 2004-08-24 | Use ANSI function decls and more use of static. | thorpej |
| 2003-12-05 | cac_cmd: | pk |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2003-01-06 | specified, not specifed. | wiz |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-06-01 | SIMPLEQ rototill: | lukem |
| 2002-01-25 | - Always validate the return value read from the outbound FIFO. | ad |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-03-07 | Add BUS_DMA_STREAMING to data transfer maps. | thorpej |
| 2000-12-11 | Report soft-errors-per-unit once per minute at most. | ad |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-11-08 | Move lsu stuff to more logical locations, and push queueing into the lsu | ad |