From owner-svn-src-head@FreeBSD.ORG Sun Jun 7 02:42:32 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BBEF106566B; Sun, 7 Jun 2009 02:42:32 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout018.mac.com (asmtpout018.mac.com [17.148.16.93]) by mx1.freebsd.org (Postfix) with ESMTP id 542F28FC15; Sun, 7 Jun 2009 02:42:32 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from MacBook-Pro.lan.xcllnt.net (mail.xcllnt.net [75.101.29.67]) by asmtp018.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KKU007HWKUVYT60@asmtp018.mac.com>; Sat, 06 Jun 2009 19:42:32 -0700 (PDT) Message-id: <27E90488-75EB-49DB-900D-CE0B1C5D034C@mac.com> From: Marcel Moolenaar To: Rafal Jaworowski In-reply-to: <200906060933.n569XWEu054745@svn.freebsd.org> Date: Sat, 06 Jun 2009 19:42:31 -0700 References: <200906060933.n569XWEu054745@svn.freebsd.org> X-Mailer: Apple Mail (2.935.3) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r193578 - in head/sys/powerpc: include powerpc X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 02:42:32 -0000 On Jun 6, 2009, at 2:33 AM, Rafal Jaworowski wrote: > Author: raj > Date: Sat Jun 6 09:33:32 2009 > New Revision: 193578 > URL: http://svn.freebsd.org/changeset/base/193578 > > Log: > Provide 64-bit big endian bus space operations for PowerPC. They > are required > for the upcoming sec(4) driver. BTW: We should probably obsolete pio.h and implement the various I/O functions inline in bus_machdep.c. No driver should use out* or in* functions directly if they want to be portable anyway... -- Marcel Moolenaar xcllnt@mac.com