From owner-cvs-src-old@FreeBSD.ORG Wed Aug 18 08:22:22 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 8F7291065695 for ; Wed, 18 Aug 2010 08:22:22 +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 7E7688FC18 for ; Wed, 18 Aug 2010 08:22:22 +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 o7I8MMLJ080357 for ; Wed, 18 Aug 2010 08:22:22 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7I8MMSI080356 for cvs-src-old@freebsd.org; Wed, 18 Aug 2010 08:22:22 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201008180822.o7I8MMSI080356@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Wed, 18 Aug 2010 08:22:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/atheros ar71xx_cpudef.h 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, 18 Aug 2010 08:22:22 -0000 adrian 2010-08-18 08:22:09 UTC FreeBSD src repository Added files: sys/mips/atheros ar71xx_cpudef.h Log: SVN rev 211447 on 2010-08-18 08:22:09Z by adrian Bring over the first cut of the Atheros-specific SoC operations. Each of these SoCs have different devices, different hardware initialisation methods and, quite likely, different quirks. These functions will abstract out the SoC differences and keep these differences out of the drivers (eg USB init, if_arge, etc.) Revision Changes Path 1.1 +108 -0 src/sys/mips/atheros/ar71xx_cpudef.h (new)