From owner-freebsd-hackers Mon Aug 26 14:37:00 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA17768 for hackers-outgoing; Mon, 26 Aug 1996 14:37:00 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA17763 for ; Mon, 26 Aug 1996 14:36:57 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA23195; Mon, 26 Aug 1996 13:54:16 -0700 From: Terry Lambert Message-Id: <199608262054.NAA23195@phaeton.artisoft.com> Subject: Re: Specs on a Hitachi CM2085me monitor anybody ?? To: regnauld@tetard.glou.eu.org (Philippe Regnauld) Date: Mon, 26 Aug 1996 13:54:16 -0700 (MST) Cc: hackers@freebsd.org In-Reply-To: <199608260008.CAA02244@tetard.glou.eu.org> from "Philippe Regnauld" at Aug 26, 96 02:08:04 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Last time this topic was up people ran away screaming: "No X in the > kernel, no X in the kernel !"...=20 > > For the intended purpose, I don't think full chipset support is > required :-) Generic VGA should suffice, AFAI.=20 Yes. A minimal (or "fallback") interface is most likely the way to go for any interface you put in the kernel, and then you can optionally replace it with more complex interfaces via LKM. The console code was the original reason for the LKM alpha release (which delayed a shared library release past the point where Novell acquired USL, and put a nice one year crimp in the development cycle, until someone else repeated the work). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.