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