summaryrefslogtreecommitdiffstats
path: root/sys/dev/ahci/ahci.c
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2012-01-06 00:22:55 +0000
committerjimharris <jimharris@FreeBSD.org>2012-01-06 00:22:55 +0000
commitb3a02b2c5d8632aec61dcadaaa923ed84c190596 (patch)
tree703b2e04ffcb6e311730470a0f52a80294955bcd /sys/dev/ahci/ahci.c
parentc3696bb070a04204d4a2a78c9a976a70a5859c96 (diff)
downloadFreeBSD-src-b3a02b2c5d8632aec61dcadaaa923ed84c190596.zip
FreeBSD-src-b3a02b2c5d8632aec61dcadaaa923ed84c190596.tar.gz
Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode.
Reviewed by: mav Approved by: scottl
Diffstat (limited to 'sys/dev/ahci/ahci.c')
-rw-r--r--sys/dev/ahci/ahci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c
index df4f66a..d26cdbb 100644
--- a/sys/dev/ahci/ahci.c
+++ b/sys/dev/ahci/ahci.c
@@ -171,6 +171,7 @@ static struct {
{0x1d028086, 0x00, "Intel Patsburg", 0},
{0x1d048086, 0x00, "Intel Patsburg", 0},
{0x1d068086, 0x00, "Intel Patsburg", 0},
+ {0x28268086, 0x00, "Intel Patsburg (RAID)", 0},
{0x1e028086, 0x00, "Intel Panther Point", 0},
{0x1e038086, 0x00, "Intel Panther Point", 0},
{0x1e048086, 0x00, "Intel Panther Point", 0},
OpenPOWER on IntegriCloud