From owner-freebsd-stable@FreeBSD.ORG Thu Sep 11 14:41:06 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95550106566C; Thu, 11 Sep 2008 14:41:06 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 1F76F8FC25; Thu, 11 Sep 2008 14:41:06 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from [127.0.0.1] (localhost [IPv6:::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id 7913461B0; Thu, 11 Sep 2008 10:41:03 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1221144064; bh=RFeN+MmerUDVC/ BkF+kaAEJobH5FWnkxaCd7/BfsNis=; h=Message-ID:Date:From:MIME-Version: To:CC:Subject:References:In-Reply-To:Content-Type: Content-Transfer-Encoding; b=jUlllHGUQS/c2EypYijKimhPrbIfSpW7DHH+S H+mqjMOsJmYF1ezVov91EM3R3ocQzNCQuQuX2jGJFcUacU7mwrpgE2vlTM2DRfONIja WWkDtIt75ni2aitB7fyUyzXv DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=ELqpp931lXhjwq5bsMpWPGPJa9qRn4qW9kc17FClbzuw8Iizceb/u008ly1IQ44id tqjppDVJcjy1XOovxjErqOZFX+Dl5x304mWW4zMTTvAfLufAo7sIAPrC7NTvl3V Message-ID: <48C92DD8.8060808@protected-networks.net> Date: Thu, 11 Sep 2008 10:40:24 -0400 From: Michael Butler User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: "Bruce M. Simpson" References: <48C847DE.7040508@incunabulum.net> <20080911043326.GA19290@icarus.home.lan> <48C8EA38.6090903@quip.cz> <20080911104738.GA25493@icarus.home.lan> <48C905F7.5020306@quip.cz> <48C92BE2.4060906@FreeBSD.org> In-Reply-To: <48C92BE2.4060906@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Jeremy Chadwick , FreeBSD stable , Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: Intel ICH7 SMBus support, ichsmb(4) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2008 14:41:06 -0000 Bruce M. Simpson wrote: > Miroslav Lachman wrote: >> Jeremy Chadwick wrote: >> >>> I suppose a lot of these could be addressed if I released the code in a >>> preliminary fashion (providing folks the ability to help me with >>> documentation, etc.). Hmm... Yeah, I should really get a beta tarball >>> up, and/or make a FreeBSD port for it already (since I am a ports >>> committer). > > My suggestion would be to make the code available using a Mercurial > repository. People are then free to participate and send diffs as they > see fit, and they can do so very easily. The learning curve for the > tool is reasonable. > > I'd also recommend http://freehg.org/ if you need some hosting for a > public repo. What would prevent this being accepted as a loadable module built (by user request) out of the ports tree in much the same manner as kqemu et al.? Michael