From owner-freebsd-current@FreeBSD.ORG Mon Oct 20 21:13:01 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0905ABF5 for ; Mon, 20 Oct 2014 21:13:01 +0000 (UTC) Received: from mail-oi0-x234.google.com (mail-oi0-x234.google.com [IPv6:2607:f8b0:4003:c06::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8D98B12 for ; Mon, 20 Oct 2014 21:13:00 +0000 (UTC) Received: by mail-oi0-f52.google.com with SMTP id a3so4416393oib.11 for ; Mon, 20 Oct 2014 14:13:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=MOrni3uDcpv+oeoObr44ExMT55smMuEoxcV3PMUQn8s=; b=O8N6zwec0L6HlenikEUnDK6gLtGcfEJnu2SJ1CgY90oaTjyOHOHjwr8cU92i1iB2RD OW+1oMMIpPwq3V6fDttoEN/l5QUpuIJbQZSMLD7cIApH6P2/NxQNhK2fvNlgh2VFHnRo YJBRZBSAxwoOX9J/xkCghl134LDSIh/uZIfNzveSmtI6FkkLxmuZllhlLxUODmkQOVET UGDPRe/PabaPNGYFzDZEneKz1/kfCBMMBFSoOrcZlvc1ZxXtzxxoj5kBMVpeSAciLcLD tXQKxXWlHqWZpDRwqgaPYgYVddEDwZzR/nQlGGGmzBwfpvO/CbZiS2uh3EDa8MJ1kCY0 ihrQ== MIME-Version: 1.0 X-Received: by 10.182.33.67 with SMTP id p3mr4546514obi.15.1413839580138; Mon, 20 Oct 2014 14:13:00 -0700 (PDT) Received: by 10.202.191.213 with HTTP; Mon, 20 Oct 2014 14:13:00 -0700 (PDT) In-Reply-To: <20141008055911.GA970@michelle.fasterthan.com> References: <20140930015741.GA2451@michelle.fasterthan.com> <20141001013637.GD2632@michelle.fasterthan.com> <20141002050730.GA964@michelle.fasterthan.com> <20141008055911.GA970@michelle.fasterthan.com> Date: Mon, 20 Oct 2014 23:13:00 +0200 Message-ID: Subject: Re: [CFT] alc(4) QAC AR816x/AR817x ethernet controller support From: Oliver Pinter To: pyunyh@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 20 Oct 2014 21:13:01 -0000 On 10/8/14, Yonghyeon PYUN wrote: > On Thu, Oct 02, 2014 at 02:07:30PM +0900, Yonghyeon PYUN wrote: >> On Wed, Oct 01, 2014 at 10:36:37AM +0900, Yonghyeon PYUN wrote: >> > On Tue, Sep 30, 2014 at 10:57:41AM +0900, Yonghyeon PYUN wrote: >> > > Hi, >> > > I've added support for QAC AR816x/AR817x ethernet controllers. It >> > > passed my limited testing and I need more testers. You can find >> > > patches from the following URLs. >> > > >> > > http://people.freebsd.org/~yongari/alc/pci.quirk.diff >> > > and >> > > http://people.freebsd.org/~yongari/alc/alc.diff.20140930 >> > > >> > > pci.qurik.diff is to workaround silicon bug of AR816x. Without it >> > > MSI/MSIX interrupt wouldn't work. If you just want to use >> > > legacy INTx interrupt you don't have to apply it but you have to >> > > tell alc(4) not to use MSI/MSIX interrupt with tunables( >> > > hw.alc.msi.disable and hw.alc.msix_disable). >> > > >> > > alc.diff.20140930 will add support for AR8161/AR8162/AR8171/AR8172 >> > > and E2200 controllers. It supports all hardware features except >> > > RSS. If you have any QAC AR816x/AR817x or old AR813x/AR815x >> > > controllers please test and report how the diff works for you. >> > > Thanks. >> > >> > http://people.freebsd.org/~yongari/alc/pci.quirk.diff >> > http://people.freebsd.org/~yongari/alc/alc.diff.20141001 >> > >> > Patch updated to address link establishment issue. >> >> http://people.freebsd.org/~yongari/alc/alc.diff.20141002 >> Patch updated again to correct wrong lock assertion. > > FYI: I've committed all the changes required to support > AR816x/AR817x. Cool! Working fine with AR8161 on Gigabyte H87N-Wifi Mobo! Thanks! > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >