*** ../../man-orig/sata_hba_init.txt	Mon Nov  7 18:50:12 2005
--- sata_hba_init.man.changed	Mon Nov  7 18:22:00 2005
***************
*** 5,11 ****
      initialization and completion routines
       
  SYNOPSIS
!     #include <sys/sata/impl/sata_hba.h>
  
      int sata_hba_init(struct modlinkage *modlp);
      
--- 5,11 ----
      initialization and completion routines
       
  SYNOPSIS
!     #include <sys/sata/sata_hba.h>
  
      int sata_hba_init(struct modlinkage *modlp);
      
***************
*** 34,42 ****
      
      sata_hba_fini
      The sata_hba_fini() function is a completion routine for SATA HBA drivers.
!     It is called by SATA HBA driver to the driver from SATA Framework.  SATA
!     HBA framework will call scsi_hba_fini()and it would free resources allocated
!     by sata_hba_init().
      The sata_hba_fini() routine should be called in the HBA's _fini(9E) routine
      if mod_remove(9F)is successful.
      
--- 34,42 ----
      
      sata_hba_fini
      The sata_hba_fini() function is a completion routine for SATA HBA drivers.
!     It is called by SATA HBA driver to unregister the driver from SATA Framework.
!     SATA HBA framework will call scsi_hba_fini() and it would free resources 
!     allocated by sata_hba_init().
      The sata_hba_fini() routine should be called in the HBA's _fini(9E) routine
      if mod_remove(9F)is successful.
      
***************
*** 44,50 ****
   
      sata_hba_init() returns 0 if  successful, and a non-zero value otherwise.
      If sata_hba_init() fails, the SATA HBA's _init() entry point should return
!     the value returned by scsi_hba_init().
      
      
  SEE ALSO
--- 44,50 ----
   
      sata_hba_init() returns 0 if  successful, and a non-zero value otherwise.
      If sata_hba_init() fails, the SATA HBA's _init() entry point should return
!     the value returned by sata_hba_init().
      
      
  SEE ALSO
