From owner-cvs-src-old@FreeBSD.ORG Thu Aug 19 11:54:12 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 BC7A510656D3 for ; Thu, 19 Aug 2010 11:54:12 +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 A9D068FC24 for ; Thu, 19 Aug 2010 11:54:12 +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 o7JBsCK2007035 for ; Thu, 19 Aug 2010 11:54:12 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7JBsCX6007034 for cvs-src-old@freebsd.org; Thu, 19 Aug 2010 11:54:12 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201008191154.o7JBsCX6007034@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Thu, 19 Aug 2010 11:53:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/atheros ar71xx_setup.c ar71xxreg.h ar724x_chip.c ar724x_chip.h 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: Thu, 19 Aug 2010 11:54:12 -0000 adrian 2010-08-19 11:53:55 UTC FreeBSD src repository Modified files: sys/mips/atheros ar71xx_setup.c ar71xxreg.h ar724xreg.h files.ar71xx Added files: sys/mips/atheros ar724x_chip.c ar724x_chip.h Log: SVN rev 211503 on 2010-08-19 11:53:55Z by adrian Add some initial AR724X chipset support. This is untested but should at least allow an AR724X to boot. The current code is lacking the detail needed to expose the PCIe bus. It is also lacking any NIC, PLL or flush/WB code. Revision Changes Path 1.3 +22 -0 src/sys/mips/atheros/ar71xx_setup.c 1.10 +3 -0 src/sys/mips/atheros/ar71xxreg.h 1.1 +165 -0 src/sys/mips/atheros/ar724x_chip.c (new) 1.1 +34 -0 src/sys/mips/atheros/ar724x_chip.h (new) 1.2 +3 -0 src/sys/mips/atheros/ar724xreg.h 1.5 +1 -0 src/sys/mips/atheros/files.ar71xx