Date: Mon, 12 Jan 2004 17:12:28 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/ndis subr_ndis.c Message-ID: <200401130112.i0D1CSQ0042282@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2004/01/12 17:12:28 PST
FreeBSD src repository
Modified files:
sys/compat/ndis subr_ndis.c
Log:
Loosen up the range test in ndis_register_ioport(). Allow drivers to
map ranges that are smaller than what our resource manager code knows
is available, rather than requiring that they match exactly. This
fixes a problem with the Intel PRO/1000 gigE driver: it wants to map
a range of 32 I/O ports, even though some chips appear set up to
decode a range of 64. With this fix, it loads and runs correctly.
Revision Changes Path
1.34 +2 -1 src/sys/compat/ndis/subr_ndis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401130112.i0D1CSQ0042282>
