From owner-svn-src-head@FreeBSD.ORG Tue Jul 27 19:31:10 2010 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 9863F1065680; Tue, 27 Jul 2010 19:31:10 +0000 (UTC) (envelope-from jchandra@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 878058FC0A; Tue, 27 Jul 2010 19:31:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o6RJVAZ4088155; Tue, 27 Jul 2010 19:31:10 GMT (envelope-from jchandra@svn.freebsd.org) Received: (from jchandra@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o6RJVA6Z088153; Tue, 27 Jul 2010 19:31:10 GMT (envelope-from jchandra@svn.freebsd.org) Message-Id: <201007271931.o6RJVA6Z088153@svn.freebsd.org> From: "Jayachandran C." Date: Tue, 27 Jul 2010 19:31:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r210549 - head/sys/mips/rmi 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: Tue, 27 Jul 2010 19:31:10 -0000 Author: jchandra Date: Tue Jul 27 19:31:10 2010 New Revision: 210549 URL: http://svn.freebsd.org/changeset/base/210549 Log: mips/rmi/bus_space_rmi_pci.c is needed even when PCI is disabled. This file really provides a bus that does byteswapping, and can be used by non-PCI components too. Modified: head/sys/mips/rmi/files.xlr Modified: head/sys/mips/rmi/files.xlr ============================================================================== --- head/sys/mips/rmi/files.xlr Tue Jul 27 19:26:18 2010 (r210548) +++ head/sys/mips/rmi/files.xlr Tue Jul 27 19:31:10 2010 (r210549) @@ -18,7 +18,7 @@ mips/rmi/perfmon_percpu.c optional xlr mips/rmi/xlr_pci.c optional pci mips/rmi/xls_ehci.c optional usb ehci mips/rmi/bus_space_rmi.c standard -mips/rmi/bus_space_rmi_pci.c optional pci +mips/rmi/bus_space_rmi_pci.c standard mips/rmi/dev/sec/rmisec.c optional rmisec mips/rmi/dev/sec/rmilib.c optional rmisec mips/rmi/dev/xlr/rge.c optional rge