Date: Thu, 7 Sep 2006 23:08:21 +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 Message-ID: <200609072308.k87N8Lv5088976@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2006-09-07 23:08:21 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt.h mpt_cam.c Log: Create a 'ready' handler for each personality. The purpose of this handler is to able to be called after *all* attach and enable events are done. We establish a SYSINIT hook to call this handler. The current usage for it is to add scsi target resources *after* all enables are done. There seems to be some dependencies between different halves of a dual-port with respect to target mode. Put in more meaningful event messages for some events- in particular QUEUE FULL events so we can see what the queue depth was when the IOC sent us this message. MFC after: 1 week Revision Changes Path 1.35 +30 -3 src/sys/dev/mpt/mpt.c 1.30 +2 -0 src/sys/dev/mpt/mpt.h 1.33 +34 -10 src/sys/dev/mpt/mpt_cam.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609072308.k87N8Lv5088976>