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

Nate Lawson njl at FreeBSD.org
Wed Aug 6 21:32:12 PDT 2003


njl         2003/08/06 21:32:10 PDT

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/cam/scsi         scsi_da.c 
    sys/conf             options 
    sys/i386/conf        LINT 
  Log:
  Deprecate USB 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.42.2.38    +3 -1      src/sys/cam/scsi/scsi_da.c
  1.191.2.56   +2 -0      src/sys/conf/options
  1.749.2.150  +6 -0      src/sys/i386/conf/LINT


More information about the cvs-src mailing list