CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2013/01/29 00:17:45
Modified files: sys/dev/pci : if_myx.c Log message: - Set ENETRESET within myx_ioctl() instead of calling myx_iff() directly, to be consistent with other drivers. - Clear IFF_ALLMULTI flag early and at the top of myx_iff(). - Set IFF_ALLMULTI when in promisc mode. ok dlg@