Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2009 19:17:06 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191897 - in head/sys/dev/ata: . chipsets
Message-ID:  <200905071917.n47JH6nw065558@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Thu May  7 19:17:06 2009
New Revision: 191897
URL: http://svn.freebsd.org/changeset/base/191897

Log:
  Add ID of one more SII3132 revision found on adaptec aar-1225sa rev a2.
  
  PR:		kern/127289

Modified:
  head/sys/dev/ata/ata-pci.h
  head/sys/dev/ata/chipsets/ata-siliconimage.c

Modified: head/sys/dev/ata/ata-pci.h
==============================================================================
--- head/sys/dev/ata/ata-pci.h	Thu May  7 18:36:47 2009	(r191896)
+++ head/sys/dev/ata/ata-pci.h	Thu May  7 19:17:06 2009	(r191897)
@@ -345,6 +345,7 @@ struct ata_pci_controller {
 #define ATA_SII3124		0x31241095
 #define ATA_SII3132		0x31321095
 #define ATA_SII3132_1		0x02421095
+#define ATA_SII3132_2		0x02441095
 #define ATA_SII0680             0x06801095
 #define ATA_CMD646              0x06461095
 #define ATA_CMD648              0x06481095

Modified: head/sys/dev/ata/chipsets/ata-siliconimage.c
==============================================================================
--- head/sys/dev/ata/chipsets/ata-siliconimage.c	Thu May  7 18:36:47 2009	(r191896)
+++ head/sys/dev/ata/chipsets/ata-siliconimage.c	Thu May  7 19:17:06 2009	(r191897)
@@ -99,6 +99,7 @@ ata_sii_probe(device_t dev)
      { ATA_SII3124,   0x00, SII_PRBIO, SII_4CH,    ATA_SA300, "3124" },
      { ATA_SII3132,   0x00, SII_PRBIO, 0,          ATA_SA300, "3132" },
      { ATA_SII3132_1, 0x00, SII_PRBIO, 0,          ATA_SA300, "3132" },
+     { ATA_SII3132_2, 0x00, SII_PRBIO, 0,          ATA_SA300, "3132" },
      { ATA_SII0680,   0x00, SII_MEMIO, SII_SETCLK, ATA_UDMA6, "680" },
      { ATA_CMD649,    0x00, 0,         SII_INTR,   ATA_UDMA5, "(CMD) 649" },
      { ATA_CMD648,    0x00, 0,         SII_INTR,   ATA_UDMA4, "(CMD) 648" },



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