Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2002 10:18:03 -0800 (PST)
From:      Hidetoshi Shimokawa <simokawa@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/cam/scsi scsi_da.c
Message-ID:  <200203231818.g2NII3K42445@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
simokawa    2002/03/23 10:18:03 PST

  Modified files:
    sys/cam/scsi         scsi_da.c 
  Log:
  Automatically detect devices that do not support READ(6)/WRITE(6)
  and upgrade to using 10 byte cdbs.
  
  As far as I tested, this works efficiently for most of the
  SBP-II/Firewire devices but most of the umass devices still need
  ad-hoc work around because umass-sim doesn't return any SCSI errors.
  
  A sysctl nob is also added for the last resort.
  I hope we don't need DA_Q_NO_6_BYTE quirks anymore.
  
  Reviewed by:    gibbs
  MFC after:      1 week
  
  Revision  Changes    Path
  1.101     +75 -1     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?200203231818.g2NII3K42445>