From owner-freebsd-current@FreeBSD.ORG Fri Jun 13 19:28:26 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED1B31C5 for ; Fri, 13 Jun 2014 19:28:26 +0000 (UTC) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (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 80ACD2D71 for ; Fri, 13 Jun 2014 19:28:26 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id x13so3191339wgg.27 for ; Fri, 13 Jun 2014 12:28:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=CGSuo+ETQFOkCN6BZPqVePgbtDKQ/z0oLJpAcN0oAEA=; b=cI/g2z/KssxLjjxFymHKzNH/Qm3F5Pd91j6DBYmsOtDN8nWVMzWjONwmt/BMPekfHt GWtdQ5m32DoPNHVP7MHivGCrLXQ50G5aTh3V1bF0W0fD9vi2Q1nRrvkFrveh+3CKczr2 JFIflw5JLh4bn/BMv9dTSoyYpSRE2hnlXoSTBNwY4XPNvEgFO8eMiFUrvDL/ZmY24W1M Xad+cyZ98Zc6M4PEmuL6jNZd7pTEFG/qMQFcLTbM7DjdcSE9WV4UCCZqH+XI7iQz9LC3 zfKdS1Or5x1QOiY/5nHu6VthJv3d/6PM24YsSoxt4QgT2RAlrJBPRnSBo+ALGLFOR/dP lzug== X-Received: by 10.194.240.129 with SMTP id wa1mr7197873wjc.11.1402687704687; Fri, 13 Jun 2014 12:28:24 -0700 (PDT) Received: from brick.home (adhd245.neoplus.adsl.tpnet.pl. [79.184.159.245]) by mx.google.com with ESMTPSA id s9sm13749991ees.33.2014.06.13.12.28.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Jun 2014 12:28:24 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Fri, 13 Jun 2014 21:28:21 +0200 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: Stefan Parvu Subject: Re: iwn driver issue Message-ID: <20140613192821.GB1607@brick.home> Mail-Followup-To: Stefan Parvu , freebsd-current@FreeBSD.org References: <20140613112624.bef131c3b84e5e4ad38ed84f@systemdatarecorder.org> <20140613163644.GA1291@brick.home> <20140613194154.ef679f2d9201521f04f9766f@systemdatarecorder.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20140613194154.ef679f2d9201521f04f9766f@systemdatarecorder.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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, 13 Jun 2014 19:28:27 -0000 On 0613T1941, Stefan Parvu wrote: > On Fri, 13 Jun 2014 18:36:44 +0200 > Edward Tomasz NapieraƂa wrote: > > > Can you update to at least r266546 and try again? > > to do this I need to svn update all my /usr/src code and rebuild the kernel - no iso images > available for it ? Correct ? How often are iso images published for current ? I'm not sure if there are any ISO images. And yes, you need a new kernel. > I will update my machine a bit later. Were there many fixes for iwn driver on latest > branch ? This specific problem should be fixed by the revision above.