From owner-freebsd-current@FreeBSD.ORG Sat Apr 5 02:14:34 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A18137B404 for ; Sat, 5 Apr 2003 02:14:34 -0800 (PST) Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0197743FB1 for ; Sat, 5 Apr 2003 02:14:33 -0800 (PST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id h35AEVX16589 for ; Sat, 5 Apr 2003 11:14:31 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.6p2/8.12.6) with ESMTP id h35AEVSk013296 for ; Sat, 5 Apr 2003 11:14:31 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)h35AEVqO013293 for ; Sat, 5 Apr 2003 11:14:31 +0100 (BST) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Sat, 5 Apr 2003 11:14:31 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: current@freebsd.org In-Reply-To: <20030405105015.K6270-100000@ury.york.ac.uk> Message-ID: <20030405111239.Q6270-100000@ury.york.ac.uk> References: <20030405105015.K6270-100000@ury.york.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: device puc on non-i386 or with parallel devices X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 10:14:34 -0000 On Sat, 5 Apr 2003, Gavin Atkinson wrote: > Also, is anyone successfully using it to provide parallel port access? As > far as I can tell, the device supports parallel ports, all the comments in > the code suggests it does, however I can't find any mention of people > using it for parallel ports and commit messages suggest it may be limited > to serial ports only at the moment. Sorry for wasting bandwidth - I meant to delete this before sending. I can see from the source that the puc driver does not support parallel ports. Gavin