Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 1999 22:04:01 -0800 (PST)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/cam cam_xpt.c
Message-ID:  <199901140604.WAA06874@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       1999/01/13 22:04:01 PST

  Modified files:
    sys/cam              cam_xpt.c 
  Log:
  Add support for wildcard device entries in the EDT.  The target mode
  'Black Hole' device uses this feature to schedule itself against any
  target or lun attached to a controller that receives an unwanted request
  from an initiator instead of having an instance per potential target/lun
  request.
  
  Use the wildcard entries to simplify wildcard async callback storage.
  
  Don't announce devices twice to peripheral drivers.  The devices will
  be announced as soon as the AC_PATH_REGISTERED event is registered by
  the peripheral driver, so no manaul push of this event is required.
  
  Reviewed by: Kenneth Merry <ken@FreeBSD.org>
  
  Revision  Changes    Path
  1.36      +42 -94    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?199901140604.WAA06874>