Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 1999 13:37:08 -0800 (PST)
From:      Kenneth Merry <ken@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/cam cam_xpt.c
Message-ID:  <199901052137.NAA01243@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ken         1999/01/05 13:37:08 PST

  Modified files:
    sys/cam              cam_xpt.c 
  Log:
  The Conner CFP2107 is a fixed-media drive, not removable media.  This fixes
  the quirk that disables tagged queueing for those drives.
  
  Also, silence a warning by disabling xpt_for_all_targets() and
  xpt_for_all_periphs().  These two functions are not currently used, but
  they should not be removed.  They're part of a set of functions that
  provide a way to execute a function for every {bus,target,device,periph} in
  the system.
  
  If anyone needs to use either function in the future, they can be
  un-#ifdefed.
  
  Revision  Changes    Path
  1.34      +10 -2     src/sys/cam/cam_xpt.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?199901052137.NAA01243>