CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2015/09/18 05:15:20
Modified files: sys/arch/sgi/dev: if_iec.c Log message: Fix an uninitialized variable found by Maxime Villard's Brainy. While here, fix the size parameter of bus_dmamem_unmap() in iec_alloc_physical(). ok miod@