2 * 3COM "EtherLink MC/32" Descriptions
12 #define HOST_STATUS_CRR (1<<6)
13 #define HOST_STATUS_CWR (1<<5)
16 #define HOST_CTRL_ATTN (1<<7)
17 #define HOST_CTRL_RESET (1<<6)
18 #define HOST_CTRL_INTE (1<<2)
20 #define HOST_RAMPAGE 8
24 u8 status
__attribute((packed
));
25 u8 control
__attribute((packed
));
26 u16 next
__attribute((packed
)); /* Do not change! */
27 u16 length
__attribute((packed
));
28 u32 data
__attribute((packed
));
31 #define STATUS_MASK 0x0F
32 #define COMPLETED 0x80
33 #define COMPLETED_OK 0x40
34 #define BUFFER_BUSY 0x20
36 #define CONTROL_EOP 0x80 /* End Of Packet */
37 #define CONTROL_EL 0x40 /* End of List */
40 #define MCA_MC32_ID 0x0041 /* Our MCA ident */