Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2009 19:20:03 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/127289: commit references a PR
Message-ID:  <200905071920.n47JK3UO002393@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/127289; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/127289: commit references a PR
Date: Thu,  7 May 2009 19:17:16 +0000 (UTC)

 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" },
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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