Module Name: src Committed By: jmcneill Date: Sat Oct 10 15:22:15 UTC 2020
Modified Files: src/sys/dev/pci: pciconf.c pciconf.h Log Message: Add pciconf_resource_reserve. This allows MD code to mark specific memory and I/O regions as in use. When pciconf finds a device already configured to use one of these regions, the device config is left as-is. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/dev/pci/pciconf.c cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/pciconf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.