(probably as a result of copying skeleton or similar). Removed this as
a step in the goal to remove rmem_start/end from netdev struct entirely.
/*
* memory information
*/
- dev->mem_start = dev->mem_end = dev->rmem_end = dev->rmem_start = 0;
+ dev->mem_start = dev->mem_end = 0;
}
/************************************************************
dev->mem_start = first_mirror;
dev->mem_end = last_mirror + MIRROR_SIZE - 1;
- dev->rmem_start = dev->mem_start + BUFFER_SIZE * 0;
- dev->rmem_end = dev->mem_start + BUFFER_SIZE * 2 - 1;
/* initialize the rest of the device structure. */
dev->mem_start = first_mirror;
dev->mem_end = last_mirror + MIRROR_SIZE - 1;
- dev->rmem_start = dev->mem_start + BUFFER_SIZE * 0;
- dev->rmem_end = dev->mem_start + BUFFER_SIZE * 2 - 1;
/* Initialize the rest of the device structure. */
memset(lp, 0, sizeof(struct arcnet_local));