*** ../../man-orig/sata_tran_hotplug_ops.txt	Mon Nov  7 18:50:58 2005
--- sata_tran_hotplug_ops.man.changed	Mon Nov  7 18:22:00 2005
***************
*** 5,11 ****
      SATA Host Bus Adapter (HBA) hotplug operations vector structure.
  
  SYNOPSIS
!     #include <sys/sata/impl/sata_hba.h>
  
  INTERFACE LEVEL
      Consolidation Private
--- 5,11 ----
      SATA Host Bus Adapter (HBA) hotplug operations vector structure.
  
  SYNOPSIS
!     #include <sys/sata/sata_hba.h>
  
  INTERFACE LEVEL
      Consolidation Private
***************
*** 17,23 ****
      hotplug-related HBA operations may be added in the future.
  
  STRUCTURE MEMBERS
!     int	  version			/* structure version */
      int   (*sata_tran_port_activate)(dev_info_t *,
      	   sata_address_t *); 		/* Activate port/link with device */
      int   (*sata_tran_port_deactivate)(dev_info_t *,
--- 17,23 ----
      hotplug-related HBA operations may be added in the future.
  
  STRUCTURE MEMBERS
!     int	  sata_tran_hotplug_ops_rev		/* structure version */
      int   (*sata_tran_port_activate)(dev_info_t *,
      	   sata_address_t *); 		/* Activate port/link with device */
      int   (*sata_tran_port_deactivate)(dev_info_t *,
***************
*** 25,33 ****
  
  
  
!     version			sata_hba_hotplug_ops structure version.
      				Currently supported version is
!     				SATA_HOTPLUG_REV_1.
  
      sata_tran_port_activate	The pointer to the SATA HBA driver function
      				performing HBA-specific operation of activating
--- 25,33 ----
  
  
  
!     sata_tran_hotplug_ops_rev	sata_hba_hotplug_ops structure version.
      				Currently supported version is
!     				SATA_TRAN_HOTPLUG_OPS_REV_1.
  
      sata_tran_port_activate	The pointer to the SATA HBA driver function
      				performing HBA-specific operation of activating
***************
*** 45,48 ****
--- 45,49 ----
  SEE ALSO
      sata_hba_tran(9S), sata_tran_port_activate(9E),
      sata_tran_port_deactivate(9E)
+     
      
