Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2009 05:38:03 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197185 - head/sys/dev/fb
Message-ID:  <200909140538.n8E5c3HX041937@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Mon Sep 14 05:38:03 2009
New Revision: 197185
URL: http://svn.freebsd.org/changeset/base/197185

Log:
  Enable BIOS modes on amd64.
  
  Submitted by:	paradox <ddkprog at yahoo com>

Modified:
  head/sys/dev/fb/vga.c

Modified: head/sys/dev/fb/vga.c
==============================================================================
--- head/sys/dev/fb/vga.c	Mon Sep 14 03:53:48 2009	(r197184)
+++ head/sys/dev/fb/vga.c	Mon Sep 14 05:38:03 2009	(r197185)
@@ -177,7 +177,7 @@ vga_mmap(struct cdev *dev, vga_softc_t *
 #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?200909140538.n8E5c3HX041937>