CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2024/12/19 20:31:09
Modified files: sys/dev/pci : if_mcx.c Log message: Pass BUS_DMA_64BIT to bus_dmamem_alloc(). On amd64, this allows use of memory past 4GB, potentially freeing up some low memory for more important uses. ok dlg@