From owner-freebsd-current@FreeBSD.ORG Sat Apr 5 20:34:30 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 B646237B401 for ; Sat, 5 Apr 2003 20:34:30 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0309B43FA3 for ; Sat, 5 Apr 2003 20:34:30 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h364YSA7081104; Sat, 5 Apr 2003 21:34:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 05 Apr 2003 21:33:33 -0700 (MST) Message-Id: <20030405.213333.80215738.imp@bsdimp.com> To: gavin@ury.york.ac.uk From: "M. Warner Losh" In-Reply-To: <20030405105015.K6270-100000@ury.york.ac.uk> References: <20030405105015.K6270-100000@ury.york.ac.uk> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org 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: Sun, 06 Apr 2003 04:34:31 -0000 In message: <20030405105015.K6270-100000@ury.york.ac.uk> Gavin Atkinson writes: : 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? Yes. : 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. Limited to serial ports at the moment. Warner