From owner-freebsd-current Tue May 5 11:48:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12974 for freebsd-current-outgoing; Tue, 5 May 1998 11:48:46 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12961 for ; Tue, 5 May 1998 11:48:40 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id SAA07420 for ; Tue, 5 May 1998 18:48:39 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id UAA01520; Tue, 5 May 1998 20:48:37 +0200 (MET DST) Message-ID: <19980505204835.09560@follo.net> Date: Tue, 5 May 1998 20:48:35 +0200 From: Eivind Eklund To: current@FreeBSD.ORG Subject: Re: Proposal: Kernel API version -> param.h References: <19980504203155.41473@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980504203155.41473@follo.net>; from Eivind Eklund on Mon, May 04, 1998 at 08:31:55PM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 04, 1998 at 08:31:55PM +0200, Eivind Eklund wrote: > We have a severe version headache for anybody maintaining drivers > outside the FreeBSD tree proper - there is no way for them to get the > version of the kernel tree they are compiling. At present, this lead > to a lot of driver authors testing __FreeBSD__ to find out what to > compile - which mean that the 3.0 kernel can't compile correctly on a > 2.2 system, and vice versa. > > I propose moving the API version from newvers.sh to param.h, a la the > following patch (which also fix a missing dependency for vers.c). > > Comments, please! So far I've received three positive and 0 negative comments. If somebody want to protest that this is the wrong solution, please do so in the next 24h. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message