|  | @@ -7,13 +7,6 @@
 | 
		
	
		
			
			| 7 | 7 |   *
 | 
		
	
		
			
			| 8 | 8 |   * The sanboot API provides methods for hooking, unhooking,
 | 
		
	
		
			
			| 9 | 9 |   * describing, and booting from SAN devices.
 | 
		
	
		
			
			| 10 |  | - *
 | 
		
	
		
			
			| 11 |  | - * The standard methods (readl()/writel() etc.) do not strictly check
 | 
		
	
		
			
			| 12 |  | - * the type of the address parameter; this is because traditional
 | 
		
	
		
			
			| 13 |  | - * usage does not necessarily provide the correct pointer type.  For
 | 
		
	
		
			
			| 14 |  | - * example, code written for ISA devices at fixed I/O addresses (such
 | 
		
	
		
			
			| 15 |  | - * as the keyboard controller) tend to use plain integer constants for
 | 
		
	
		
			
			| 16 |  | - * the address parameter.
 | 
		
	
		
			
			| 17 | 10 |   */
 | 
		
	
		
			
			| 18 | 11 |  
 | 
		
	
		
			
			| 19 | 12 |  FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 |