Subject: CVS commit: xsrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/26/2000 20:29:44
Module Name:	xsrc
Committed By:	thorpej
Date:		Sat Feb 26 18:29:43 UTC 2000

Modified Files:
	xsrc/xc/programs/Xserver/hw/xfree86/SuperProbe: OS_386BSD.c
	xsrc/xc/programs/Xserver/hw/xfree86/common: xf86KbdBSD.c
	xsrc/xc/programs/Xserver/hw/xfree86/os-support: xf86_OSlib.h

Log Message:
Use <dev/wscons/wsdisplay_usl_io.h> to get the PCVT ioctls we use, since
they're defined there for the PCVT compatibility module.  This removes
our dependency on <machine/pcvt_ioctl.h>.

XXX We lose GIO_KEYMAP ioctl support, but wscons doesn't emulate it anyhow.
What should we do about this?


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 \
    xsrc/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_386BSD.c
cvs rdiff -r1.1.1.2 -r1.2 \
    xsrc/xc/programs/Xserver/hw/xfree86/common/xf86KbdBSD.c
cvs rdiff -r1.6 -r1.7 \
    xsrc/xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.