Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   riastradh
Date:           Mon Oct  6 12:27:53 UTC 2025

Modified Files:
        src/sys/arch/amd64/conf: ALL GENERIC
        src/sys/arch/i386/conf: ALL GENERIC
        src/sys/arch/x86/acpi: acpi_machdep.c
        src/sys/arch/x86/include: mpacpi.h
        src/sys/arch/x86/x86: mpacpi.c
        src/sys/dev/acpi: acpi_mcfg.h

Log Message:
x86: Wire up PCI resource manager if enabled.

Enable in your kernel config with `options PCI_RESOURCE'.

Adapted from a patch by mlelstv@.

PR port-amd64/59118: Thinkpad T495s - iwm PCI BAR is zero


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.617 -r1.618 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.523 -r1.524 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1260 -r1.1261 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/x86/acpi/acpi_machdep.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/include/mpacpi.h
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/x86/x86/mpacpi.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/acpi_mcfg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index