OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Alexander Yurchenko (grangecvs.openbsd.org)
Date: Sat Feb 21 2004 - 03:34:56 CST


CVSROOT: /cvs
Module name: src
Changes by: grangecvs.openbsd.org 2004/02/21 02:34:56

Modified files:
        sys/dev/atapiscsi: atapiscsi.c

Log message:
SCSI_DATA_OUT doesn't mean transfer from host in all cases, when
requesting sense we reuse the same scsi xfer so flags lie and we should
check for C_SENSE too.
Eliminates pciide timeouts at the end of every burning with cdrecord.

Bug introduced, found and then fixed by costa.

ok costa krw