From owner-cvs-all@FreeBSD.ORG Wed Jan 10 18:45:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DD7016A555; Wed, 10 Jan 2007 18:45:21 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EE8A513C442; Wed, 10 Jan 2007 18:45:18 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0AIjIJo025689; Wed, 10 Jan 2007 18:45:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0AIjIk6025688; Wed, 10 Jan 2007 18:45:18 GMT (envelope-from marius) Message-Id: <200701101845.l0AIjIk6025688@repoman.freebsd.org> From: Marius Strobl Date: Wed, 10 Jan 2007 18:45:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES options src/sys/powerpc/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2007 18:45:22 -0000 marius 2007-01-10 18:45:18 UTC FreeBSD src repository Modified files: sys/conf options NOTES sys/powerpc/conf NOTES Log: Add missing SC_NO_MODE_CHANGE option. Disable it in the powerpc NOTES though, as ofw_syscons(4) doesn't properly interface with syscons(4) regarding loading the font specified with SC_DFLT_FONT, causing a kernel with both options SC_OFWFB and SC_NO_MODE_CHANGE to not link. Revision Changes Path 1.1406 +1 -0 src/sys/conf/NOTES 1.572 +1 -0 src/sys/conf/options 1.7 +1 -0 src/sys/powerpc/conf/NOTES