svn commit: r197185 - head/sys/dev/fb
Xin LI
delphij at FreeBSD.org
Mon Sep 14 05:38:04 UTC 2009
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
More information about the svn-src-head
mailing list