Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 1997 18:23:42 -0700 (PDT)
From:      Kazutaka YOKOTA <yokota@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa/pcvt pcvt_drv.c pcvt_ext.c pcvt_hdr.h pcvt_kbd.c pcvt_sup.c
Message-ID:  <199709100123.SAA28469@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yokota      1997/09/09 18:23:41 PDT

  Modified files:        (Branch: RELENG_2_2)
    sys/i386/isa/pcvt    pcvt_drv.c pcvt_ext.c pcvt_hdr.h 
                         pcvt_kbd.c pcvt_sup.c 
  Log:
  MFC: incoroprate the fixes by many people in pcvt_drv.c (1.28-1.33),
  pcvt_ext.c (1.11), pcvt_hdr.h (1.22, 1.24-1.26), pcvt_kbd.c
  (1.15-1.19) and pcvt_sup.c (1.7).
  
  - Use kbdio routines to access the keyboard and the keyboard controller.
  - Add IOPL check as in syscons.
  - Fixed the type of timeout functions.
  - Fixed non-atomic access to `time'.
  - Don't include <sys/ioctl.h> if not used.
  - Include <machine/stdarg.h> in one place.
  - Removed stray semicolons.
  
  Cleared by Joerg.
  
  Revision  Changes    Path
  1.27.2.1  +74 -9     src/sys/i386/isa/pcvt/pcvt_drv.c
  1.8.2.3   +5 -1      src/sys/i386/isa/pcvt/pcvt_ext.c
  1.21.2.2  +20 -19    src/sys/i386/isa/pcvt/pcvt_hdr.h
  1.14.2.1  +324 -7    src/sys/i386/isa/pcvt/pcvt_kbd.c
  1.6.2.1   +15 -17    src/sys/i386/isa/pcvt/pcvt_sup.c



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