Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2012 01:09:10 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r231628 - stable/7/sys/dev/mpt
Message-ID:  <201202140109.q1E19AWs070971@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Tue Feb 14 01:09:10 2012
New Revision: 231628
URL: http://svn.freebsd.org/changeset/base/231628

Log:
  Forced commit to denote that the commit message of r231625 actually
  should have read:
  MFC: r231518
  
  Flesh out support for SAS1078 and SAS1078DE (which are said to actually
  be the same chip):
  - The I/O port resource may not be available with these. However, given
    that we actually only need this resource for some controllers that
    require their firmware to be up- and downloaded (which excludes the
    SAS1078{,DE}) just handle failure to allocate this resource gracefully
    when possible. While at it, generally put non-fatal resource allocation
    failures under bootverbose.
  - SAS1078{,DE} use a different hard reset protocol.
  - Add workarounds for the 36GB physical address limitation of scatter/
    gather elements of these controllers.
  
  Tested by:	Slawa Olhovchenkov
  
  PR:	149220 (remaining part)

Modified:
  stable/7/sys/dev/mpt/mpt.c
  stable/7/sys/dev/mpt/mpt.h
  stable/7/sys/dev/mpt/mpt_cam.c
  stable/7/sys/dev/mpt/mpt_pci.c
  stable/7/sys/dev/mpt/mpt_reg.h

Modified: stable/7/sys/dev/mpt/mpt.c
==============================================================================

Modified: stable/7/sys/dev/mpt/mpt.h
==============================================================================

Modified: stable/7/sys/dev/mpt/mpt_cam.c
==============================================================================

Modified: stable/7/sys/dev/mpt/mpt_pci.c
==============================================================================

Modified: stable/7/sys/dev/mpt/mpt_reg.h
==============================================================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202140109.q1E19AWs070971>