patch-2.3.41 linux/drivers/net/ariadne.h
Next file: linux/drivers/net/ariadne2.c
Previous file: linux/drivers/net/ariadne.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Wed Jan 26 12:45:20 2000
- Orig file:
v2.3.40/linux/drivers/net/ariadne.h
- Orig date:
Thu Aug 26 13:05:38 1999
diff -u --recursive --new-file v2.3.40/linux/drivers/net/ariadne.h linux/drivers/net/ariadne.h
@@ -403,12 +403,13 @@
* Ariadne Expansion Board Structure
*/
-struct AriadneBoard {
- u_char Pad1[0x360];
- struct Am79C960 Lance;
- u_char Pad2[0xc88];
- struct MC68230 PiT;
- u_char Pad3[0x2fc0];
- volatile u_short BootPROM[0x2000]; /* I guess it's here :-) */
- volatile u_short RAM[0x4000]; /* Always access WORDs!! */
-};
+#define ARIADNE_LANCE 0x360
+
+#define ARIADNE_PIT 0x1000
+
+#define ARIADNE_BOOTPROM 0x4000 /* I guess it's here :-) */
+#define ARIADNE_BOOTPROM_SIZE 0x4000
+
+#define ARIADNE_RAM 0x8000 /* Always access WORDs!! */
+#define ARIADNE_RAM_SIZE 0x8000
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)