Commit 1a50c2ea authored by Richard Henderson's avatar Richard Henderson

[ALPHA] Add isa_eth_io_copy_and_sum.

From Geoffrey Lee <glee@gnupilgrims.org>.
parent 44a7fd73
......@@ -462,6 +462,9 @@ extern void outsl (unsigned long port, const void *src, unsigned long count);
#define eth_io_copy_and_sum(skb,src,len,unused) \
memcpy_fromio((skb)->data,(src),(len))
#define isa_eth_io_copy_and_sum(skb,src,len,unused) \
isa_memcpy_fromio((skb)->data,(src),(len))
static inline int
check_signature(unsigned long io_addr, const unsigned char *signature,
int length)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment