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 BADPMP quirk for Intel 82801JI SATA Controll...
details: https://anonhg.NetBSD.org/src/rev/802256992512
branches: trunk
changeset: 447746:802256992512
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Jan 22 22:09:27 2019 +0000
description:
add BADPMP quirk for Intel 82801JI SATA Controller (AHCI mode), which
apparently has problem with the PMP reset
part of PR kern/53307 - Christos machine
diffstat:
sys/dev/pci/ahcisata_pci.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 0af5c1fda0b4 -r 802256992512 sys/dev/pci/ahcisata_pci.c
--- a/sys/dev/pci/ahcisata_pci.c Tue Jan 22 21:45:39 2019 +0000
+++ b/sys/dev/pci/ahcisata_pci.c Tue Jan 22 22:09:27 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ahcisata_pci.c,v 1.51 2019/01/14 21:29:56 jdolecek Exp $ */
+/* $NetBSD: ahcisata_pci.c,v 1.52 2019/01/22 22:09:27 jdolecek Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.51 2019/01/14 21:29:56 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.52 2019/01/22 22:09:27 jdolecek Exp $");
#ifdef _KERNEL_OPT
#include "opt_ahcisata_pci.h"
@@ -200,6 +200,8 @@
AHCI_PCI_QUIRK_FORCE },
{ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_HUDSON_SATA,
AHCI_PCI_QUIRK_FORCE },
+ { PCI_VENDOR_INTEL, 82801JI_SATA_AHCI,
+ AHCI_QUIRK_BADPMP },
};
struct ahci_pci_softc {
Home |
Main Index |
Thread Index |
Old Index