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 AHCI_PCI_QUIRK_FORCE for apu2 to be recogniz...



details:   https://anonhg.NetBSD.org/src/rev/2ce273049bd2
branches:  trunk
changeset: 446198:2ce273049bd2
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Nov 26 21:56:04 2018 +0000

description:
add AHCI_PCI_QUIRK_FORCE for apu2 to be recognized; patch by Mike Pumford
on current-users@

diffstat:

 sys/dev/pci/ahcisata_pci.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 371eee511d5a -r 2ce273049bd2 sys/dev/pci/ahcisata_pci.c
--- a/sys/dev/pci/ahcisata_pci.c        Mon Nov 26 20:03:39 2018 +0000
+++ b/sys/dev/pci/ahcisata_pci.c        Mon Nov 26 21:56:04 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ahcisata_pci.c,v 1.46 2018/11/24 15:35:45 skrll Exp $  */
+/*     $NetBSD: ahcisata_pci.c,v 1.47 2018/11/26 21:56:04 jdolecek Exp $       */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.46 2018/11/24 15:35:45 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.47 2018/11/26 21:56:04 jdolecek Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ahcisata_pci.h"
@@ -198,6 +198,8 @@
            AHCI_PCI_QUIRK_FORCE },
        { PCI_VENDOR_ASMEDIA, PCI_PRODUCT_ASMEDIA_ASM1061_12,
            AHCI_PCI_QUIRK_FORCE },
+       { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_HUDSON_SATA,
+           AHCI_PCI_QUIRK_FORCE },
 };
 
 struct ahci_pci_softc {



Home | Main Index | Thread Index | Old Index