From owner-cvs-all@FreeBSD.ORG Sun Dec 12 21:07:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D0F316A4CE; Sun, 12 Dec 2004 21:07:14 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49ED543D54; Sun, 12 Dec 2004 21:07:14 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id iBCL7ecr031544; Sun, 12 Dec 2004 13:07:40 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id iBCL7e6K031543; Sun, 12 Dec 2004 13:07:40 -0800 Date: Sun, 12 Dec 2004 13:07:40 -0800 From: Brooks Davis To: Ceri Davies , Brooks Davis , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041212210740.GA31109@odin.ac.hmc.edu> References: <200412122012.iBCKCou6068020@repoman.freebsd.org> <20041212210331.GN70052@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: <20041212210331.GN70052@submonkey.net> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 21:07:14 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 12, 2004 at 09:03:31PM +0000, Ceri Davies wrote: > On Sun, Dec 12, 2004 at 08:12:50PM +0000, Brooks Davis wrote: > > brooks 2004-12-12 20:12:50 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: (Branch: RELENG_4) > > sbin/ifconfig ifconfig.c=20 > > sys/net if.c if.h=20 > > Log: > > MFC the addition of ifi_datalen to struct if_data and ifconfig support > > for it. The change to struct if_data differs slightly from the one in > > 5.3 in that a pad is added after ifi_xmitquota rather then adding > > ifi_link_state before ifi_recvquota. This is necessicary to maintain > > the 4.x ABI. >=20 > > | @@ -97,6 +97,8 @@ struct if_data { > > | u_char ifi_hdrlen; /* media header length */ > > | u_char ifi_recvquota; /* polling quota for receive intrs */ > > | u_char ifi_xmitquota; /* polling quota for xmit intrs */ > > | + u_char ifi_do_no_use; /* pad for ifi_datalen's position */ >=20 > Should this read ifi_do_not_use ? Arg, yes. I'll fix that. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBvLMbXY6L6fI4GtQRAjUPAKDJ5ztWlifYJHxHPrDXUEyGeOD+TQCaAytG CJH4QWzW0GPei0UbLdUYYXk= =YaH9 -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI--