Add the BUS_DMA_64BIT flag to bus_dmamem_alloc(9) calls since NVMe devices
authorkettenis <kettenis@openbsd.org>
Tue, 8 Oct 2024 19:41:23 +0000 (19:41 +0000)
committerkettenis <kettenis@openbsd.org>
Tue, 8 Oct 2024 19:41:23 +0000 (19:41 +0000)
commita006a8cd0d4ccdbdbc9d0332b5f6fdc2b6b1aed3
tree2ede41bea8a611b4a008e9abdda961e500cd168f
parentafee86301d6cf1e8e12a68fb0cde0e4cd9c4371f
Add the BUS_DMA_64BIT flag to bus_dmamem_alloc(9) calls since NVMe devices
can do 64-bit DMA.

ok mpi@, mlarkin@
sys/dev/ic/nvme.c