From owner-cvs-src@FreeBSD.ORG Tue Feb 1 16:59:24 2005 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 E17F516A4CE; Tue, 1 Feb 2005 16:59:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF18543D1D; Tue, 1 Feb 2005 16:59:23 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j11GxN1w066590; Tue, 1 Feb 2005 16:59:23 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j11GxNWw066589; Tue, 1 Feb 2005 16:59:23 GMT (envelope-from phk) Message-Id: <200502011659.j11GxNWw066589@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 1 Feb 2005 16:59:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES files src/sys/dev/ieee488 pcii.c 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: Tue, 01 Feb 2005 16:59:24 -0000 phk 2005-02-01 16:59:23 UTC FreeBSD src repository Modified files: sys/conf NOTES files Added files: sys/dev/ieee488 pcii.c Log: Add a IEEE488 driver for PCIIA compatible cards. This driver implements "unaddressed listen only mode", which is what printers and plotters commonly do on GP-IB busses. This means that you can capture print/plot like output from your instruments by configuring them as necessary (good luck!) and cat -u /dev/gpib0l > /tmp/somefile Since there is no way to know when no more output is comming you will have to ctrl-C the cat process when it is done (that is why the -u is important). Revision Changes Path 1.1297 +9 -0 src/sys/conf/NOTES 1.986 +1 -0 src/sys/conf/files 1.1 +419 -0 src/sys/dev/ieee488/pcii.c (new)