From owner-cvs-src-old@FreeBSD.ORG Wed Jan 27 10:32:15 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 AA93C1065670 for ; Wed, 27 Jan 2010 10:32:15 +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 966458FC0C for ; Wed, 27 Jan 2010 10:32:15 +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 o0RAWFhr028675 for ; Wed, 27 Jan 2010 10:32:15 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0RAWFAK028674 for cvs-src-old@freebsd.org; Wed, 27 Jan 2010 10:32:15 GMT (envelope-from joerg@repoman.freebsd.org) Message-Id: <201001271032.o0RAWFAK028674@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to joerg@repoman.freebsd.org using -f From: Joerg Wunsch Date: Wed, 27 Jan 2010 10:32:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/ieee488 pcii.c tnt4882.c 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: Wed, 27 Jan 2010 10:32:15 -0000 joerg 2010-01-27 10:32:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/ieee488 pcii.c tnt4882.c upd7210.c upd7210.h Log: SVN rev 203064 on 2010-01-27 10:32:02Z by joerg Merge of r202870,202898: Overhaul of the pcii driver: . Properly allocate all IO space resources. These cards scatter their IO addresses over a range of 0x1600 bytes, and they require an additional address for "special interrupt handling". . Implement the "special interrupt handling" per the GPIB-PCIIA Technical Reference Manual; this was apparently not declared for the clone card this driver has been originally implemented for, but it turned out to be needed for both, an original NI brand PCII/PCIIA card as well as the Axiom AX5488 clone. . Add some diagnostic messages for various resource allocation etc. failures during probe. . Add some comments about the structure of the IO address space that is used by these cards. Revision Changes Path 1.8.10.2 +91 -13 src/sys/dev/ieee488/pcii.c 1.3.10.2 +3 -0 src/sys/dev/ieee488/tnt4882.c 1.11.2.2 +28 -10 src/sys/dev/ieee488/upd7210.c 1.6.10.2 +2 -0 src/sys/dev/ieee488/upd7210.h