Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2003 21:32:33 -0700 (PDT)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf NOTES options src/sys/cam/scsi scsi_da.c
Message-ID:  <200307290432.h6T4WXCR075414@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2003/07/28 21:32:33 PDT

  FreeBSD src repository

  Modified files:
    sys/conf             options NOTES 
    sys/cam/scsi         scsi_da.c 
  Log:
  Deprecate USB and Firewire quirks.  We should now never send 6 byte commands
  to such devices.  If a device fails due to this commit, add:
     options DA_OLD_QUIRKS
  to the kernel config and recompile.  Then send the output of "camcontrol
  inquiry da0" to scsi@freebsd.org so the quirk can be re-enabled.
  
  Revision  Changes    Path
  1.148     +23 -18    src/sys/cam/scsi/scsi_da.c
  1.1165    +6 -0      src/sys/conf/NOTES
  1.405     +3 -0      src/sys/conf/options



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