From owner-freebsd-hackers@FreeBSD.ORG Wed May 31 01:31:59 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB0B16A4FA; Wed, 31 May 2006 01:31:59 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1D9743D6D; Wed, 31 May 2006 01:31:55 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k4V1Um6X040287; Tue, 30 May 2006 19:30:48 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 30 May 2006 19:30:50 -0600 (MDT) Message-Id: <20060530.193050.-957834284.imp@bsdimp.com> To: avalonwallace@gmail.com From: "M. Warner Losh" In-Reply-To: <87ab37ab0605301826j92e3f6gaed3ba75c039fe33@mail.gmail.com> References: <87ab37ab0605300815k55358542y3110d4ee30cf8ba2@mail.gmail.com> <20060530094407.S93846@pooker.samsco.org> <87ab37ab0605301826j92e3f6gaed3ba75c039fe33@mail.gmail.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, scottl@samsco.org Subject: Re: misc questions about the device&driver arch X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 01:32:11 -0000 In message: <87ab37ab0605301826j92e3f6gaed3ba75c039fe33@mail.gmail.com> "william wallace" writes: : BTW :my current code is mainly translate the pcie natve hotplug from : linux , not from the spec ,and encapsulate the BSD pci config function : with the linux-alike interface , i wonder if i am walking the right : way , If the code is Linux, then we can't integrate it into the kernel because we can't have GPL'd code in the kernel, per project policy. Warner