Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 1998 02:15:54 -0700 (PDT)
From:      Doug Rabson <dfr@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
Message-ID:  <199808060915.CAA23023@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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 <machine/*.h>.
  
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808060915.CAA23023>