cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c
Matt Jacob
mjacob at FreeBSD.org
Thu Sep 7 16:08:50 PDT 2006
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
More information about the cvs-src
mailing list