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:13:49
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Aug 28 15:13:49 UTC 2001

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

Log Message:
Add a TODO item: Do this in 2 passes.  One pass that configures the
bus (and optionally maps expansion ROMs), and an optional second
pass to disable expansion ROMs that are mapped.  This would allow
MD code to possibly execute the expansion ROMs (possibly in an x86
emulator) to configure a device (e.g. a VGA card, which pretty much
needs to be configured by its ROM).


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