*** ../../man-orig/sata_tran_reset_dport.txt	Mon Nov  7 18:51:52 2005
--- sata_tran_reset_dport.man.changed	Mon Nov  7 18:22:00 2005
***************
*** 5,11 ****
  
  
  SYNOPSIS
!     #include <sys/sata/impl/sata_hba.h>
  
      int sata_tran_reset_dport(dev_into_t *dev_info, sata_device_t *sata_device);
  
--- 5,11 ----
  
  
  SYNOPSIS
!     #include <sys/sata/sata_hba.h>
  
      int sata_tran_reset_dport(dev_into_t *dev_info, sata_device_t *sata_device);
  
***************
*** 16,29 ****
      dev_info		Pointer to a dev_info_t structure, referring to
      			the HBA device instance.
        sata_device       Pointer to sata_device structure identifying the target
!       			port or SATA device.
  
  DESCRIPTION
      sata_tran_reset_dport() function is called by the SATA HBA framework during
!     error recovery. It should perform HBA-specific sequence of reseting
!     the port or a device, as specified by the sata_address in sata_device
!     argument. Reset operation should be followed internally by SATA HBA driver
!     with an operation re-establishing communication with an attached device. 
      SATA HBA driver should return a port status in the appropriate fields of
      the sata_device structure passed as the argument to the function. 
      This function shall not be called from the interrupt context.
--- 16,30 ----
      dev_info		Pointer to a dev_info_t structure, referring to
      			the HBA device instance.
        sata_device       Pointer to sata_device structure identifying the target
!       			port or SATA device or the whole controller
  
  DESCRIPTION
      sata_tran_reset_dport() function is called by the SATA HBA framework during
!     error recovery. It should perform HBA-specific sequence of resetting
!     the port or a device or the whole controller, as specified by the 
!     sata_address in sata_device argument. Reset operation should be followed 
!     internally by SATA HBA driver with an operation of re-establishing 
!     communication with an attached device. 
      SATA HBA driver should return a port status in the appropriate fields of
      the sata_device structure passed as the argument to the function. 
      This function shall not be called from the interrupt context.
