From owner-cvs-src@FreeBSD.ORG Sat Sep 6 04:23:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AC7816A4BF; Sat, 6 Sep 2003 04:23:31 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D1743FD7; Sat, 6 Sep 2003 04:23:30 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h86BNKTI022042; Sat, 6 Sep 2003 13:23:20 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: ticso@cicely.de From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 06 Sep 2003 13:00:48 +0200." <20030906110047.GD82301@cicely12.cicely.de> Date: Sat, 06 Sep 2003 13:23:20 +0200 Message-ID: <22041.1062847400@critter.freebsd.dk> cc: src-committers@FreeBSD.org cc: dfr@nlsystems.com cc: cvs-all@FreeBSD.org cc: peter@FreeBSD.org cc: Nate Lawson cc: cvs-src@FreeBSD.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/i386/isa isa_compat.c isa_device.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2003 11:23:31 -0000 In message <20030906110047.GD82301@cicely12.cicely.de>, Bernd Walter writes: >On Fri, Sep 05, 2003 at 09:59:25AM -0700, Nate Lawson wrote: >> On Fri, 5 Sep 2003, M. Warner Losh wrote: >> > In case anyboy is interested, here are the current ISA_COMAT drivers: >> > >> > ./i386/isa/gpib.c:#ifndef COMPAT_OLDISA >> >> This driver is useful for people running a scope from an old machine. It >> really should be rewritten though and I don't have this card. > >I wasn't aware that we have a gpib driver - no manpage :( >I'm interested in having a working ieee488 layer, but I havn't one >of these cards either. >But I have a working HP7550A Plotter and an HP9133 of unknown >condition - the later is some kind of HDD/FDD combination without any >practical worth. >Will check if I can my hands on one of those cards. Do not bother. _IF_ we want IEEE488 support, we want it so that it conforms to the industry-standard API and/or supporting SCPI. The driver which is in the tree is neither and not even close in any respect. You are welcome to pick up http://phk.freebsd.dk/patch/GPIB.tgz and work from there. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.