mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04:00
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. |
||
|---|---|---|
| .. | ||
| ar9280.c | ||
| ar9280.h | ||
| ar9280_attach.c | ||
| ar9280v1.ini | ||
| ar9280v2.ini | ||
| ar9285.c | ||
| ar9285.h | ||
| ar9285.ini | ||
| ar9285_attach.c | ||
| ar9285_reset.c | ||
| ar9285v2.ini | ||