From owner-freebsd-current@FreeBSD.ORG Sat Apr 5 01:57:12 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 CCE8737B401 for ; Sat, 5 Apr 2003 01:57:12 -0800 (PST) Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A9043FBD for ; Sat, 5 Apr 2003 01:57:11 -0800 (PST) (envelope-from gavin@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 h359vAX14677 for ; Sat, 5 Apr 2003 10:57:10 +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 h359v9Sk012529 for ; Sat, 5 Apr 2003 10:57:09 +0100 (BST) (envelope-from gavin@ury.york.ac.uk) Received: from localhost (gavin@localhost)h359v990012526 for ; Sat, 5 Apr 2003 10:57:09 +0100 (BST) Date: Sat, 5 Apr 2003 10:57:09 +0100 (BST) From: Gavin Atkinson To: current@freebsd.org Message-ID: <20030405105015.K6270-100000@ury.york.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 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 09:57:13 -0000 Hi all, I'm currently working on updating the hardware release notes to reflect reality. the puc device is currently only in the i386 section of the release notes, however I am under the impression people are successfully using it with other platforms. Can anyone confirm this? 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. Thanks! Gavin