From owner-cvs-src@FreeBSD.ORG Sat Dec 27 14:21:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA88816A4CE; Sat, 27 Dec 2003 14:21:54 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF35F43D4C; Sat, 27 Dec 2003 14:21:50 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 351A6653E6; Sat, 27 Dec 2003 22:21:49 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 68775-05-2; Sat, 27 Dec 2003 22:21:48 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-18-36.dsl.uk.rapidplay.com [82.147.18.36]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 9F9A965218; Sat, 27 Dec 2003 22:21:48 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id C034532; Sat, 27 Dec 2003 22:21:46 +0000 (GMT) Date: Sat, 27 Dec 2003 22:21:46 +0000 From: Bruce M Simpson To: Warner Losh Message-ID: <20031227222146.GA5214@saboteur.dek.spc.org> Mail-Followup-To: Warner Losh , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200312271950.hBRJob7U076174@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312271950.hBRJob7U076174@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sio Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2003 22:21:55 -0000 On Sat, Dec 27, 2003 at 11:50:37AM -0800, Warner Losh wrote: > Log: > New sio module. A number of people have suggested this over the years > (most recently bde), so I'll commit the module I've had knocking > around in my tree for a while. This may have some rough edges, so if Thank you for committing this to mainline. As you may remember you gave this to me originally so that I could use a 3Com pccard modem without recompiling the entire kernel. BMS