cvs commit: src/sys/conf NOTES options src/sys/cam/scsi scsi_da.c

Nate Lawson njl at FreeBSD.org
Mon Jul 28 21:32:34 PDT 2003


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 at 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


More information about the cvs-src mailing list