From owner-cvs-src-old@FreeBSD.ORG Wed Mar 3 08:34:47 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7C471065674 for ; Wed, 3 Mar 2010 08:34:47 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A56138FC19 for ; Wed, 3 Mar 2010 08:34:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o238YlOS088371 for ; Wed, 3 Mar 2010 08:34:47 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o238YlQl088370 for cvs-src-old@freebsd.org; Wed, 3 Mar 2010 08:34:47 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201003030834.o238YlQl088370@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Tue, 2 Mar 2010 12:11:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/include bus.h src/sys/mips/rmi files.xlr iodi.c xlr_pci.c xls_ehci.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2010 08:34:47 -0000 rrs 2010-03-02 12:11:00 UTC FreeBSD src repository Modified files: sys/mips/include bus.h sys/mips/rmi files.xlr iodi.c xlr_pci.c xls_ehci.c Log: SVN rev 204577 on 2010-03-02 12:11:00Z by rrs - Move rmi_pci_bus_space to header and avoid extern - remove unused and commented code (MIPS_BUS_SPACE_PCI, pic_usb_ack) - use rmi_pci_bus_space for USB too (needs byteswap) - uncomment xls_ehci.c in files.xlr - changes to xls_ehci.c - updated with dev/usb/controller/ehci_*.c as Obtained from: JC - c.jayachandran@gmail.com Revision Changes Path 1.5 +1 -0 src/sys/mips/include/bus.h 1.4 +1 -1 src/sys/mips/rmi/files.xlr 1.4 +1 -21 src/sys/mips/rmi/iodi.c 1.3 +0 -1 src/sys/mips/rmi/xlr_pci.c 1.3 +107 -125 src/sys/mips/rmi/xls_ehci.c