From owner-freebsd-current Tue Oct 15 12:30:29 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA02582 for current-outgoing; Tue, 15 Oct 1996 12:30:29 -0700 (PDT) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA02576; Tue, 15 Oct 1996 12:30:25 -0700 (PDT) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id MAA00828; Tue, 15 Oct 1996 12:29:54 -0700 (PDT) Received: from crab.whistle.com(207.76.205.112) by whistle.com via smap (V1.3) id sma000824; Tue Oct 15 12:29:48 1996 Received: (from ambrisko@localhost) by crab.whistle.com (8.7.6/8.6.12) id MAA13270; Tue, 15 Oct 1996 12:29:15 -0700 (PDT) From: Doug Ambrisko Message-Id: <199610151929.MAA13270@crab.whistle.com> Subject: Re: non-console mode.. In-Reply-To: <199610150920.LAA13315@ra.dkuug.dk> from "sos@freebsd.org" at "Oct 15, 96 11:20:28 am" To: sos@freebsd.org Date: Tue, 15 Oct 1996 12:29:15 -0700 (PDT) Cc: msmith@atrad.adelaide.edu.au, julian@whistle.com, current@freebsd.org X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk sos@freebsd.org writes: | In reply to Michael Smith who wrote: | > | > There's no need for either work or violent objections - the 'no console' | > case is already supported. Look at i386/i386/cons.c. | > | > > > p.s. yes there are good reasons for doing this :) | > > | > > Such as ?? ???? | > | > The box his employers make that doesn't have a console? | | I'm sure I can be talked into makeing a consoledriver for their | little LCD display :) Actually nothing is needed to do that ... as I found out by a programming mistake. It was a bit strange seeing BSD boot messages on the LCD. The only catch is trying to enter in text on the keypad! Doug A.