mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
e0e5b8b471
putting descriptors (not buffers) across a 4k page boundary can cause issues. I've not seen it in production myself but it apparently can cause problems. So, in preparation for addressing this workaround, (re)-expose the particular HAL capability bit which marks whether the chipset has support for cross-4k- boundary transactions or not. A subsequent commit will modify the descriptor allocation to avoid allocating descriptor entries that straddle a 4k page boundary. |
||
---|---|---|
.. | ||
ar5211_attach.c | ||
ar5211_beacon.c | ||
ar5211_interrupts.c | ||
ar5211_keycache.c | ||
ar5211_misc.c | ||
ar5211_phy.c | ||
ar5211_power.c | ||
ar5211_recv.c | ||
ar5211_reset.c | ||
ar5211_xmit.c | ||
ar5211.h | ||
ar5211desc.h | ||
ar5211phy.h | ||
ar5211reg.h | ||
boss.ini |