Received: by mail.netbsd.org (Postfix, from userid 0) id C506663B1A4; Thu, 3 Dec 2009 11:54:11 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 83EF763B174 for ; Thu, 3 Dec 2009 11:54:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 708BF175DD; Thu, 3 Dec 2009 11:54:09 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 3 Dec 2009 11:54:09 +0000 From: Nick Hudson Subject: CVS commit: src/sys/arch/hp700/dev To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091203115409.708BF175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: skrll Date: Thu Dec 3 11:54:09 UTC 2009 Modified Files: src/sys/arch/hp700/dev: apic.c Log Message: Make the pdc_pat_io_num and pdc_pat_pci_rt structures static so they're definitely VA==PA. Being on a stack doesn't guarantee this. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hp700/dev/apic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.