*** ../../man-orig/sata_tran_get_pwr_level.txt	Mon Nov  7 18:50:48 2005
--- sata_tran_get_pwr_level.man.changed	Mon Nov  7 18:22:00 2005
***************
*** 4,10 ****
      sata_tran_get_pwr_level - return SATA HBA's current power level
      
  SYNOPSIS
!     #include <sys/sata/impl/sata_hba.h>
  
      int sata_tran_get_pwr_level(dev_info_t  *dev_info,
      				sata_device_t *sata_device);
--- 4,10 ----
      sata_tran_get_pwr_level - return SATA HBA's current power level
      
  SYNOPSIS
!     #include <sys/sata/sata_hba.h>
  
      int sata_tran_get_pwr_level(dev_info_t  *dev_info,
      				sata_device_t *sata_device);
***************
*** 16,29 ****
  PARAMETERS
      dev_info		Pointer to a dev_info_t structure, referring to the HBA
      			device instance.
!     sata_device   	SATA HBA's or specified SATA port current power level.
      			If addr field does not specify valid SATA port, the
      			power level of the HBA should be returned.
  
  DESCRIPTION
!     The sata_tran_get_pwr_level() function returns HBA's or specified SATA port
!     power level. If addr field of the sata_device argument does not specify
!     a valid SATA port, the request is for a HBA power level.
      A power level numerical value should be returned in the num_info field
      of the sata_device argument.
      This function may be called in response to the SATA HBA event
--- 16,29 ----
  PARAMETERS
      dev_info		Pointer to a dev_info_t structure, referring to the HBA
      			device instance.
!     sata_device   	device for which the power level is requested.
      			If addr field does not specify valid SATA port, the
      			power level of the HBA should be returned.
  
  DESCRIPTION
!     The sata_tran_get_pwr_level() function returns the power level of HBA or
!     specified SATA port. If addr field of the sata_device argument does not 
!     specify a valid SATA port, the request is for power level of the HBA itself. 
      A power level numerical value should be returned in the num_info field
      of the sata_device argument.
      This function may be called in response to the SATA HBA event
