From owner-freebsd-wireless@FreeBSD.ORG Wed Oct 23 18:40:59 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF80CF37; Wed, 23 Oct 2013 18:40:59 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 975BC2468; Wed, 23 Oct 2013 18:40:59 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 2D18EB93B; Wed, 23 Oct 2013 14:40:56 -0400 (EDT) From: John Baldwin To: Adrian Chadd Subject: Re: [rfc] removing the NDISulator Date: Wed, 23 Oct 2013 14:27:16 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <5265878B.1050809@yandex.ru> <526810DB.20705@mu.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201310231427.16812.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 23 Oct 2013 14:40:56 -0400 (EDT) Cc: "Julian H. Stacey" , Alfred Perlstein , "freebsd-wireless@freebsd.org" , freebsd-current X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 18:40:59 -0000 On Wednesday, October 23, 2013 2:11:29 pm Adrian Chadd wrote: > On 23 October 2013 11:09, Alfred Perlstein wrote: > > > > Eh, having taken a stab at porting the bwl blob already, I would strongly > >> oppose removing NDIS. If you do that I will just stop using my netbook > >> with a Broadcom part altogether as I wouldn't be able to use it to try to > >> test bwl changes. The NDIS thing is a bit hackish, but it is quite useful > >> for a lot of folks. > >> > >> I have to agree. Deprecation != motivation. > > > I can pull out examples of this not holding true: > > * all the giant locking in drivers > * all the giant locking in VFS > > People did pop up and claim ownership of things they cared about. Some > stuff died, some stuff didn't. There was enough of a motivation by us to > kill giant off in these pathways so things could continue to evolve. We > didn't leave the GIANT crutch in forever. Giant isn't dead yet. :) (And I've done a lot of the de-Gianting FWIW.) I don't consider ndis in the same camp. Often times there are vendors where datasheets, etc. are not obtainable, but a foo.sys + foo.inf is. -- John Baldwin