NetBSD-Bugs archive

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

PR/59118 CVS commit: [netbsd-11] src/sys



The following reply was made to PR port-amd64/59118; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59118 CVS commit: [netbsd-11] src/sys
Date: Mon, 20 Oct 2025 14:09:35 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Oct 20 14:09:34 UTC 2025
 
 Modified Files:
 	src/sys/arch/amd64/conf [netbsd-11]: ALL GENERIC
 	src/sys/arch/i386/conf [netbsd-11]: ALL GENERIC
 	src/sys/arch/x86/acpi [netbsd-11]: acpi_machdep.c
 	src/sys/arch/x86/include [netbsd-11]: mpacpi.h
 	src/sys/arch/x86/x86 [netbsd-11]: mpacpi.c
 	src/sys/dev/acpi [netbsd-11]: acpi_mcfg.h
 
 Log Message:
 Pull up following revision(s) (requested by riastradh in ticket #66):
 
 	sys/arch/x86/include/mpacpi.h: revision 1.12
 	sys/arch/x86/x86/mpacpi.c: revision 1.112
 	sys/arch/amd64/conf/ALL: revision 1.194
 	sys/arch/i386/conf/ALL: revision 1.524
 	sys/arch/x86/acpi/acpi_machdep.c: revision 1.40
 	sys/arch/i386/conf/GENERIC: revision 1.1261
 	sys/dev/acpi/acpi_mcfg.h: revision 1.6
 	sys/arch/amd64/conf/GENERIC: revision 1.618
 
 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.192 -r1.192.2.1 src/sys/arch/amd64/conf/ALL
 cvs rdiff -u -r1.616.2.1 -r1.616.2.2 src/sys/arch/amd64/conf/GENERIC
 cvs rdiff -u -r1.522 -r1.522.2.1 src/sys/arch/i386/conf/ALL
 cvs rdiff -u -r1.1260 -r1.1260.2.1 src/sys/arch/i386/conf/GENERIC
 cvs rdiff -u -r1.39 -r1.39.2.1 src/sys/arch/x86/acpi/acpi_machdep.c
 cvs rdiff -u -r1.11 -r1.11.48.1 src/sys/arch/x86/include/mpacpi.h
 cvs rdiff -u -r1.111 -r1.111.2.1 src/sys/arch/x86/x86/mpacpi.c
 cvs rdiff -u -r1.5 -r1.5.10.1 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