kern/157843: Added HighPoint RocketRAID 620 in ahci.c with new device ID.

Joris Vandalon joris at vandalon.nl
Mon Jun 13 15:50:09 UTC 2011


>Number:         157843
>Category:       kern
>Synopsis:       Added HighPoint RocketRAID 620 in ahci.c with new device ID.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 13 15:50:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Joris Vandalon
>Release:        FreeBSD 8-STABLE
>Organization:
>Environment:
FreeBSD collected.vandalon.nl 8.2-STABLE FreeBSD 8.2-STABLE #3: Mon Jun 13 15:54:20 CEST 2011     root at collected.vandalon.nl:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
I've bought a HighPoint RocketRAID 620 which was not working properly in Freebsd 8.2 nor 8-STABLE.
It seemed that this devices id was not known in ahci.c so I added add.
>How-To-Repeat:
Get a HighPoint RocketRAID 620 with device id 0x91251b4b and load ahci.ko on boot.
>Fix:
Add "{0x91251b4b, 0x00, "HighPoint RocketRAID 620",  AHCI_Q_NOBSYRES}," to ahci.ko.
(Patch included)

Patch attached with submission follows:

--- ahci.c.orig	2011-06-13 16:57:48.194775372 +0200
+++ ahci.c	2011-06-13 16:57:56.778704437 +0200
@@ -198,6 +198,7 @@
 	{0x91721b4b, 0x00, "Marvell 88SE9172",	AHCI_Q_NOBSYRES},
 	{0x91821b4b, 0x00, "Marvell 88SE9182",	AHCI_Q_NOBSYRES},
 	{0x06201103, 0x00, "HighPoint RocketRAID 620",	AHCI_Q_NOBSYRES},
+	{0x91251b4b, 0x00, "HighPoint RocketRAID 620",	AHCI_Q_NOBSYRES},
 	{0x06201b4b, 0x00, "HighPoint RocketRAID 620",	AHCI_Q_NOBSYRES},
 	{0x06221103, 0x00, "HighPoint RocketRAID 622",	AHCI_Q_NOBSYRES},
 	{0x06221b4b, 0x00, "HighPoint RocketRAID 622",	AHCI_Q_NOBSYRES},


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


More information about the freebsd-bugs mailing list