Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 1999 14:55:02 -0800 (PST)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/cam/scsi scsi_target.c
Message-ID:  <199912292255.OAA95032@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mjacob      1999/12/29 14:55:02 PST

  Modified files:
    sys/cam/scsi         scsi_target.c 
  Log:
  Restore this driver to a working state. The control device has
  to be created at init time. The unit devices are created at
  ctor when new instances are created and bound and destroyed
  when that instance is closed. As such, there is just s single
  static control dev_t for this driver (the per-unit dev_t's are
  still in the softc).
  
  When we have decommissionable periph drivers, a destroy_device
  on the control device will have to called.
  
  Revision  Changes    Path
  1.20      +7 -8      src/sys/cam/scsi/scsi_target.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?199912292255.OAA95032>