patch-2.2.15 linux/drivers/net/olympic.h

Next file: linux/drivers/net/plip.c
Previous file: linux/drivers/net/olympic.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/net/olympic.h linux/drivers/net/olympic.h
@@ -244,6 +244,8 @@
 	__u8 *olympic_mmio;
 	__u8 *olympic_lap;
 
+	spinlock_t olympic_lock ; 
+
 	volatile int srb_queued;    /* True if an SRB is still posted */	
 	struct wait_queue *srb_wait;
 
@@ -280,7 +282,7 @@
 	
 	__u8  phys_addr[4] ; 
 	__u8  up_node_addr[6] ; 
-	__u8  up_phys_addr[6] ; 
+	__u8  up_phys_addr[4] ; 
 	__u8  poll_addr[6] ; 
 	__u16 reserved ; 
 	__u16 acc_priority ; 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)