Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2002 13:18:52 -0700 (PDT)
From:      Thomas Quinot <thomas@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ata ata-all.c atapi-all.h atapi-cam.c
Message-ID:  <200210222018.g9MKIqnt029945@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thomas      2002/10/22 13:18:52 PDT

  Modified files:
    sys/dev/ata          ata-all.c atapi-all.h atapi-cam.c 
  Log:
  Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUS
  and XPT_RESET_DEV.
  
  In order to properly handle reset requests whether they originate in the
  ATA layer (atacontrol reinit) or from the CAM layer (camcontrol reset)
  ata_reinit does not cause the SIM to be deallocated anymore. The SIM
  is now unconditionnally created for each ATAPI bus.
  
  This change may cause existing bus ids to change on some setups.
  
  Reviewed by:    roberto
  Approved by:    sos
  
  Revision  Changes    Path
  1.156     +4 -12     src/sys/dev/ata/ata-all.c
  1.47      +1 -0      src/sys/dev/ata/atapi-all.h
  1.10      +47 -14    src/sys/dev/ata/atapi-cam.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?200210222018.g9MKIqnt029945>