Received: by mail.netbsd.org (Postfix, from userid 0) id 7A81763B190; Tue, 29 Sep 2009 23:57:44 +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 CC6F563B11B for ; Tue, 29 Sep 2009 23:57:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B2DEE175DA; Tue, 29 Sep 2009 23:57:41 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 29 Sep 2009 23:57:41 +0000 From: Soren Jacobsen Subject: CVS commit: [netbsd-5] src/sys/dev/pci To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20090929235741.B2DEE175DA@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: snj Date: Tue Sep 29 23:57:41 UTC 2009 Modified Files: src/sys/dev/pci [netbsd-5]: if_iwi.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1040): sys/dev/pci/if_iwi.c: revision 1.79 make iwi_alloc_tx_ring() prototype match function declaration (shows up when bus_addr_t != bus_size_t). Fix cast for 64bit paddr_t on i386. To generate a diff of this commit: cvs rdiff -u -r1.74.2.3 -r1.74.2.4 src/sys/dev/pci/if_iwi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.