Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2012 18:13:29 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r233797 - in stable/9/sys: amd64/conf i386/conf
Message-ID:  <201204021813.q32IDTmf009879@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Mon Apr  2 18:13:29 2012
New Revision: 233797
URL: http://svn.freebsd.org/changeset/base/233797

Log:
  MFC:	r232416, r232561
  
  Add VESA option to GENERIC for amd64 and i386.

Modified:
  stable/9/sys/amd64/conf/GENERIC
  stable/9/sys/i386/conf/GENERIC
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/amd64/conf/GENERIC
==============================================================================
--- stable/9/sys/amd64/conf/GENERIC	Mon Apr  2 17:35:26 2012	(r233796)
+++ stable/9/sys/amd64/conf/GENERIC	Mon Apr  2 18:13:29 2012	(r233797)
@@ -154,6 +154,7 @@ device		psm		# PS/2 mouse
 device		kbdmux		# keyboard multiplexer
 
 device		vga		# VGA video card driver
+options 	VESA		# Add support for VESA BIOS Extensions (VBE)
 
 device		splash		# Splash screen and screen saver support
 

Modified: stable/9/sys/i386/conf/GENERIC
==============================================================================
--- stable/9/sys/i386/conf/GENERIC	Mon Apr  2 17:35:26 2012	(r233796)
+++ stable/9/sys/i386/conf/GENERIC	Mon Apr  2 18:13:29 2012	(r233797)
@@ -159,6 +159,7 @@ device		psm		# PS/2 mouse
 device		kbdmux		# keyboard multiplexer
 
 device		vga		# VGA video card driver
+options 	VESA		# Add support for VESA BIOS Extensions (VBE)
 
 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?201204021813.q32IDTmf009879>