From owner-cvs-src-old@FreeBSD.ORG Sun May 1 23:32:59 2011 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 3001E10657D7 for ; Sun, 1 May 2011 23:32:59 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1FC6C8FC0A for ; Sun, 1 May 2011 23:32:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p41NWxbJ096809 for ; Sun, 1 May 2011 23:32:59 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p41NWw15096808 for cvs-src-old@freebsd.org; Sun, 1 May 2011 23:32:59 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201105012332.p41NWw15096808@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Sun, 1 May 2011 23:32:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/atheros ar724x_pci.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: Sun, 01 May 2011 23:32:59 -0000 adrian 2011-05-01 23:32:37 UTC FreeBSD src repository Modified files: sys/mips/atheros ar724x_pci.c Log: SVN rev 221307 on 2011-05-01 23:32:37Z by adrian Some AR724x PCIe fixes, which should wrap up the first round of endian-ness issues with the AR724x. From Luiz: * Fix the bus space tag used so endian-ness is correctly handled; * Only do the workaround for the AR7240; AR7241/AR7242 (PB92) don't require this From me: * Add a read flush from openwrt Submitted by: Luiz Otavio O Souza Revision Changes Path 1.3 +14 -24 src/sys/mips/atheros/ar724x_pci.c