Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 1998 09:35:29 -0800 (PST)
From:      Kenneth Merry <ken@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/cam/scsi scsi_da.c
Message-ID:  <199812021735.JAA19509@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ken         1998/12/02 09:35:29 PST

  Modified files:
    sys/cam/scsi         scsi_da.c 
  Log:
  "Fix" a problem with the Quantum Viking.  It appears that this drive does
  not like the 6-byte read and write commands!  It returns illegal request,
  with the field pointer pointing to byte 9 of a 6 byte CDB.
  
  In any case, the work around is to put in a quirk mechanism that makes sure
  that we don't send 6-byte reads or writes to this device.  It's rather sad
  that this is necessary.  You'd think that they would be able to get
  something that basic to work right in their firmware...
  
  Reviewed by:	gibbs
  Reported by:	Adam McDougall <bsdx@spawnet.com>
  
  Revision  Changes    Path
  1.13      +28 -4     src/sys/cam/scsi/scsi_da.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812021735.JAA19509>