From owner-cvs-all Thu Aug 6 02:16:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00354 for cvs-all-outgoing; Thu, 6 Aug 1998 02:16:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00310; Thu, 6 Aug 1998 02:15:56 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA23023; Thu, 6 Aug 1998 02:15:54 -0700 (PDT) Date: Thu, 6 Aug 1998 02:15:54 -0700 (PDT) Message-Id: <199808060915.CAA23023@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: 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 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/08/06 02:15:54 PDT 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 as it will hopefully become a portable driver usable by all architectures. The api support files have had to be copied to sys/alpha/include since userland programs expect to find them in . All the revision history of the i386 syscons has been retained by a repository copy. Revision Changes Path 1.39 +2 -1 src/sys/alpha/include/console.h 1.11 +2 -1 src/sys/alpha/include/mouse.h 1.13 +4 -2 src/sys/isa/kbdio.c 1.8 +2 -1 src/sys/isa/kbdio.h 1.41 +2 -1 src/sys/isa/kbdtables.h 1.273 +209 -108 src/sys/isa/syscons.c 1.40 +15 -1 src/sys/isa/syscons.h 1.6 +1 -0 src/sys/isa/timerreg.h 1.3 +2 -1 src/sys/alpha/include/pc/bios.h 1.5 +1 -0 src/sys/alpha/include/pc/display.h 1.5 +1 -0 src/sys/alpha/include/pc/msdos.h