Module Name:    src
Committed By:   matt
Date:           Fri Oct 14 16:54:32 UTC 2011

Modified Files:
        src/sys/dev/pci [matt-nb5-pq3]: ahcisata_pci.c

Log Message:
revision 1.25
date: 2011/05/27 15:11:59;  author: matt;  state: Exp;  lines: +4 -2
Add quirk for ALI M5228


To generate a diff of this commit:
cvs rdiff -u -r1.12.4.3 -r1.12.4.3.2.1 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.12.4.3 src/sys/dev/pci/ahcisata_pci.c:1.12.4.3.2.1
--- src/sys/dev/pci/ahcisata_pci.c:1.12.4.3	Sun Nov 21 19:29:30 2010
+++ src/sys/dev/pci/ahcisata_pci.c	Fri Oct 14 16:54:32 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: ahcisata_pci.c,v 1.12.4.3 2010/11/21 19:29:30 riz Exp $	*/
+/*	$NetBSD: ahcisata_pci.c,v 1.12.4.3.2.1 2011/10/14 16:54:32 matt Exp $	*/
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.12.4.3 2010/11/21 19:29:30 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.12.4.3.2.1 2011/10/14 16:54:32 matt Exp $");
 
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -88,6 +88,8 @@ static const struct pci_quirkdata ahci_p
 	    AHCI_PCI_QUIRK_FORCE },
 	{ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP77_AHCI_12,
 	    AHCI_PCI_QUIRK_FORCE },
+	{ PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M5288,
+	    AHCI_PCI_QUIRK_FORCE },
 };
 
 struct ahci_pci_softc {

Reply via email to