Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/dev/ic
In article <20060219151653.BC2452DA27%cvs.netbsd.org@localhost>
jmcneill%NetBSD.org@localhost 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
Home |
Main Index |
Thread Index |
Old Index