CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2012/12/01 02:55:04
Modified files: sys/dev/pci : if_txp.c if_vr.c Log message: Don't bother to zero initialize the if_capabilities field first and then set the flags. Just set the flags as is done everywhere else. ok sthen@