Date: Fri, 29 Jul 2011 18:38:31 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/mpt mpt_cam.c mpt_raid.c mpt_raid.h Message-ID: <201107291838.p6TIclGt079447@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2011-07-29 18:38:31 UTC
FreeBSD src repository
Modified files:
sys/dev/mpt mpt_cam.c mpt_raid.c mpt_raid.h
Log:
SVN rev 224494 on 2011-07-29 18:38:31Z by marius
- Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL using
the right SIM in case the HBA is RAID-capable but the target in question is
not a hot spare or member of a RAID volume.
- Report the loss and addition of SAS and SATA targets detected via PHY link
status changes and signalled by MPI_EVENT_SAS_DEVICE_STATUS_CHANGE to cam(4)
as lost devices and trigger rescans as appropriate. Without this it can take
quite some time until a lost device actually is no longer tried to be used,
if it ever stops. [1]
- Handle MPI_EVENT_IR2, MPI_EVENT_LOG_ENTRY_ADDED, MPI_EVENT_SAS_DISCOVERY
and MPI_EVENT_SAS_PHY_LINK_STATUS silently as these serve no additional
purpose beyond adding cryptic entries to logs.
Thanks to Hans-Joerg Sirtl for providing one of the HBAs these changes were
developed with and RIP to the mainboard that didn't survive testing them.
PR: 157534 [1]
Approved by: re (kib)
MFC after: 2 weeks
Revision Changes Path
1.79 +66 -2 src/sys/dev/mpt/mpt_cam.c
1.30 +19 -0 src/sys/dev/mpt/mpt_raid.c
1.9 +1 -0 src/sys/dev/mpt/mpt_raid.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107291838.p6TIclGt079447>
