From owner-cvs-all@FreeBSD.ORG Thu Oct 7 11:45:21 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 EA13B16A4CE; Thu, 7 Oct 2004 11:45:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEED443D3F; Thu, 7 Oct 2004 11:45:21 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i97BjLoI013568; Thu, 7 Oct 2004 11:45:21 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i97BjLm6013567; Thu, 7 Oct 2004 11:45:21 GMT (envelope-from dds) Message-Id: <200410071145.i97BjLm6013567@repoman.freebsd.org> From: Diomidis Spinellis Date: Thu, 7 Oct 2004 11:45:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: 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 11:45:22 -0000 dds 2004-10-07 11:45:21 UTC FreeBSD src repository 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) Revision Changes Path 1.243.2.69 +9 -0 src/etc/MAKEDEV 1.307.2.47 +1 -0 src/sys/conf/files.i386 1.98.2.27 +1 -0 src/sys/conf/majors 1.749.2.172 +3 -0 src/sys/i386/conf/LINT