From owner-cvs-src-old@FreeBSD.ORG Sun Feb 28 22:26:04 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FBA71065677 for ; Sun, 28 Feb 2010 22:26:04 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F0E378FC1F for ; Sun, 28 Feb 2010 22:26:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1SMQ30h023898 for ; Sun, 28 Feb 2010 22:26:03 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1SMQ3sK023897 for cvs-src-old@freebsd.org; Sun, 28 Feb 2010 22:26:03 GMT (envelope-from joerg@repoman.freebsd.org) Message-Id: <201002282226.o1SMQ3sK023897@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to joerg@repoman.freebsd.org using -f From: Joerg Wunsch Date: Sun, 28 Feb 2010 22:25:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/ieee488 ibfoo.c pcii.c tnt4882.c tnt4882.h upd7210.c upd7210.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2010 22:26:04 -0000 joerg 2010-02-28 22:25:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/ieee488 ibfoo.c pcii.c tnt4882.c upd7210.c upd7210.h Added files: (Branch: RELENG_8) sys/dev/ieee488 tnt4882.h Log: SVN rev 204491 on 2010-02-28 22:25:39Z by joerg MFC r203360 GPIB overhaul, part #2: make the tnt4882 driver work with the newer TNT5004 IC. This involved a major rewrite of a number of things, as this chip no longer supports the NAT7210 legacy mode but requires the host to use the (more modern) FIFO mode. In theory, this also ought to work on the older TNT4882C chip. I'll probably add this as optional support (perhaps by a device.hints flag) later on. By now, FIFO mode is *only* activates iff a TNT5004 chip has been detected (where the old code didn't work at all), while everything else is supposed to use the old code. Revision Changes Path 1.6.2.2 +133 -11 src/sys/dev/ieee488/ibfoo.c 1.8.10.3 +4 -1 src/sys/dev/ieee488/pcii.c 1.3.10.3 +21 -50 src/sys/dev/ieee488/tnt4882.c 1.1.2.2 +77 -0 src/sys/dev/ieee488/tnt4882.h (new) 1.11.2.3 +67 -18 src/sys/dev/ieee488/upd7210.c 1.6.10.3 +1 -0 src/sys/dev/ieee488/upd7210.h