From owner-cvs-src-old@FreeBSD.ORG Thu Jan 20 09:03:54 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 899081065740 for ; Thu, 20 Jan 2011 09:03:54 +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 735B58FC13 for ; Thu, 20 Jan 2011 09:03:54 +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 p0K93sdw033737 for ; Thu, 20 Jan 2011 09:03:54 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0K93sUs033736 for cvs-src-old@freebsd.org; Thu, 20 Jan 2011 09:03:54 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201101200903.p0K93sUs033736@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Thu, 20 Jan 2011 09:03:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files options src/sys/dev/ath/ath_hal/ar5416 ar9160.ini ar9160_attach.c ar9280.c ar9280.h ar9280_attach.c ar9280v1.ini ar9280v2.ini ar9285.c ar9285.h ar9285.ini ar9285_attach.c ar9285_reset.c ar9285v2.ini ... 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, 20 Jan 2011 09:03:54 -0000 adrian 2011-01-20 09:03:40 UTC FreeBSD src repository Modified files: sys/conf files options sys/modules/ath Makefile Added files: sys/dev/ath/ath_hal/ar9001 ar9160.ini ar9160_attach.c sys/dev/ath/ath_hal/ar9002 ar9280.c ar9280.h ar9280_attach.c ar9280v1.ini ar9280v2.ini ar9285.c ar9285.h ar9285.ini ar9285_attach.c ar9285_reset.c ar9285v2.ini Removed files: sys/dev/ath/ath_hal/ar5416 ar9160.ini ar9160_attach.c ar9280.c ar9280.h ar9280_attach.c ar9280v1.ini ar9280v2.ini ar9285.c ar9285.h ar9285.ini ar9285_attach.c ar9285_reset.c ar9285v2.ini Log: SVN rev 217631 on 2011-01-20 09:03:40Z by adrian Push the non-AR5416 related stuff into chipset specific directories. sys/dev/ath/ath_hal/ar5416/ is getting very crowded and further commits will make it even more crowded. Now is a good time to shuffle these files out before any more extensive work is done on them. Create an ar9003 directory whilst I'm here; ar9003 specific chipset code will eventually live there. Revision Changes Path 1.1555 +6 -6 src/sys/conf/files 1.709 +1 -0 src/sys/conf/options 1.5 +0 -716 src/sys/dev/ath/ath_hal/ar5416/ar9160.ini (dead) 1.11 +0 -294 src/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c (dead) 1.4 +0 -361 src/sys/dev/ath/ath_hal/ar5416/ar9280.c (dead) 1.4 +0 -45 src/sys/dev/ath/ath_hal/ar5416/ar9280.h (dead) 1.7 +0 -737 src/sys/dev/ath/ath_hal/ar5416/ar9280_attach.c (dead) 1.2 +0 -582 src/sys/dev/ath/ath_hal/ar5416/ar9280v1.ini (dead) 1.2 +0 -941 src/sys/dev/ath/ath_hal/ar5416/ar9280v2.ini (dead) 1.2 +0 -64 src/sys/dev/ath/ath_hal/ar5416/ar9285.c (dead) 1.2 +0 -43 src/sys/dev/ath/ath_hal/ar5416/ar9285.h (dead) 1.2 +0 -699 src/sys/dev/ath/ath_hal/ar5416/ar9285.ini (dead) 1.7 +0 -408 src/sys/dev/ath/ath_hal/ar5416/ar9285_attach.c (dead) 1.5 +0 -904 src/sys/dev/ath/ath_hal/ar5416/ar9285_reset.c (dead) 1.2 +0 -746 src/sys/dev/ath/ath_hal/ar5416/ar9285v2.ini (dead) 1.1 +716 -0 src/sys/dev/ath/ath_hal/ar9001/ar9160.ini (new) 1.1 +294 -0 src/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c (new) 1.1 +361 -0 src/sys/dev/ath/ath_hal/ar9002/ar9280.c (new) 1.1 +45 -0 src/sys/dev/ath/ath_hal/ar9002/ar9280.h (new) 1.1 +737 -0 src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c (new) 1.1 +582 -0 src/sys/dev/ath/ath_hal/ar9002/ar9280v1.ini (new) 1.1 +941 -0 src/sys/dev/ath/ath_hal/ar9002/ar9280v2.ini (new) 1.1 +64 -0 src/sys/dev/ath/ath_hal/ar9002/ar9285.c (new) 1.1 +43 -0 src/sys/dev/ath/ath_hal/ar9002/ar9285.h (new) 1.1 +699 -0 src/sys/dev/ath/ath_hal/ar9002/ar9285.ini (new) 1.1 +408 -0 src/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c (new) 1.1 +904 -0 src/sys/dev/ath/ath_hal/ar9002/ar9285_reset.c (new) 1.1 +746 -0 src/sys/dev/ath/ath_hal/ar9002/ar9285v2.ini (new) 1.14 +7 -2 src/sys/modules/ath/Makefile