Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add quirk for ALI M5228
details: https://anonhg.NetBSD.org/src/rev/b5d0545bea5f
branches: trunk
changeset: 765447:b5d0545bea5f
user: matt <matt%NetBSD.org@localhost>
date: Fri May 27 15:11:59 2011 +0000
description:
Add quirk for ALI M5228
diffstat:
sys/dev/pci/ahcisata_pci.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 09fa2f9a00f7 -r b5d0545bea5f sys/dev/pci/ahcisata_pci.c
--- a/sys/dev/pci/ahcisata_pci.c Fri May 27 15:11:17 2011 +0000
+++ b/sys/dev/pci/ahcisata_pci.c Fri May 27 15:11:59 2011 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index