Subject: Re: CVS commit: src/sys/arch/i386/conf
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 03/15/2007 13:40:14
On Mar 16,  2:23am, tsutsui@ceres.dti.ne.jp (Izumi Tsutsui) wrote:
-- Subject: Re: CVS commit: src/sys/arch/i386/conf

| christos@astron.com wrote:
| 
| > >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.
| 
| But vga.c and vga_raster.c are exclusive:
| ---
| device	vga: wsemuldisplaydev, pcdisplayops
| file	dev/ic/vga.c		vga & !vga_rasterconsole	needs-flag
| file	dev/ic/vga_raster.c	vga_rasterconsole		needs-flag
| ---
| Izumi Tsutsui

I have not thought about this case... I guess it is ok to comment it out
rather than:

	1. creating ALL1
	2. fixing it so that both can be compiled in, where it does not
	   make sense to do so.

christos