Re: vesa(4) and amd64

From: ddk ddk <ddkprog_at_yahoo.com>
Date: Sun, 13 Sep 2009 17:07:35 -0700 (PDT)
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
_at__at_ -177,7 +177,7 _at__at_
 #endif

 /* architecture dependent option */
-#ifndef __i386__
+#if !defined(__i386__) && !defined(__amd64__)
 #define VGA_NO_BIOS            1
 #endif


      
Received on Sun Sep 13 2009 - 22:07:37 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:55 UTC