Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2008 00:29:19 GMT
From:      Joćo Barros <joao.barros@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/129154: Add support for Marvell PATA M88SX6121
Message-ID:  <200811250029.mAP0TJjK094297@www.freebsd.org>
Resent-Message-ID: <200811250030.mAP0U6Js033471@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         129154
>Category:       kern
>Synopsis:       Add support for Marvell PATA M88SX6121
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 25 00:30:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Joćo Barros
>Release:        8-CURRENT
>Organization:
>Environment:
FreeBSD c64.localdomain 8.0-CURRENT FreeBSD 8.0-CURRENT #4: Sat Nov 22 22:54:58 WET 2008     root@c64.localdomain:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Correctly identify the Marvell M88SX6121 as a PATA controller with one channel.
This controller can be found and patch was tested on an Asus P5Q Pro motherboard.
>How-To-Repeat:
N/A
>Fix:
Apply the patch :-)

Patch attached with submission follows:

--- sys/dev/ata/ata-pci.h.original      2008-11-25 00:12:55.000000000 +0000
+++ sys/dev/ata/ata-pci.h       2008-11-25 00:13:36.000000000 +0000
@@ -216,6 +216,7 @@
 #define ATA_M88SX6041           0x604111ab
 #define ATA_M88SX6081           0x608111ab
 #define ATA_M88SX6101           0x610111ab
+#define ATA_M88SX6121           0x612111ab
 #define ATA_M88SX6145           0x614511ab

 #define ATA_MICRON_ID           0x1042
--- sys/dev/ata/chipsets/ata-marvell.c.original 2008-11-25 00:08:45.000000000 +0000
+++ sys/dev/ata/chipsets/ata-marvell.c  2008-11-25 00:12:28.000000000 +0000
@@ -103,6 +103,7 @@
      { ATA_M88SX6041, 0, 4, MV_60XX, ATA_SA300, "88SX6041" },
      { ATA_M88SX6081, 0, 8, MV_60XX, ATA_SA300, "88SX6081" },
      { ATA_M88SX6101, 0, 1, MV_61XX, ATA_UDMA6, "88SX6101" },
+     { ATA_M88SX6121, 0, 1, MV_61XX, ATA_UDMA6, "88SX6121" },
      { ATA_M88SX6145, 0, 2, MV_61XX, ATA_UDMA6, "88SX6145" },
      { 0, 0, 0, 0, 0, 0}};



>Release-Note:
>Audit-Trail:
>Unformatted:



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