Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/14/2001 04:10:13
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Sep 14 01:10:13 UTC 2001

Modified Files:
	syssrc/sys/arch/arc/jazz: vga_jazzio.c
	syssrc/sys/arch/dnard/ofw: vga_ofbus.c
	syssrc/sys/dev/ic: vga.c vgavar.h
	syssrc/sys/dev/isa: vga_isa.c
	syssrc/sys/dev/pci: vga_pci.c

Log Message:
Allow bus front-end to provide both ioctl and mmap entry points,
and also the wsdisplay type.

Based on changes from Simon Burge <simonb@wasabisystems.com>.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/arc/jazz/vga_jazzio.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/dnard/ofw/vga_ofbus.c
cvs rdiff -r1.41 -r1.42 syssrc/sys/dev/ic/vga.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/ic/vgavar.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/isa/vga_isa.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/pci/vga_pci.c

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