From owner-cvs-all@FreeBSD.ORG Thu Oct 7 16:02:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE16216A4CE; Thu, 7 Oct 2004 16:02:11 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51A0743D53; Thu, 7 Oct 2004 16:02:11 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i97FxRfY038937; Thu, 7 Oct 2004 09:59:28 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 07 Oct 2004 10:01:08 -0600 (MDT) Message-Id: <20041007.100108.96921301.imp@bsdimp.com> To: dds@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20041007.093249.23012109.imp@bsdimp.com> References: <200410071145.i97BjLm6013567@repoman.freebsd.org> <20041007.093249.23012109.imp@bsdimp.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc MAKEDEV src/sys/conf files.i386 majors src/sys/i386/conf LINT X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 16:02:12 -0000 In message: <20041007.093249.23012109.imp@bsdimp.com> "M. Warner Losh" writes: : In message: <200410071145.i97BjLm6013567@repoman.freebsd.org> : Diomidis Spinellis writes: : : Modified files: (Branch: RELENG_4) : : etc MAKEDEV : : sys/conf files.i386 majors : : sys/i386/conf LINT : : Log: : : Added the pbio(4) 8255 parallel peripheral interface basic I/O driver. : : The driver is designed for performing I/O under program control using : : peripherals such as the Advantech PCL-724 card, which emulates the Intel : : 8255A PPI in mode 0. Other 8255A-based peripherals such as the BMC : : Messsysteme PIO24II card have also been reported to work. : : : : PR: i386/46238 : : Approved by: re (kensmith) : : Although approved by re@, would it have really hurt to commit this to : head first? There's no risk of breakage committing something to : current first because you already have something working on 4.x. : This is a simple driver, and having it work in current would be : relatively trivial. The risk is that it wouldn't work there. I have ported pbio.c to current. This looks like a useful driver (espeically considering that I think that my company would want to use it), and I'd like to see it committed to current. Do you have any objections to my committing it, or would you like to do the deed? Warner