Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2012 00:11:47 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232416 - in head/sys: amd64/conf i386/conf
Message-ID:  <201203030011.q230Blc9053789@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Sat Mar  3 00:11:46 2012
New Revision: 232416
URL: http://svn.freebsd.org/changeset/base/232416

Log:
  Add VESA option to GENERIC for amd64 and i386.
  
  MFC after:	1 month

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/i386/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Fri Mar  2 23:54:11 2012	(r232415)
+++ head/sys/amd64/conf/GENERIC	Sat Mar  3 00:11:46 2012	(r232416)
@@ -168,6 +168,7 @@ device		psm		# PS/2 mouse
 device		kbdmux		# keyboard multiplexer
 
 device		vga		# VGA video card driver
+options		VESA		# add support for VESA BIOS Extensions
 
 device		splash		# Splash screen and screen saver support
 

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Fri Mar  2 23:54:11 2012	(r232415)
+++ head/sys/i386/conf/GENERIC	Sat Mar  3 00:11:46 2012	(r232416)
@@ -173,6 +173,7 @@ device		psm		# PS/2 mouse
 device		kbdmux		# keyboard multiplexer
 
 device		vga		# VGA video card driver
+options		VESA		# add support for VESA BIOS Extensions
 
 device		splash		# Splash screen and screen saver support
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203030011.q230Blc9053789>