03 Apr, 2009

1 commit

  • changes:

    - set aac_cache=2 as default value to avoid performance problem
    (Novell bugzilla #469922)

    - Dell/PERC controller boot problem fixed (RedHat bugzilla #457552)

    - WWN flag added to fix SLES10 SP1/SP2 drive detection problems

    - 64-bit support changes

    - DECLARE_PCI_DEVICE_TABLE macro added

    - controller type changes

    Signed-off-by: Achim Leubner
    Signed-off-by: James Bottomley

    Leubner, Achim
     

31 Oct, 2008

1 commit


05 Jun, 2008

1 commit


24 Jan, 2008

1 commit

  • The cards being added are supported in a limited sense already through
    family matching, but we needed to add some functionality to the driver
    to expose selectively the physical drives. These Physical drives are
    specifically marked to not be part of any array and thus are declared
    JBODs (Just a Bunch Of Drives) for generic SCSI access.

    We report that this is the second patch in a set of two, but merely
    depends on the stand-alone functionality of the first patch which adds
    in that case the ability to report a driver feature flag via sysfs. We
    leverage that functionality by reporting that this driver now supports
    this new JBOD feature for the controller so that the array management
    applications may react accordingly and guide the user as they manage
    the controller.

    Signed-off-by: Mark Salyzyn
    Signed-off-by: James Bottomley

    Salyzyn, Mark
     

13 Oct, 2007

1 commit


15 Jul, 2007

1 commit


06 May, 2007

1 commit


18 Apr, 2007

1 commit

  • Correct a spelling mistake for the SMC product names (replace 'B' with
    'R') in the Documentation/scsi/aacraid.txt file. This is a follow-up to
    a documentation patch '[PATCH] aacraid: Add SMC and SUN products to
    README' submitted and accepted to scsi-misc-2.6 on March 27 2007.

    Signed-off-by: Mark Salyzyn
    Signed-off-by: James Bottomley

    Salyzyn, Mark
     

01 Apr, 2007

1 commit


06 Jan, 2007

1 commit

  • Update drivers/scsi/aacraid/linit.c and Documentation/scsi/aacraid.txt
    file with the current list of
    adapters supported by the aacraid driver. Deprecated a few adapters that
    never shipped, corrected a
    few and added new adapters that matched the family code support. No
    functional changes to the driver.
    No side effects.

    Signed-off-by: Mark Salyzyn
    Signed-off-by: James Bottomley

    Salyzyn, Mark
     

04 Oct, 2006

1 commit


24 Sep, 2006

1 commit

  • Received from Mark Salyzyn:

    This patch to the driver's documentation adds a few new product entries,
    sorts the entries on OEM lines first for easy searching, followed by
    product id order to make it easier to compare against the open source
    pci list. The driver has 'family match' so is somewhat future proof, no
    code changes are required to recognize the new products.

    Signed-off-by: Mark Haverkamp
    Signed-off-by: James Bottomley

    Mark Haverkamp
     

20 Jun, 2006

1 commit


13 Jan, 2006

1 commit

  • Received From Mark Salyzyn.

    Move the README from the driver directory to the Documentation directory.
    Updated the documentation, added descriptions for cards that
    were missing.

    Signed-off-by: Mark Haverkamp
    Signed-off-by: James Bottomley

    Mark Haverkamp