History log of /netbsd/sys/dev/scsipi/scsipi_verbose.c (Results 26 – 35 of 35)
Revision Date Author Comments
# 8ef8f5c8 24-Feb-1999 jwise <jwise@NetBSD.org>

Fix typo.

Fixes last part of PR bin/6883 from Soren S. Jorvang <soren@t.dk>.


# 00d93f77 17-Nov-1998 bouyer <bouyer@NetBSD.org>

Rename scsi_interpret_sense() to scsipi_interpret_sense() and move it from
scsi_base.c to scsipi_base.c. Rename the functions from scsi_verbose.c
too, and rename the file itself. Cleaup includes too

Rename scsi_interpret_sense() to scsipi_interpret_sense() and move it from
scsi_base.c to scsipi_base.c. Rename the functions from scsi_verbose.c
too, and rename the file itself. Cleaup includes too (scsi_*.h should not
be #included in scsipi_*.h files, which are supposed to be
common to atapi and scsi).

show more ...


# 6dc90320 15-Aug-1998 mycroft <mycroft@NetBSD.org>

Assign my copyrights to TNF.


# 4205ca3d 30-Jul-1998 mjacob <mjacob@NetBSD.org>

opt_scsiverbose.h now is opt_scsi.h and contains the defopted
SCSIVERBOSE and the new ST_ENABLE_EARLYWARN.


# 0978d23c 11-Jul-1998 mjacob <mjacob@NetBSD.org>

Clarify that Sense Key 1 is a "RECOVERED ERROR"- not just an error.


# b5b5f16f 10-Jul-1998 mjacob <mjacob@NetBSD.org>

hmm, char sign extension bit me


# 3664a056 01-Jul-1998 mjacob <mjacob@NetBSD.org>

Align output for Tape specific bits and use new Sense Key defines (for clarity)


# 8f99277d 24-Jun-1998 mjacob <mjacob@NetBSD.org>

When printing an error, print more than just the opcode. Print the
entire CDB, whose length is actually deterministic. This makes a *big*
difference when actually trying to bind errors to commands.


# ac2ca72a 15-Apr-1998 mjacob <mjacob@NetBSD.org>

a tab crept in


# e0436952 28-Mar-1998 christos <christos@NetBSD.org>

Split out the verbose printing of scsi messages, so that user programs
can use the printing routines.


12