Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 02/27/2006 16:11:58
Module Name: src
Committed By: gdamore
Date: Mon Feb 27 16:11:58 UTC 2006
Modified Files:
src/sys/dev/pci: pci_map.c pciconf.c pcireg.h
Log Message:
Add PCI_MAPREG_TYPE_ROM and allow it to be used with pci_mapreg_map().
Fix to configure (but do not enable) BARs for expansion ROMs.
Reviewed by briggs@
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/pci/pci_map.c
cvs rdiff -r1.28 -r1.29 src/sys/dev/pci/pciconf.c
cvs rdiff -r1.47 -r1.48 src/sys/dev/pci/pcireg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.