patch-2.1.121 linux/drivers/acorn/net/ether3.h

Next file: linux/drivers/acorn/scsi/cumana_2.c
Previous file: linux/drivers/acorn/net/ether3.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.120/linux/drivers/acorn/net/ether3.h linux/drivers/acorn/net/ether3.h
@@ -64,6 +64,12 @@
 #define CFG1_TRANSEND		0x0007
 #define CFG1_LOCBUFMEM		0x0008
 #define CFG1_INTVECTOR		0x0009
+#define CFG1_RECVSPECONLY	0x0000
+#define CFG1_RECVSPECBROAD	0x4000
+#define CFG1_RECVSPECBRMULTI	0x8000
+#define CFG1_RECVPROMISC	0xC000
+
+/* The following aren't in 8004 */
 #define CFG1_DMABURSTCONT	0x0000
 #define CFG1_DMABURST800NS	0x0010
 #define CFG1_DMABURST1600NS	0x0020
@@ -78,10 +84,6 @@
 #define CFG1_RECVCOMPSTAT3	0x0800
 #define CFG1_RECVCOMPSTAT4	0x1000
 #define CFG1_RECVCOMPSTAT5	0x2000
-#define CFG1_RECVSPECONLY	0x0000
-#define CFG1_RECVSPECBROAD	0x4000
-#define CFG1_RECVSPECBRMULTI	0x8000
-#define CFG1_RECVPROMISC	0xC000
 
 /* configuration register 2 */
 #define REG_CONFIG2		(dev->base_addr + 0x20)
@@ -134,6 +136,7 @@
 #define RXSTAT_DONE		(1 << 15)
 
 
+#define TX_START	0x0000
 #define TX_END		0x6000
 #define RX_START	0x6000
 #define RX_LEN		0xA000

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov