From owner-freebsd-current@FreeBSD.ORG Fri Jan 29 15:56:19 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A44311065676; Fri, 29 Jan 2010 15:56:19 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id B2D868FC16; Fri, 29 Jan 2010 15:56:18 +0000 (UTC) Received: by fxm27 with SMTP id 27so435576fxm.3 for ; Fri, 29 Jan 2010 07:56:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=M05tgLi8XhFz4cFCUtV8dLbiU8+NSDOBztgiZ/Ct+x4=; b=kyRTiWXZXzoUD2nC2uQjx032kaGCOpHtSE4w17ZfzYIU/5M8DdP1KO6qldRHCpCvAN cxPZW2tPFm5F/L4cUxIBkNFWGPBZSsSUzTBEJ/qsGefrNXw3gC0zPZOrz9M1a/0MP3H8 /k+JfL+JrUC38Ugw0znyxV+4Re4ZdtRAVzJbE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=m6qHJcLSL0A+lWQmID9rb2z5YFj19cL2xZBZkSmEu9j2m0IB6nSK9rqhtMh381FSYk iaaKjtjpFZWMo42wGlczxbch9Z0iD4pE9z8VTvvPm3tR4F4NjXG9am016KKDYh6mhJKq M/ODtJuH75nZQZ86dUoQSMDVuCtwrGhlrNXj8= Received: by 10.223.29.193 with SMTP id r1mr938011fac.29.1264780577600; Fri, 29 Jan 2010 07:56:17 -0800 (PST) Received: from ?10.0.10.4? (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by mx.google.com with ESMTPS id 15sm548020fxm.2.2010.01.29.07.56.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 Jan 2010 07:56:16 -0800 (PST) Sender: Rui Paulo Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: Date: Fri, 29 Jan 2010 15:56:14 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <37797801-B178-485B-A5E1-CA42CA0619DB@freebsd.org> References: To: Rui Paulo X-Mailer: Apple Mail (2.1077) Cc: freebsd-net@freebsd.org, freebsd-current@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: HEADS UP: Atheros AR9285 support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2010 15:56:19 -0000 On 29 Jan 2010, at 11:00, Rui Paulo wrote: > Hi, > I just committed initial support for the Atheros AR9285 wireless = chipset found on many netbooks. The driver still has issues but it's = stable enough for general use (don't expect good throughput, though). >=20 > I'm looking for testers to make sure I didn't break anything else in = the Atheros driver. > If you notice any problems with ath on a recent kernel, please inform = me. Patch against stable/8: http://people.freebsd.org/~rpaulo/ar9285_stable_8.diff -- Rui Paulo