NetBSD-Bugs archive

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

PR/53286 CVS commit: src/sys



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

From: "Jonathan A. Kollasch" <jakllsch%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53286 CVS commit: src/sys
Date: Sat, 19 May 2018 17:18:57 +0000

 Module Name:	src
 Committed By:	jakllsch
 Date:		Sat May 19 17:18:57 UTC 2018
 
 Modified Files:
 	src/sys/arch/x86/x86: efi.c
 	src/sys/dev/pci: pci_map.c pcivar.h
 
 Log Message:
 Refine previous change to enable PCI window decoding in Command
 Register upon mapping; conditionalize on a global variable, that is set
 to true on x86 machines booting under EFI.
 
 For now, initialize the global variable at compile time to false.  This
 is intended to limit potential problems for other NetBSD ports, should
 this changeset be pulled up to netbsd-8.
 
 Related to PR #53286.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/x86/efi.c
 cvs rdiff -u -r1.34 -r1.35 src/sys/dev/pci/pci_map.c
 cvs rdiff -u -r1.111 -r1.112 src/sys/dev/pci/pcivar.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