CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/04/30 12:28:29
Modified files: sys/dev/pci : if_vr.c Log message: The previous change did not always update vr_link on rlphy(4) based interfaces. Therefore we now always start off with vr_link = 1. Bug found and feedback by Emilio Perea. OK sthen@