cvs commit: src/sys/dev/msk if_msk.c
Pyun YongHyeon
yongari at FreeBSD.org
Mon Nov 19 23:07:34 PST 2007
yongari 2007-11-20 07:07:33 UTC
FreeBSD src repository
Modified files:
sys/dev/msk if_msk.c
Log:
o Don't hardcode that Yukon FE has 16KB SRAM. In fact, Yukon FE has
only 4KB SRAM.
o Rework setting Tx/Rx RAM buffer size. Give receiver 2/3 of memory
and round it down to the multiple of 1024. The RAM buffer size of
Yukon II should be multiple of 1024. This fixes bogus RAM buffer
configuration used in Yukon FE.
Reported by: Oleg Lomaka < oleg AT lomaka DOT org DOT ua >
Tested by: Oleg Lomaka < oleg AT lomaka DOT org DOT ua >
Revision Changes Path
1.21 +12 -38 src/sys/dev/msk/if_msk.c
More information about the cvs-src
mailing list