Module Name:    src
Committed By:   cegger
Date:           Thu Jun 11 11:02:11 UTC 2009

Modified Files:
        src/sys/dev/pci: ahcisata_pci.c

Log Message:
Attach Marvel 88SE6121 SATA II controller on ahci.
W/o this, it attaches on pciide.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/ahcisata_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/ahcisata_pci.c
diff -u src/sys/dev/pci/ahcisata_pci.c:1.14 src/sys/dev/pci/ahcisata_pci.c:1.15
--- src/sys/dev/pci/ahcisata_pci.c:1.14	Fri Mar 27 06:36:49 2009
+++ src/sys/dev/pci/ahcisata_pci.c	Thu Jun 11 11:02:11 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: ahcisata_pci.c,v 1.14 2009/03/27 06:36:49 dholland Exp $	*/
+/*	$NetBSD: ahcisata_pci.c,v 1.15 2009/06/11 11:02:11 cegger Exp $	*/
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.14 2009/03/27 06:36:49 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.15 2009/06/11 11:02:11 cegger Exp $");
 
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -64,6 +64,8 @@
 	    AHCI_PCI_QUIRK_FORCE },
 	{ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP73_AHCI_1,
 	    AHCI_PCI_QUIRK_FORCE },
+	{ PCI_VENDOR_MARVELL, PCI_PRODUCT_MARVELL_88SE6121,
+	    AHCI_PCI_QUIRK_FORCE },
 };
 
 struct ahci_pci_softc {

Reply via email to