*** ../../man-orig/sata_hba_attach.txt	Mon Nov  7 18:49:43 2005
--- sata_hba_attach.man.changed	Mon Nov  7 18:22:00 2005
***************
*** 1,4 ****
! Kernel Functions for Drivers				sata_hba_init(9F)
  
  NAME
      sata_hba_attach - SATA Host Bus Adapter attach routine.
--- 1,4 ----
! Kernel Functions for Drivers				sata_hba_attach(9F)
  
  NAME
      sata_hba_attach - SATA Host Bus Adapter attach routine.
***************
*** 5,11 ****
  
       
  SYNOPSIS
!     #include <sys/sata/impl/sata_hba.h>
  
      int   sata_hba_attach(dev_info_t *dev_info, sata_hba_tran_t *sata_tran,
      			 ddi_attach_cmd_t);
--- 5,11 ----
  
       
  SYNOPSIS
!     #include <sys/sata/sata_hba.h>
  
      int   sata_hba_attach(dev_info_t *dev_info, sata_hba_tran_t *sata_tran,
      			 ddi_attach_cmd_t);
***************
*** 34,40 ****
      HBA framework. The SATA HBA has to be fully initialized and capable of
      communicating with attached devices and sending commands to these devices
      prior to calling sata_hba_attach().
!     SATA HBA framework will allocate system resources for this HAB instance and
      will perform generic initializations.  During the initialization SATA HBA
      Framework will call a number of functions identified by sata_hba_tran
      function vector. It will probe each sata device port (including port
--- 34,40 ----
      HBA framework. The SATA HBA has to be fully initialized and capable of
      communicating with attached devices and sending commands to these devices
      prior to calling sata_hba_attach().
!     SATA HBA framework will allocate system resources for this HBA instance and
      will perform generic initializations.  During the initialization SATA HBA
      Framework will call a number of functions identified by sata_hba_tran
      function vector. It will probe each sata device port (including port
***************
*** 57,62 ****
      Returns DDI_SUCCESS on success or DDI_FAILURE on failure.
      
  SEE ALSO
!     sata_hba_detach(9F), sta_hba_init(9F), sata_hba_tran(9S)
      
      
--- 57,62 ----
      Returns DDI_SUCCESS on success or DDI_FAILURE on failure.
      
  SEE ALSO
!     sata_hba_detach(9F), sata_hba_init(9F), sata_hba_tran(9S)
      
      
