From owner-cvs-all Fri Aug 31 14:39: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AF5037B407; Fri, 31 Aug 2001 14:39:05 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7VLd5x71422; Fri, 31 Aug 2001 14:39:05 -0700 (PDT) (envelope-from mjacob) Message-Id: <200108312139.f7VLd5x71422@freefall.freebsd.org> From: Matt Jacob Date: Fri, 31 Aug 2001 14:39:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_pci.c ispmbox.h ispreg.h ispvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/08/31 14:39:04 PDT Modified files: sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_pci.c ispmbox.h ispreg.h ispvar.h Log: Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This required some reworking (and consequent cleanup) of the interrupt service code. Also begin to start a cleanup of target mode support that will (eventually) not require more inforamtion routed with the ATIO to come back with the CTIO other than tag. MFC after: 4 weeks Revision Changes Path 1.75 +173 -139 src/sys/dev/isp/isp.c 1.70 +103 -65 src/sys/dev/isp/isp_freebsd.c 1.53 +10 -4 src/sys/dev/isp/isp_freebsd.h 1.71 +207 -64 src/sys/dev/isp/isp_pci.c 1.33 +37 -10 src/sys/dev/isp/ispmbox.h 1.20 +33 -1 src/sys/dev/isp/ispreg.h 1.48 +43 -18 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message