cvs commit: src/sys/compat/ndis subr_ndis.c
Bill Paul
wpaul at FreeBSD.org
Mon Jan 12 17:12:30 PST 2004
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
More information about the cvs-src
mailing list