Received: by mail.netbsd.org (Postfix, from userid 605) id 524B185EB3; Sat, 23 Jan 2016 17:09:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D54F285E9C for ; Sat, 23 Jan 2016 17:09:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ORFgplj0s8uC for ; Sat, 23 Jan 2016 17:09:51 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 857DC85E86 for ; Sat, 23 Jan 2016 17:09:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80648FBB7; Sat, 23 Jan 2016 17:09:51 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 23 Jan 2016 17:09:51 +0000 From: "Michael Lorenz" Subject: CVS commit: src/sys/dev/pci To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160123170951.80648FBB7@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Michael Lorenz" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: macallan Date: Sat Jan 23 17:09:51 UTC 2016 Modified Files: src/sys/dev/pci: pci.c Log Message: add another special case so SM50x's framebuffer gets mapped with prefetching / write combining enabled. This needs to be generalized somewhere... To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 src/sys/dev/pci/pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.