Date: Wed, 4 Jul 2001 12:14:25 -0700 (PDT) From: Matt Jacob <mjacob@FreeBSD.org> 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 Message-ID: <200107041914.f64JEPo03909@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107041914.f64JEPo03909>