CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2011/06/22 01:29:06
Modified files: sys/arch/octeon/dev: if_cnmac.c Log message: some fixes for cnmac(4) - Fix MAC address printing for OpenBSD dmesg. - Set IFCAP_VLAN_MTU to allow for VLAN sized frames. - Remove commented out code to enable the shutdown hook since OpenBSD doesn't use these hooks in Ethernet drivers anymore. this diff from brad@ ok and tested by yasuoka@.