From owner-cvs-all Fri Aug 7 00:49:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19696 for cvs-all-outgoing; Fri, 7 Aug 1998 00:49:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA19681; Fri, 7 Aug 1998 00:49:05 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.8/8.8.5) with SMTP id IAA03509; Fri, 7 Aug 1998 08:48:48 +0100 (BST) Date: Fri, 7 Aug 1998 08:48:48 +0100 (BST) From: Doug Rabson To: Bruce Evans cc: dfr@FreeBSD.ORG, phk@critter.freebsd.dk, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/include console.h mouse.h src/sys/isa kbdio.c kbdio.h kbdtables.h syscons.c syscons.h timerreg.h src/sys/alpha/include/pc bios.h display.h msdos.h In-Reply-To: <199808061128.VAA14846@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 6 Aug 1998, Bruce Evans wrote: > >> Modified files: > >> sys/alpha/include console.h mouse.h > >> sys/isa kbdio.c kbdio.h kbdtables.h syscons.c > >> syscons.h timerreg.h > >> sys/alpha/include/pc bios.h display.h msdos.h > >> Log: > >> Port syscons to the alpha. The driver itself has moved to sys/isa > > > >It should have moved to sys/dev/syscons :-( > > Or everything in /sys/dev should have moved to a better place. > > The headers are even more misplaced. The subdir should > have gone away 5 years ago. If just copying console.h (almost) worked, > then it can't be very alpha-dependent. OTOH, it is very isa-dependent. The drivers are certainly misplaced. Driver apis for drivers common to more than one architecture shouldn't really be in at all. I don't know where they should be though :-(. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039