Date: Sun, 13 Sep 2009 17:07:35 -0700 (PDT) From: ddk ddk <ddkprog@yahoo.com> To: Ed Schouten <ed@80386.nl> Cc: swell.k@gmail.com, freebsd-current@FreeBSD.org, delphij@FreeBSD.ORG Subject: Re: vesa(4) and amd64 Message-ID: <650307.98405.qm@web59104.mail.re1.yahoo.com> In-Reply-To: <20090911234823.GW2829@hoeg.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
very good possible after http://svn.freebsd.org/viewvc/base?view=revision&revision=197174 i have no freezing any more so there is no problem and we can enable for amd64 arch all avail text mode from BIOS this patch --- src/sys/dev/fb/vga.c.orig 2009-09-14 04:04:30.000000000 +0400 +++ src/sys/dev/fb/vga.c 2009-09-14 04:05:30.000000000 +0400 @@ -177,7 +177,7 @@ #endif /* architecture dependent option */ -#ifndef __i386__ +#if !defined(__i386__) && !defined(__amd64__) #define VGA_NO_BIOS 1 #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?650307.98405.qm>