From owner-cvs-src-old@FreeBSD.ORG Sat Apr 30 11:36:39 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 2425B1065781 for ; Sat, 30 Apr 2011 11:36:39 +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 122698FC13 for ; Sat, 30 Apr 2011 11:36:39 +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 p3UBac30077875 for ; Sat, 30 Apr 2011 11:36:38 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3UBacvC077874 for cvs-src-old@freebsd.org; Sat, 30 Apr 2011 11:36:38 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201104301136.p3UBacvC077874@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Sat, 30 Apr 2011 11:36:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/atheros ar724x_pci.c ar724xreg.h files.ar71xx 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: Sat, 30 Apr 2011 11:36:39 -0000 adrian 2011-04-30 11:36:16 UTC FreeBSD src repository Modified files: sys/mips/atheros ar724xreg.h files.ar71xx Added files: sys/mips/atheros ar724x_pci.c Log: SVN rev 221254 on 2011-04-30 11:36:16Z by adrian Add some initial PCIe bridge support for the AR724x chipsets. This is reported to work on the AR7240 based Ubiquiti Rocket M5 but I haven't tested it on that hardware. I also don't yet have it fully working on the AR7242 based development board here; probe/attach functions but the register space resource looks like the endian-ness is wrong (0x10000000 instead of 0x00001000).o Further digging will be required. Submitted by: Luiz Otavio O Souza Revision Changes Path 1.1 +613 -0 src/sys/mips/atheros/ar724x_pci.c (new) 1.6 +22 -2 src/sys/mips/atheros/ar724xreg.h 1.8 +1 -0 src/sys/mips/atheros/files.ar71xx