Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2000 01:17:16 -0800 (PST)
From:      Hellmuth Michaelis <hm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa/pcvt pcvt_conf.h pcvt_drv.c pcvt_ext.c pcvt_hdr.h pcvt_kbd.c pcvt_kbd.h pcvt_out.c pcvt_sup.c pcvt_tbl.h pcvt_vtf.c
Message-ID:  <200003260917.BAA45259@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
hm          2000/03/26 01:17:16 PST

  Modified files:
    sys/i386/isa/pcvt    pcvt_conf.h pcvt_drv.c pcvt_ext.c 
                         pcvt_hdr.h pcvt_kbd.c pcvt_kbd.h 
                         pcvt_out.c pcvt_sup.c pcvt_tbl.h 
                         pcvt_vtf.c 
  Log:
  Substantially cleanup of the pcvt kernel part. This cleanup does
  not introduce (hopefully) any functional changes but gets rid of
  the #ifdef spaghetti pcvt suffered from more and more over the
  years.
  
  Several no more used parts of the source were removed, others
  which are used by default are now non-optional components:
  
  PCVT_NETBSD		removed completety
  PCVT_FREEBSD		removed option, code is now standard
  PCVT_KBD_FIFO		removed option, code is now standard
  PCVT_EMU_MOUSE		removed completety
  PCVT_SW0CNOUTP		removed completety
  PCVT_PORTIO_DELAY	obsolete, removed
  PCVT_KEYBDID		removed option, code is now standard
  PCVT_SIGWINCH		removed option, code is now standard
  PCVT_PALFLICKER		removed completety
  PCVT_WAITRETRACE	removed completety
  PCVT_NOFASTSCROLL	removed option, code is now standard
  PCVT_USL_VT_COMPAT	removed the "old" non-vt Xserver code completely,
  			depending on XSERVER, this code is now standard.
  
  Pcvt userland cleanup will follow as well as newbusifying the
  kernel part.
  
  Revision  Changes    Path
  1.10      +5 -240    src/sys/i386/isa/pcvt/pcvt_conf.h
  1.64      +125 -872  src/sys/i386/isa/pcvt/pcvt_drv.c
  1.18      +10 -100   src/sys/i386/isa/pcvt/pcvt_ext.c
  1.38      +132 -455  src/sys/i386/isa/pcvt/pcvt_hdr.h
  1.33      +94 -864   src/sys/i386/isa/pcvt/pcvt_kbd.c
  1.11      +5 -176    src/sys/i386/isa/pcvt/pcvt_kbd.h
  1.21      +11 -14    src/sys/i386/isa/pcvt/pcvt_out.c
  1.17      +25 -263   src/sys/i386/isa/pcvt/pcvt_sup.c
  1.8       +3 -3      src/sys/i386/isa/pcvt/pcvt_tbl.h
  1.12      +8 -25     src/sys/i386/isa/pcvt/pcvt_vtf.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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