mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
With some recent busdma refactoring, sometimes it happens that a sync op gets called when bus_dmamap_load() never got called, which results in a spurious warning about a map mismatch when no sync operations will actually happen anyway. Now the check is done only if a sync operation is actually performed, and the result of the check is a panic, not just a printf. Reviewed by: cognet (who prevented me from donning a point hat) |
||
|---|---|---|
| .. | ||
| allwinner | ||
| arm | ||
| at91 | ||
| broadcom/bcm2835 | ||
| compile | ||
| conf | ||
| econa | ||
| freescale/imx | ||
| include | ||
| lpc | ||
| mv | ||
| s3c2xx0 | ||
| sa11x0 | ||
| tegra | ||
| ti | ||
| versatile | ||
| xscale | ||