CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2014/08/06 09:40:40
Modified files: sys/arch/vax/if: if_qe.c sgec.c Log message: Correct some dma cleanup error paths. While the index variables were correct the arrays of dma handles they indexed were swapped for rx and tx. As there are a mismatched number of rx and tx descriptors we'd walk off the end of the rx handle array by 30 items. ok deraadt@