From owner-freebsd-hackers Mon Sep 11 17:24:22 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA13074 for hackers-outgoing; Mon, 11 Sep 1995 17:24:22 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA13067 for ; Mon, 11 Sep 1995 17:24:20 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id RAA26656 for ; Mon, 11 Sep 1995 17:24:17 -0700 To: freebsd-hackers@freebsd.org (FreeBSD hackers) Subject: Re: cvs commit: src/sys/sys conf.h In-reply-to: Your message of "Mon, 11 Sep 1995 18:15:55 +0200." <199509111615.SAA24921@uriah.heep.sax.de> Date: Mon, 11 Sep 1995 17:24:17 -0700 Message-ID: <26654.810865457@time.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@freebsd.org Precedence: bulk > However, since pcvt has an urgent need of a rewritten keyboard driver, > perhaps we should actually start to use a common keyboard layer (and > internal API for this)? This should already help alot. Since both PCVT and syscons are now in the same kernel, and even co-existing together somewhat, I think that achieving greater commonality between the two should now be a significant goal. Jordan