From owner-cvs-src-old@FreeBSD.ORG Fri Sep 11 02:10:04 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7C22106566C for ; Fri, 11 Sep 2009 02:10:04 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A5B648FC14 for ; Fri, 11 Sep 2009 02:10:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8B2A47X042282 for ; Fri, 11 Sep 2009 02:10:04 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8B2A41C042281 for cvs-src-old@freebsd.org; Fri, 11 Sep 2009 02:10:04 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200909110210.n8B2A41C042281@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Fri, 11 Sep 2009 02:07:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 syscons.4 src/sys/dev/syscons syscons.c syscons.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 02:10:04 -0000 delphij 2009-09-11 02:07:24 UTC FreeBSD src repository Modified files: share/man/man4 syscons.4 sys/dev/syscons syscons.c syscons.h Log: SVN rev 197085 on 2009-09-11 02:07:24Z by delphij Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now means "set vesa mode" and higher 16bits of the flag would be the desired mode. One can now set, for instance, hint.sc.0.flags=0x01680180, which means that the system should set VESA mode 0x168 upon boot. Submitted by: paradox , swell k at gmail.com with some minor changes. Revision Changes Path 1.46 +7 -7 src/share/man/man4/syscons.4 1.472 +14 -7 src/sys/dev/syscons/syscons.c 1.94 +1 -1 src/sys/dev/syscons/syscons.h