Date: Sat, 27 May 2006 17:26:57 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_pci.c mpt_raid.c mpt_raid.h Message-ID: <200605271726.k4RHQvKD070649@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2006-05-27 17:26:57 UTC
FreeBSD src repository
Modified files:
sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_pci.c
mpt_raid.c mpt_raid.h
Log:
Work in progress toward fixing IM checked in after having
lost one set to a peninsula power failure last night. After
this, I can see both submembers and the raid volumes again,
but speed negotiation is still broken.
Add a mpt_raid_free_mem function to centralize the resource
reclaim and fixed a small memory leak.
Remove restriction on number of targets for systems with IM enabled-
you can have setups that have both IM volumes as well as other devices.
Fix target id selection for passthru and nonpastrhu cases.
Move complete command dumpt to MPT_PRT_DEBUG1 level so that just
setting debug level gets mostly informative albeit less verbose
dumping.
Revision Changes Path
1.29 +51 -38 src/sys/dev/mpt/mpt.c
1.20 +4 -3 src/sys/dev/mpt/mpt.h
1.19 +85 -18 src/sys/dev/mpt/mpt_cam.c
1.29 +3 -20 src/sys/dev/mpt/mpt_pci.c
1.8 +33 -0 src/sys/dev/mpt/mpt_raid.c
1.4 +2 -1 src/sys/dev/mpt/mpt_raid.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605271726.k4RHQvKD070649>
