opnsense-src/sys/dev/xdma
Andrew Turner 91e2614a71 Fix xdma_if.m in an ACPI only kernel
- We depend on header polution to include sys/malloc.h. Include it
   directly.
 - Only define FDT-specific fuctions when building a FDT kernel.

Sponsored by:	Innovate UK
2022-10-27 17:17:20 +01:00
..
controller xdma: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-10 10:21:37 -07:00
xdma.c xdma: Inline variables with simple values used once in a KASSERT(). 2022-04-13 16:08:23 -07:00
xdma.h Enter the network epoch in the xdma interrupt handler if required 2020-02-08 23:07:29 +00:00
xdma_bank.c xdma: Inline variables with simple values used once in a KASSERT(). 2022-04-13 16:08:23 -07:00
xdma_bio.c xdma: Fix another -Wunused-but-set-variable warning previously missed 2021-12-10 05:06:54 +00:00
xdma_fdt_test.c xdma: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-10 10:21:37 -07:00
xdma_if.m Fix xdma_if.m in an ACPI only kernel 2022-10-27 17:17:20 +01:00
xdma_iommu.c
xdma_mbuf.c xdma: Fix -Wunused-but-set-variable warnings 2021-12-10 04:48:51 +00:00
xdma_queue.c xdma: Inline variables with simple values used once in a KASSERT(). 2022-04-13 16:08:23 -07:00
xdma_sg.c xdma: Fix -Wunused-but-set-variable warnings 2021-12-10 04:48:51 +00:00
xdma_sglist.c