patch-2.3.41 linux/drivers/net/a2065.h

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

diff -u --recursive --new-file v2.3.40/linux/drivers/net/a2065.h linux/drivers/net/a2065.h
@@ -169,9 +169,8 @@
  *		A2065 Expansion Board Structure
  */
 
-struct A2065Board {
-	u_char Pad1[0x4000];
-	volatile struct lance_regs Lance;
-	u_char Pad2[0x3ffc];
-	volatile u_char RAM[0x8000];
-};
+#define A2065_LANCE		0x4000
+
+#define A2065_RAM		0x8000
+#define A2065_RAM_SIZE		0x8000
+

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