Subject: Re: CVS commit: src/sys/arch/i386/conf
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: source-changes
Date: 03/15/2007 17:14:23
In article <20070315170618.16C9E2150A@cvs.netbsd.org>,
Tom Spindler  <dogcow@netbsd.org> wrote:
>
>Module Name:	src
>Committed By:	dogcow
>Date:		Thu Mar 15 17:06:17 UTC 2007
>
>Modified Files:
>	src/sys/arch/i386/conf: ALL
>
>Log Message:
>Comment out VGA_RASTEROPS; even the fine manpage says that it's deprecated
>in favor of wscons(4).

ALL is supposed to be the kernel to protect against bit-rotting.
If something is removed from ALL, it should be really removed
because it might not even compile anymore.

christos