]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a new tunable hw.re.prefer_iomap which disables memory register
authorPyun YongHyeon <yongari@FreeBSD.org>
Mon, 9 Mar 2009 06:02:55 +0000 (06:02 +0000)
committerPyun YongHyeon <yongari@FreeBSD.org>
Mon, 9 Mar 2009 06:02:55 +0000 (06:02 +0000)
commit2c21710b275cebf1f42afd6700032e8cbf93a915
treeaa0e8a1eec53e2f207c85d190c46e05e2c20a7f9
parent5b71b82e7029f3f02763c23fa24b149c0cb30c46
Add a new tunable hw.re.prefer_iomap which disables memory register
mapping. The tunable is OFF for all controllers except RTL8169SC
family. RTL8169SC seems to require more magic to use memory
register mapping. r187483 added a fix for RTL8169SCe controller but
it does not looke like fix other variants of RTL8169SC.

Tested by: Gavin Stone-Tolcher g.stone-tolcher <> its dot uq dot edu dot au
sys/dev/re/if_re.c