From owner-freebsd-questions Sat Apr 5 14:50:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA03813 for questions-outgoing; Sat, 5 Apr 1997 14:50:28 -0800 (PST) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA03804 for ; Sat, 5 Apr 1997 14:50:24 -0800 (PST) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id AAA03600; Sun, 6 Apr 1997 00:50:20 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199704052250.AAA03600@helbig.informatik.ba-stuttgart.de> Subject: Re: Kernel config question In-Reply-To: <3346C26C.75E9@nconnect.net> from "Randall D. DuCharme" at "Apr 5, 97 03:21:48 pm" To: randyd@nconnect.net (Randall D. DuCharme) Date: Sun, 6 Apr 1997 00:50:19 +0200 (MET DST) Cc: questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, > Greetings, > > I wonder if someone can tell me.... > > 1: What exactly does "options XSERVER" do, and Typing find /usr/src/sys -name "*.[ch]" | xargs grep XSERVER yields that this options modifies the pcvt driver only. Since the syscons driver is used by default instead, on most systems this option won't do anything. Wolfgang