diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2009-12-01 01:50:36 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2009-12-01 01:50:36 +0000 |
commit | 4e2686172affb675337d24909f61d8ba3fbfc083 (patch) | |
tree | 5eed3ac4abf0e7f02bf84edd1dcc98247b7f4c34 /sys/scsi/scsiconf.h | |
parent | 56901e51ebf1db9a1c61f31f83c5b6e63d702f20 (diff) |
properly handle all xs states that can be returned by an adapter in sd.
requested by krw@ after spending a week munging through my code.
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r-- | sys/scsi/scsiconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index 8f9619d8fb9..ac9784b7bc8 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.112 2009/12/01 01:40:02 dlg Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.113 2009/12/01 01:50:35 dlg Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -552,6 +552,7 @@ void sc_print_addr(struct scsi_link *); int scsi_report_luns(struct scsi_link *, int, struct scsi_report_luns_data *, u_int32_t, int, int); void scsi_minphys(struct buf *, struct scsi_link *); +int scsi_interpret_sense(struct scsi_xfer *); void show_scsi_xs(struct scsi_xfer *); void scsi_print_sense(struct scsi_xfer *); |