*** ../../man-orig/sata_address.txt	Mon Nov  7 17:46:12 2005
--- sata_address.man.changed	Mon Nov  7 18:22:00 2005
***************
*** 5,11 ****
      sata_address - structure specifying SATA address
      
  SYNOPSIS
!     #include <sys/sata/impl/sata_hba.h> 
  
  INTERFACE LEVEL
      Consolidation Private
--- 5,11 ----
      sata_address - structure specifying SATA address
      
  SYNOPSIS
!     #include <sys/sata/sata_hba.h> 
  
  INTERFACE LEVEL
      Consolidation Private
***************
*** 14,20 ****
      SATA device address structure containing addressing components of a sata
      port or device.  The sata port may be a sata controller's device port or
      a Port Multiplier's device port or a Port Multiplier's host port. The sata
!     device may ba a device attached to one of the controller or the port
      Multiplier device ports. The qual field indicates how the address should
      be interpreted.
  
--- 14,20 ----
      SATA device address structure containing addressing components of a sata
      port or device.  The sata port may be a sata controller's device port or
      a Port Multiplier's device port or a Port Multiplier's host port. The sata
!     device may be a device attached to one of the controller or the port
      Multiplier device ports. The qual field indicates how the address should
      be interpreted.
  
***************
*** 32,41 ****
  
      qual	Address qualifier flag, used to specify what is being addressed:
      
!             	SATA_ADDR_DCPORT 	Address specifies SATA device attched
              				directly to a controller's port
              				
!             	SATA_ADDR_DPMPORT 	Address specifies SATA device attched
              				to a Port Multiplier's device port
              				
              	SATA_ADDR_CPORT 	Address specifies controller's device
--- 32,41 ----
  
      qual	Address qualifier flag, used to specify what is being addressed:
      
!             	SATA_ADDR_DCPORT 	Address specifies SATA device attached
              				directly to a controller's port
              				
!             	SATA_ADDR_DPMPORT 	Address specifies SATA device attached
              				to a Port Multiplier's device port
              				
              	SATA_ADDR_CPORT 	Address specifies controller's device
***************
*** 44,49 ****
--- 44,54 ----
              	SATA_ADDR_PMPORT 	Address specifies Port Multiplier
              				itself, not the attached device
              				
+ 		SATA_ADDR_CNTRL  	Address refers to the whole controller
+ 
+                 SATA_ADDR_PMULT         Address specifies Port Multiplier
+ 					attached to a controller's device port.
  SEE ALSO           				
      sata_hba_tran(9S), sata_device(9S), sata_pkt(9S)
+     
      
