Module Name:    src
Committed By:   matt
Date:           Fri May 27 15:11:59 UTC 2011

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

Log Message:
Add quirk for ALI M5228


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/sys/dev/pci/ahcisata_pci.c:1.25
--- src/sys/dev/pci/ahcisata_pci.c:1.24	Sun Apr  3 20:05:30 2011
+++ src/sys/dev/pci/ahcisata_pci.c	Fri May 27 15:11:59 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: ahcisata_pci.c,v 1.24 2011/04/03 20:05:30 dyoung Exp $	*/
+/*	$NetBSD: ahcisata_pci.c,v 1.25 2011/05/27 15:11:59 matt Exp $	*/
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.24 2011/04/03 20:05:30 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.25 2011/05/27 15:11:59 matt Exp $");
 
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -88,6 +88,8 @@
 	    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 },
 	{ PCI_VENDOR_MARVELL, PCI_PRODUCT_MARVELL_88SE6121,
 	    AHCI_PCI_QUIRK_FORCE },
 	/* ATI SB600 AHCI 64-bit DMA only works on some boards/BIOSes */

Reply via email to