NetBSD-Bugs archive

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

PR/59118 CVS commit: src/sys/dev/acpi



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59118 CVS commit: src/sys/dev/acpi
Date: Mon, 3 Mar 2025 19:38:26 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon Mar  3 19:38:26 UTC 2025
 
 Modified Files:
 	src/sys/dev/acpi: acpi_mcfg.c
 
 Log Message:
 acpimcfg(4): Use bus ranges set in _CRS if available.
 
 Use the MCFG bus range only as a fallback.  The _CRS should tell us
 what ranges are available for us to use, which may not even be
 contiguous (which pci_resource(9) currently doesn't handle but we'll
 deal with that in a separate commit).
 
 ok jmcneill@
 
 PR port-amd64/59118: Thinkpad T495s - iwm PCI BAR is zero
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.31 -r1.32 src/sys/dev/acpi/acpi_mcfg.c
 
 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