Subject: Re: CVS commit: src/sys/dev/ic
To: None <jmcneill@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 02/20/2006 02:18:06
In article <20060219151653.BC2452DA27@cvs.netbsd.org>
jmcneill@NetBSD.org wrote:

> Log Message:
> Prevent vga from attaching if vesafb is the console. Accessing VGA
> registers after switching to a VESA linear framebuffer mode is not
> guaranteed to work. This should fix the majority of the problems people
> have been experiencing with vesafb.

Shouldn't we use #ifdef i386 rather than #ifdef __i386__
if it's ${MACHINE} dependent?
Or is it really ${MACHINE_CPU} dependent?
---
Izumi Tsutsui