From owner-cvs-all@FreeBSD.ORG Sat Jun 14 12:55:49 2003 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 EED1437B401 for ; Sat, 14 Jun 2003 12:55:49 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1278B43FAF for ; Sat, 14 Jun 2003 12:55:49 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 49706 invoked by uid 1000); 14 Jun 2003 19:55:49 -0000 Date: Sat, 14 Jun 2003 12:55:49 -0700 (PDT) From: Nate Lawson To: John-Mark Gurney In-Reply-To: <20030613214557.GK26285@funkthat.com> Message-ID: <20030614125411.D49541@root.org> References: <20030613204640.5F88137B482@hub.freebsd.org> <20030613140112.X45514@root.org> <20030613214557.GK26285@funkthat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_ti.c 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: Sat, 14 Jun 2003 19:55:50 -0000 On Fri, 13 Jun 2003, John-Mark Gurney wrote: > Doesn't it already exist?? > MODULE_VERSION(module, ver); > and MODULE_DEPEND, etc. Right you are. Now we just need to get people to increment the number when they make ABI changes (i.e. ipfw). -Nate