From owner-cvs-all@FreeBSD.ORG Fri Jun 10 17:03:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 146AF16A420; Fri, 10 Jun 2005 17:03:59 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from pfepa.post.tele.dk (pfepa.post.tele.dk [195.41.46.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2E1143D49; Fri, 10 Jun 2005 17:03:57 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (0x535869c7.naenxx7.adsl-dhcp.tele.dk [83.88.105.199]) by pfepa.post.tele.dk (Postfix) with ESMTP id EF75347FE80; Fri, 10 Jun 2005 19:03:55 +0200 (CEST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.4/8.13.3) with ESMTP id j5AH3tPH001398; Fri, 10 Jun 2005 19:03:55 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Brooks Davis From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 10 Jun 2005 16:49:24 -0000." <200506101649.j5AGnOPu077043@repoman.freebsd.org> Date: Fri, 10 Jun 2005 19:03:55 +0200 Message-ID: <1397.1118423035@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 ifnet.9 src/sys/compat/ndis kern_ndis.c subr_ndis.c src/sys/contrib/altq/altq altq_rio.c src/sys/contrib/dev/oltr if_oltr.c if_oltr_pci.c if_oltrvar.h src/sys/contrib/pf/net if_pflog.c if_pflog.h if_pfsync.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 10 Jun 2005 17:03:59 -0000 In message <200506101649.j5AGnOPu077043@repoman.freebsd.org>, Brooks Davis writ es: > Log: > Stop embedding struct ifnet at the top of driver softcs. [...] > > This change removes the size of these structures from the kernel ABI and > will allow us to better manage them as interfaces come and go. > > Other changes of note: > - Struct arpcom is no longer referenced in normal interface code. > Instead the Ethernet address is accessed via the IFP2ENADDR() macro. If this is a macro, don't you still encode, if not the size at least part of the layout in the kernel ABI ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.