K 10 svn:author V 8 gallatin K 8 svn:date V 27 2011-04-28T14:42:55.631766Z K 7 svn:log V 346 MFC r220385: Implement mxge_init() This fixes a long standing bug in mxge(4) where "ifconfig mxge0 $IP" did not bring the interface into a RUNNING state, like it does on most (all?) other FreeBSD NIC drivers. Thanks to gnn for mentioning the bug, and yongari for pointing out that ether_ioctl() invokes ifp->if_init() in SIOCSIFADDR. END