Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/28/2001 18:09:11
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Aug 28 15:09:11 UTC 2001

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

Log Message:
If MD code doesn't provide pci_conf_hook(), then default to not mapping
the expansion ROMs on cards, since address decoders may be shared between
the ROM and PCI memory space on some cards (i.e. "only map the ROM if you're
going to use it, and then unmap it when you're done" is the intended
usage).


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/pci/pciconf.c

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