From owner-cvs-all@FreeBSD.ORG Thu Oct 7 15:32:30 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 0051F16A4CE; Thu, 7 Oct 2004 15:32:30 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3339D43D66; Thu, 7 Oct 2004 15:32:29 +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 i97FV9SE038587; Thu, 7 Oct 2004 09:31:10 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 07 Oct 2004 09:32:49 -0600 (MDT) Message-Id: <20041007.093249.23012109.imp@bsdimp.com> To: dds@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200410071145.i97BjLm6013567@repoman.freebsd.org> References: <200410071145.i97BjLm6013567@repoman.freebsd.org> 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 15:32:30 -0000 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. Warner