diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-07-15 23:33:31 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-07-15 23:33:31 +0000 |
| commit | ee721a09d34651bb25c7ac48c44f3d78a56e0ee7 (patch) | |
| tree | f3eea0de5a90ce6a73fbe72fa7c3eef20596321b /sys/scsi | |
| parent | 9117dd171b146c8fca4a542445f1bf8200b0da4c (diff) | |
Notes
Diffstat (limited to 'sys/scsi')
| -rw-r--r-- | sys/scsi/ch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/ch.c b/sys/scsi/ch.c index cb87581ba36e..0b42689310c4 100644 --- a/sys/scsi/ch.c +++ b/sys/scsi/ch.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ch.c,v 1.34 1996/09/06 23:09:10 phk Exp $ + * $Id: ch.c,v 1.34.2.1 1997/03/07 09:34:26 joerg Exp $ */ #include "opt_scsi.h" @@ -603,7 +603,7 @@ ch_getelemstatus(sc, first, count, data, datalen) * Send command to changer. */ return (scsi_scsi_cmd(sc->sc_link, (struct scsi_generic *)&cmd, - sizeof(cmd), (u_char *)data, datalen, CHRETRIES, 100000, NULL, 0)); + sizeof(cmd), (u_char *)data, datalen, CHRETRIES, 100000, NULL, SCSI_DATA_IN)); } |
