mirror of
https://github.com/opnsense/src.git
synced 2026-03-13 22:25:45 -04:00
Make sure rx descriptor ring align on 16 bytes. I guess the alignment requirement could be multiple of 4 bytes but I think using descriptor size would make intention clearer. Previously the size of rx descriptor was not power of 2 so it caused panic in bus_dmamem_alloc(9). Reported by: Jeff Blank (jb000003 <> mr-happy dot com) Approved by: re (kib) |
||
|---|---|---|
| .. | ||
| 3c990img.h | ||
| if_txp.c | ||
| if_txpreg.h | ||