From owner-freebsd-current@FreeBSD.ORG Fri Nov 28 12:52:57 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 DE96816A4CE for ; Fri, 28 Nov 2003 12:52:56 -0800 (PST) Received: from mrelay2.uni-hannover.de (mrelay2.uni-hannover.de [130.75.2.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7086743FBF for ; Fri, 28 Nov 2003 12:52:54 -0800 (PST) (envelope-from gerrit@pmp.uni-hannover.de) Received: from www.pmp.uni-hannover.de (www.pmp.uni-hannover.de [130.75.117.2])hASKqnug018841; Fri, 28 Nov 2003 21:52:49 +0100 (MET) Received: by www.pmp.uni-hannover.de (Postfix, from userid 846) id 5D1DC299; Fri, 28 Nov 2003 21:52:44 +0100 (CET) Date: Fri, 28 Nov 2003 21:52:44 +0100 From: Gerrit =?iso-8859-1?Q?K=FChn?= To: Poul-Henning Kamp Message-ID: <20031128205244.GA40124@pmp.uni-hannover.de> References: <20031128172611.GA39650@pmp.uni-hannover.de> <9592.1070040687@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9592.1070040687@critter.freebsd.dk> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD X-Scanned-By: MIMEDefang 2.37 cc: current@freebsd.org cc: "M. Warner Losh" Subject: Re: Anybody using gp driver? 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: Fri, 28 Nov 2003 20:52:57 -0000 On Fri, Nov 28, 2003 at 06:31:27PM +0100, Poul-Henning Kamp wrote: > >I might have guessed it. > >Is there anything around FreeBSD you're not working with or on? ;-) > sound cards :-) Hey, you can quite easily make oscilloscopes from them... :) > >Perhaps I'll be able to have a look at it next week. Which gpib chipsets > >does it support (apart from NI, which seems to be some kind of standard)? > The idea was to have the generic NI API and per-chip driver code. I So you already implemented the complete NI command set?! > only have the old PCIIA card with the NEC chip 7210 for which I have > not been able to find a proper datasheet anywhere. Hm, my PCI card (made by INES) uses afaicr a NEC chip, too (can't remember the number now). Did you ever try to ask Frank Mori Hess or one of the other guys who are maintaining the Linux gpib driver about datasheets? Should be strange if no-one has them... > >Hm, FreeBSD is not supposed to do measurements and steering devices? > Sure it is, but only if there is sufficient hacker momentum will it > gain the ability and retain the ability. GPIB has been discussed about > once per year for the last 5 year and we've gotten nowhere further > for that... Ok, I see. Linux seems to have suffered a similar problem for some time. Actually it's quite a pity - gpib is really useful stuff to have in a lab. Well, my hacking skills are rather poor and my time is somewhat limited; otherwise I would already have put more effort into this. cu Gerrit --