Module Name: src Committed By: maya Date: Thu Mar 1 06:00:49 UTC 2018
Modified Files: src/sys/dev/acpi: acpi.c files.acpi Log Message: Limit building & calling ACPI MCFG to kernels with PCI and ACPI. pci_quirks.c requires pci acpi_mcfg.c was recently changed to use pci_quirks.c functions. as a result, ia64 kernels with acpi but no pci failed to link. tested an ia64 and amd64 kernels build. To generate a diff of this commit: cvs rdiff -u -r1.265 -r1.266 src/sys/dev/acpi/acpi.c cvs rdiff -u -r1.100 -r1.101 src/sys/dev/acpi/files.acpi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.