NetBSD-Bugs archive

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

PR/60427 CVS commit: src/sys/dev/pci



The following reply was made to PR kern/60427; it has been noted by GNATS.

From: "Jared D. McNeill" <jmcneill%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60427 CVS commit: src/sys/dev/pci
Date: Sun, 13 Sep 2026 17:34:00 +0000

 Module Name:	src
 Committed By:	jmcneill
 Date:		Sun Sep 13 17:34:00 UTC 2026
 
 Modified Files:
 	src/sys/dev/pci: pci_resource.c
 
 Log Message:
 pci_resource: use existing BARs even if mem/io space is left disabled
 
 It's possible that firmware assigned resources to a device and left
 memory / io space accesses disabled. Let's assume if we see a non-zero
 address in a BAR that it was assigned by firmware.
 
 Should help PR# kern/60427 and kern/60463
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/pci_resource.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