CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/04/20 14:42:54
Modified files:
sys/dev/ic : dp8390.c ne2000.c
Log message:
- Fix a calculation bug with the RX ring buffer memory address which
slipped into the original NetBSD code around sixteen years ago.
Although it has been working so far because some devices used
address zero and other devices ignored the wrong higher bits.
- Remove the mem_ring override in ne2000_attach() now that
dp8390_config() calculates mem_ring correctly.
>From NetBSD, via brad