Subject: Re: CVS commit: src/sys/arch
To: None <cl@NetBSD.org>
From: Robert Elz <kre@munnari.OZ.AU>
List: tech-kern
Date: 09/23/2003 19:31:18
Date: Mon, 22 Sep 2003 14:11:34 +0000 (UTC)
From: Christian Limpach <cl@NetBSD.org>
Message-ID: <20030922141134.38BEAB004@cvs.netbsd.org>
| Module Name: src
| Committed By: cl
| Date: Mon Sep 22 14:11:33 UTC 2003
|
| Modified Files:
| src/sys/arch/amiga/conf: GENERIC.in
[etc]
|
| Log Message:
| add COMPAT_15/COMPAT_16
Why?
I understand COMPAT_16 - that is needed and makes sense, but COMPAT_15 ???
COMPAT_15 is a no-op, unless the kernel has the INCLUDE_CONFIG_FILE
option (in which case setting the COMPAT_15 option alters what is
included with the config file, naturally), the COMPAT_15 option has
absolutely zero effect on any kernel whatever (set it, leave it out, the
resulting kernel will be identical).
The COMPAT_15 option should be expunged from everywhere (except from
conf/files where it is defined, and only left there so people who have
copied GENERIC configs that have included this useless option won't
get config errors).
kre