mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
to 32k swamped the controller causing firmware hangs. Instead, round requests smaller than 64k up to the next power of 2 as a general rule. To handle the one known special case of a command that accepts a 12k buffer returning a 24k-ish reply, round requests between 8k and 16k up to 32k rather than 16k. The result is that commands less than 8k should now be rounded up to a smaller size (either 4k or 8k) rather than 32k. PR: kern/155658 Tested by: Andreas Longwitz MFC after: 1 week |
||
|---|---|---|
| .. | ||
| amr.c | ||
| amr_cam.c | ||
| amr_disk.c | ||
| amr_linux.c | ||
| amr_pci.c | ||
| amr_tables.h | ||
| amrio.h | ||
| amrreg.h | ||
| amrvar.h | ||