| Age | Commit message (Expand) | Author |
| 2023-05-10 | aic(4): Use config_detach_children. | riastradh |
| 2023-04-05 | s/esssentially/essentially/ in comment. | andvar |
| 2022-01-01 | fix typos in comments, mainly basicly -> basically. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2017-01-11 | adatper -> adapter | skrll |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-11-12 | Remove superfluous activation hook. | dyoung |
| 2009-09-22 | Split device_t/softc. Tested on AHA-1520B at ISA and ISAPnP. | tsutsui |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2008-06-11 | don't use cfdriver_t->cd_devs directly | drochner |
| 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-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-28 | Remove unused variable 'periph' to make this build. | xtraeme |
| 2006-08-27 | typo | christos |
| 2006-08-27 | ifdef out unreachable code. | christos |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-21 | Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name | thorpej |
| 2004-08-24 | Use ANSI function decls and more use of static. | thorpej |
| 2004-08-07 | Copy a bug fix from spc. If the target transferred too much, we would return | mycroft |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-02-21 | hz -> Hz | tsutsui |
| 2002-04-05 | Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers | bouyer |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-11-04 | Use common macro to check message length. | tsutsui |
| 2001-07-07 | bzero -> memset | thorpej |
| 2001-07-07 | bcopy -> memcpy | thorpej |
| 2001-04-30 | delint | lukem |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2000-05-05 | LP64 printf fix. (I wish size_t was unsigned long on all platforms). | matt |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-30 | Delete redundant decl of aicattach(), it's in aic6360var.h. | simonb |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-20 | - Test the generic device active flag instead of home grown one. | enami |
| 1999-10-30 | Add and delete a reference to an adapter at aicattach(), to make sure | enami |
| 1999-10-20 | Cancel active transfers on aic/wdc detach. | enami |
| 1999-09-30 | Update for SCSPI changes. | thorpej |
| 1999-09-26 | Allow to detach aic, but turned off by default. The patchable variable | enami |
| 1998-12-05 | Update HBAs to incorporate the new max_lun property. | mjacob |
| 1998-11-19 | Adapt to the new scsipi_adapter interface. | thorpej |
| 1998-10-10 | Garbage-collect the open_target_lu and close_target_lu entry points from | thorpej |
| 1998-07-04 | defopt DDB. | jonathan |