Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2006 22:44:00 +0000 (UTC)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_all.h
Message-ID:  <200605302244.k4UMi0J7083158@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      2006-05-30 22:44:00 UTC

  FreeBSD src repository

  Modified files:
    sys/cam              cam_xpt.c 
    sys/cam/scsi         scsi_all.h 
  Log:
  Handle some of the inquiry flags that have come into
  usage as of SPC2r20. Specifically, handle the BQueue
  flag which will indicate that a device supports the
  Basic Queueing model (no Head of Queue or Ordered tags).
  When this flag is set, SID_CmdQueue is clear. This has
  causes FreeBSD to assume that the device did not support
  tagged operations.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.159     +4 -5      src/sys/cam/cam_xpt.c
  1.25      +13 -1     src/sys/cam/scsi/scsi_all.h



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