| Age | Commit message (Expand) | Author |
| 2016-11-20 | Make scsipi framework MPSAFE. | mlelstv |
| 2013-10-25 | Mark a diagnostic-only variable | martin |
| 2012-02-28 | Convert to device_t, aka softc/device_t split, and clean up a bit the code. | mbalmer |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 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 | comment out unreachable code. | christos |
| 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-02-01 | Backing out changes to clean up scsipi. I was pointed out there were | reinoud |
| 2005-01-31 | Part of the cleanup of sys/scsipi's use of types; rename all u_int* to | reinoud |
| 2005-01-31 | As part of cleaning up sys/scsipi, replace all u_char by uint8_t and | reinoud |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-10-17 | Adjust some debug printfs after b_bcount was changed from long to int. | bouyer |
| 2004-09-18 | Minor rearrangement. Whitespace and #include cleanup. | mycroft |
| 2004-09-18 | Standardize some variable names and the calling pattern for scsipi_command(). | mycroft |
| 2004-09-17 | Remove the "xfer" argument to scsipi_command(). | mycroft |
| 2004-09-17 | In places where we've already called scsipi_make_xs(), call scsipi_execute_xs() | mycroft |
| 2004-09-09 | Make the xxstart() functions reentrant again, as some drivers HBA can call | bouyer |
| 2004-08-27 | Improve handling of memory shortage, to fix problems like: | bouyer |
| 2004-08-21 | Use ANSI function decls and make use of static. | thorpej |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-07-18 | bcmp -> memcmp | thorpej |
| 2001-07-18 | bcopy -> memcpy | thorpej |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2000-06-09 | Prevent a process being swapped out during I/O if the data buffer is | enami |
| 1999-09-30 | Cleanup the scsipi_xfer flags: | thorpej |
| 1999-04-05 | If scsipi_command() fails, always print out the error code. | mycroft |
| 1997-10-18 | Implement two macros, scsipi_command() and scsipi_command_direct(), and | thorpej |
| 1997-10-01 | Cosmetic changes to keep coding style consistency in this directory; | enami |
| 1997-08-27 | Merge scsipi branch in the mainline. This add support for ATAPI devices | bouyer |
| 1996-10-12 | revert previous kprintf change | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-05-05 | Cleanup the rest of the SCSIDEBUG printfs. From Bernd Ernesti. | christos |
| 1996-03-30 | - Eliminate scsi_conf.h | christos |
| 1996-03-19 | Define a full set of [234][bl]tol() and lto[234][bl]() conversion functions, | mycroft |
| 1996-02-18 | Add SCSI scanner support by Kenneth Stailey and Joachim Koenig-Baltes, | mycroft |