Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/14/2001 19:54:21
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Sep 14 16:54:21 UTC 2001

Modified Files:
	syssrc/sys/dev/pci: vga_pci.c

Log Message:
Gather information about the mappable regions of the card at
attach time.  Allow access to these regions in vga_pci_mmap().

Note: we also have to allow access to the legacy ISA "hole" in
vga_pci_mmap(), since the X server needs to be able to read
the legacy BIOS on many cards.

XXX Need to address the PCI Expansion ROM.

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


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 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.