From owner-freebsd-current Sun Dec 10 06:08:56 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA13213 for current-outgoing; Sun, 10 Dec 1995 06:08:56 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA13208 Sun, 10 Dec 1995 06:08:54 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.6.12/8.6.9) id GAA08938; Sun, 10 Dec 1995 06:08:39 -0800 From: Julian Elischer Message-Id: <199512101408.GAA08938@ref.tfs.com> Subject: Re: DEVFS ... To: bde@zeta.org.au (Bruce Evans) Date: Sun, 10 Dec 1995 06:08:38 -0800 (PST) Cc: current@freefall.freebsd.org, julian@freefall.freebsd.org, phk@freefall.freebsd.org In-Reply-To: <199512101350.AAA29501@godzilla.zeta.org.au> from "Bruce Evans" at Dec 11, 95 00:50:12 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@FreeBSD.ORG Precedence: bulk > > >All things considered, I'm in favour of the last one, but at least DEVFS > >should be added to LINT by now ? it IS in LINT now.. > > It shouldn't have been ifdefed to begin with (only commit working code, at > least when more than a couple of ifdefs would be required). > If it is ifdefed then it should be in LINT. > The ifdefs should go away when it becomes the default. DEVFS should be Ifdef'd it's an option for now.. and it can't be all in one file.. by it's nature it needs a hook in each driver.. there is no other way than to make it ifdef'd whe it is stable enough to not be an option, (actually it hasn't made me crash in months but I'm not using it that heavily..)then I'll take out the ifdefs.. > > Also not in LINT and broken by recent changes: > EXT2FS (just some missing vm declarations) > GPL_MATH_EMULATE (in LINT but commented out; fusword was missing). > > Bruce >