CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/07/04 14:46:22
Modified files:
sys/arch/amd64/amd64: acpi_machdep.c
sys/arch/amd64/include: pci_machdep.h
sys/arch/amd64/pci: pci_machdep.c
sys/arch/i386/i386: acpi_machdep.c
sys/arch/i386/pci: pci_machdep.c pci_machdep.h
sys/dev/acpi : acpi.c acpimcfg.c acpivar.h
Log message:
Properly pass around the PCI "chipset tag" in acpi(4) and refactor
acpimcfg(4) to call an MD initialization functions that sets up a tag for
PCI ECAM.
ok guenther@, mlarkin@, krw@