From owner-freebsd-chat@FreeBSD.ORG Thu Aug 31 23:55:39 2006 Return-Path: X-Original-To: freebsd-chat@freebsd.org Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD76416A4DA for ; Thu, 31 Aug 2006 23:55:39 +0000 (UTC) (envelope-from jeff.rollin@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF86743D45 for ; Thu, 31 Aug 2006 23:55:38 +0000 (GMT) (envelope-from jeff.rollin@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so315043wri for ; Thu, 31 Aug 2006 16:55:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=WAY7dNp5qd4xeCEvcJoLOrPVbiP69VLMhRScouyrD1hi98lhPZp/GNe+2qdv03xBGNHuRhacdwEHJAld2qJiFFlsgRE/SEM8jYCtYKRNbIlOmmM15HIVYx+Rcj5ZDswcmDtA2T5qnpdRySARxKtAFb0ouyPsR5XoYDZxVH9M7tg= Received: by 10.90.71.12 with SMTP id t12mr344009aga; Thu, 31 Aug 2006 16:55:38 -0700 (PDT) Received: by 10.90.98.12 with HTTP; Thu, 31 Aug 2006 16:55:37 -0700 (PDT) Message-ID: <8a0028260608311655o7d34977cg2ad4465c4618781a@mail.gmail.com> Date: Fri, 1 Sep 2006 00:55:37 +0100 From: "Jeff Rollin" To: "Marc G. Fournier" In-Reply-To: <20060831195609.P82634@hub.org> MIME-Version: 1.0 References: <20060830232723.GU10101@multics.mit.edu> <98f5a8830608301731s2b0663e3g94b0bd32f8a06a78@mail.gmail.com> <950621ad0608310654h78ae0023g346abd108815ae72@mail.gmail.com> <20060831110112.J82634@hub.org> <20060831184715.B82634@hub.org> <20060831223543.GC15085@jp.animata.net> <20060831195609.P82634@hub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: misc@openbsd.org, Harpalus a Como , Pedro Martelletto , "Constantine A. Murenin" , Thorsten Glaser , netbsd-users@netbsd.org, miros-discuss@mirbsd.org, freebsd-chat@freebsd.org Subject: Re: The future of NetBSD X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2006 23:55:39 -0000 On 01/09/06, Marc G. Fournier wrote: > > so, should I then switch to Linux because they do welcome > 'vendor written drivers'? If by 'vendor-written drivers' you mean binary-only drivers, then no, the linux kernel developers emphatically do not accept them. They would much prefer that all vendors release open source drivers, since (amongst other things) if they do, that means they (the LKD's) will be responsible for making sure that when the device driver ABI changes, all open-source drivers are rewritten and recompiled to work with that version of the kernel. Jeff.