CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/02/13 02:20:07
Modified files: sys/arch/vax/if: if_de.c Log message: Checking if the per-interface address list is empty when configuring the chip is always false, so remove this no-op. In fact this list contains the link-layer address as soon as the device attachs. ok miod@