From owner-cvs-src-old@FreeBSD.ORG Thu Apr 28 14:43:06 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C2FC10656A5 for ; Thu, 28 Apr 2011 14:43:06 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 527088FC1C for ; Thu, 28 Apr 2011 14:43:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SEh6Se065091 for ; Thu, 28 Apr 2011 14:43:06 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3SEh6tq065090 for cvs-src-old@freebsd.org; Thu, 28 Apr 2011 14:43:06 GMT (envelope-from gallatin@repoman.freebsd.org) Message-Id: <201104281443.p3SEh6tq065090@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gallatin@repoman.freebsd.org using -f From: Andrew Gallatin Date: Thu, 28 Apr 2011 14:42:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/mxge if_mxge.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 14:43:06 -0000 gallatin 2011-04-28 14:42:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/mxge if_mxge.c Log: SVN rev 221169 on 2011-04-28 14:42:55Z by gallatin 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. Revision Changes Path 1.42.2.19 +8 -0 src/sys/dev/mxge/if_mxge.c