From owner-cvs-all Wed Jul 4 12:14:32 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 A511637B406; Wed, 4 Jul 2001 12:14:25 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64JEPo03909; Wed, 4 Jul 2001 12:14:25 -0700 (PDT) (envelope-from mjacob) Message-Id: <200107041914.f64JEPo03909@freefall.freebsd.org> From: Matt Jacob Date: Wed, 4 Jul 2001 12:14:25 -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_inline.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispvar.h X-FreeBSD-CVS-Branch: RELENG_4 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/07/04 12:14:25 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispvar.h Log: Massive MFC- probably breaking lots of rules to do this, but limited time, etc., etc... Basic gist of changes: Beginnings of 2300 support. Addition of a /dev entry and ioctl entry point for the HBA (sort of meaningless in RELENG_4- it's really only useful in DEVFS for -current- but you *could* make the entries by hand (not worth really asking for a reserved major as this is edge case debugging stuff for me mostly). Implementation of kthread for Fibre Channel loop cleanup. Lots of buglet fixes. Ansification. Lots of target mode cleanup. Revision Changes Path 1.41.2.11 +181 -193 src/sys/dev/isp/isp.c 1.32.2.10 +594 -330 src/sys/dev/isp/isp_freebsd.c 1.26.2.9 +38 -53 src/sys/dev/isp/isp_freebsd.h 1.6.2.7 +23 -61 src/sys/dev/isp/isp_inline.h 1.5.4.6 +87 -151 src/sys/dev/isp/isp_target.c 1.3.4.8 +194 -130 src/sys/dev/isp/isp_target.h 1.2.4.2 +12 -7 src/sys/dev/isp/isp_tpublic.h 1.20.2.7 +89 -17 src/sys/dev/isp/ispmbox.h 1.25.2.9 +43 -34 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message