Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756906Ab0KVBMc (ORCPT ); Sun, 21 Nov 2010 20:12:32 -0500 Received: from kroah.org ([198.145.64.141]:56560 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756353Ab0KVBMa (ORCPT ); Sun, 21 Nov 2010 20:12:30 -0500 Date: Sun, 21 Nov 2010 17:00:38 -0800 From: Greg KH To: "Luis R. Rodriguez" Cc: G??bor Stefanik , "Ted Ts'o" , Alan Cox , linux-kernel@vger.kernel.org, linux-wireless , David Miller , "John W. Linville" , Stephen Hemminger , "Perez-Gonzalez, Inaky" , Charles Marker , Jouni Malinen , Kevin Hayes , Zhifeng Cai , Don Breslin , Doug Dahlby , Julia Lawall Subject: Re: Challenges with doing hardware bring up with Linux first Message-ID: <20101122010038.GA7688@kroah.com> References: <20101121130236.GE23423@thunk.org> <20101121172906.GD3703@kroah.com> <20101121203124.1ba8212e@lxorguk.ukuu.org.uk> <20101121214407.GH23423@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1241 Lines: 28 On Sun, Nov 21, 2010 at 01:50:30PM -0800, Luis R. Rodriguez wrote: > > By forcing the driver to be GPL, you automatically exclude Windows > > from the list of platforms supported by such a cross-OS driver, as the > > Windows NDIS headers are AFAIK under a GPL-incompatible license, so no > > GPL driver can be written for Windows. > > I've actually have been told GPL drivers for windows are possible with > some hard work. I have yet to investigate further on what that "hard > work" means. But yes, that is a good example. The "hard work" means you can not use the Windows DDK at all. People have worked to reimplement the header files needed for this into mingw, but it really restricts you and forces you to write "native" drivers for Windows, not being able to take advantage of their driver model code at all. Oracle did a bunch of work for this in the past to port some of their Linux kernel work to Windows, ask Andy Grover if you have questions about it. hope this helps, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/