NetBSD-Bugs archive

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

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



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50060 CVS commit: src/sys/dev/pci
Date: Tue, 13 Oct 2015 12:17:04 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Tue Oct 13 12:17:04 UTC 2015
 
 Modified Files:
 	src/sys/dev/pci: agp_i810.c
 
 Log Message:
 Fix mapping Intel graphics device registers.
 
 - Accept either 32-bit or 64-bit mappings for all devices.
 - Let the device always dictate size of the mapping.
 - Explain why we don't have a statically fixed mapping size.
 
 Fixes the main part of PR kern/50060.  Still a display mode issue
 from one submitter, but it is almost certainly an unrelated issue.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.118 -r1.119 src/sys/dev/pci/agp_i810.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