From owner-freebsd-current@FreeBSD.ORG Tue Jul 27 23:33:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E66116A4E7 for ; Tue, 27 Jul 2004 23:33:54 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE61E43D55 for ; Tue, 27 Jul 2004 23:33:53 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i6RNWx4W014177 for ; Tue, 27 Jul 2004 19:32:59 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6RNWxfu014174 for ; Tue, 27 Jul 2004 19:32:59 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 27 Jul 2004 19:32:59 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: current@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: HEADS UP: recompile network interface modules X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2004 23:33:54 -0000 If you rebuild all your kernel modules every time you build a new kernel, this won't affect you. However, this will affect you if you use any customer kernel modules implementing network device drivers, such as third party device driver modules. I've changed the size of 'struct ifnet', which requires that said drivers be recompiled. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research ---------- Forwarded message ---------- Date: Tue, 27 Jul 2004 23:32:06 +0000 (UTC) From: Robert Watson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING rwatson 2004-07-27 23:32:06 UTC FreeBSD src repository Modified files: . UPDATING Log: Add an UPDATING entry about recompiling modules implementing network interfaces due to a change in the size of struct ifnet. Revision Changes Path 1.330 +6 -0 src/UPDATING