From owner-freebsd-current@FreeBSD.ORG Fri Jan 24 02:18:37 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 71D23188 for ; Fri, 24 Jan 2014 02:18:37 +0000 (UTC) Received: from mail-qa0-x232.google.com (mail-qa0-x232.google.com [IPv6:2607:f8b0:400d:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E8A81658 for ; Fri, 24 Jan 2014 02:18:37 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id cm18so3182283qab.37 for ; Thu, 23 Jan 2014 18:18:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=bbp8YVJsqt22xRHvDH+g4bsr3VomqsUQ6u0+3zGRxYo=; b=z6e6GsFK2pjsxP9h91E1oF4VMw4JqabFE2xLcnSw+cNLTYYQHoIb6GGCYDYcCmTlf5 Ry/hUhURskrub53G/XyVJo5wDsYyTE+xkZJEydj8g3vhR1oKsEuxvLmv45IQZdag1Qgu 4aKXJVxKB+1mfRBhITe8q0qDLI/zQPoPlW1Q51DsFbdPPWP8ZM1ao4TEi+pzYTyu4bu3 meKKQ6jzLznzolXfPncK8A1ZkZhorIKGHXHpp6uRGDbSq3lXq+19BefXN6+gYtejRdzz 0kzupNh7aQOGIStn+QH1eyQPH9nuY9Edw2BoKuLbdN9OaEgNEZGxpR7C4awLtRnusi06 k+AA== MIME-Version: 1.0 X-Received: by 10.224.89.71 with SMTP id d7mr16849105qam.26.1390529916206; Thu, 23 Jan 2014 18:18:36 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Thu, 23 Jan 2014 18:18:36 -0800 (PST) In-Reply-To: References: Date: Thu, 23 Jan 2014 18:18:36 -0800 X-Google-Sender-Auth: kwRawVJHFAU0w5u_0z8yqL1uRXE Message-ID: Subject: Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC From: Adrian Chadd To: Miguel Clara Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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, 24 Jan 2014 02:18:37 -0000 Hi, yes. I'm going to deprecate NDIS and yes, this means that people using hardware that doesn't have a driver will have to go without. It sucks, but noone has stepped up to maintain NDIS and it can't work for later NDIS APIs. -a On 23 January 2014 16:54, Miguel Clara wrote: > Hi Adrian, when you say "I'm going to deprecate NDIS", does this also > mean there a change to have this driver working without ndis in > freebsd? > > I tried > kldload if_bwi > kldload if_bwn > > But none of them work for 4313 it seems! :( > > On Thu, Jan 23, 2014 at 7:21 AM, Adrian Chadd wrote: >> It's actually fpu code in ndis drivers. I'm going to deprecate NDIS >> this year, so .. >> >> OTOH, the FPU save support would be cool. >> >> >> -a >> >> >> On 22 January 2014 20:10, Miguel Clara wrote: >>> Getting a panic: Unregistered use of FPU in kernel >>> >>> >>> There seems to be a patch for FreeBSD 10, but not sure if it wold apply >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=165622&sourceid=opensearch >>> >>> >>> 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"