Date: Mon, 16 Oct 2006 04:18:38 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mfi mfi.c mfi_debug.c mfi_disk.c mfireg.h mfivar.h Message-ID: <200610160418.k9G4IcCJ058697@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2006-10-16 04:18:38 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_debug.c mfi_disk.c mfireg.h mfivar.h Log: - Add a command validator for use in debugging. - Fix the locking protocol to eliminate races between normal I/O and AENs. - Various small improvements and usability tweaks. Sponsored by: IronPort Portions Submitted by: Doug Ambrisko Revision Changes Path 1.20 +138 -44 src/sys/dev/mfi/mfi.c 1.3 +35 -0 src/sys/dev/mfi/mfi_debug.c 1.5 +22 -2 src/sys/dev/mfi/mfi_disk.c 1.6 +225 -6 src/sys/dev/mfi/mfireg.h 1.6 +5 -1 src/sys/dev/mfi/mfivar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610160418.k9G4IcCJ058697>