Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/10/2000 09:58:44
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed May 10 16:58:43 UTC 2000

Modified Files:
	syssrc/sys/dev/pci: pci_map.c pcireg.h pcivar.h

Log Message:
Add support for mapping 64-bit PCI memory space.  If the region
is mapped in a way that is inaccessible by a 32-bit bus_addr_t, then
print a message to that effect and return failure.

Original patches by Bill Studenmund, with a few small changes by me.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/pci/pci_map.c
cvs rdiff -r1.25 -r1.26 syssrc/sys/dev/pci/pcireg.h
cvs rdiff -r1.41 -r1.42 syssrc/sys/dev/pci/pcivar.h

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