Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by i...
details: https://anonhg.NetBSD.org/src/rev/5a3ae10c3125
branches: netbsd-8
changeset: 446774:5a3ae10c3125
user: martin <martin%NetBSD.org@localhost>
date: Tue Dec 18 18:26:23 2018 +0000
description:
Pull up following revision(s) (requested by is in ticket #1139):
sys/dev/pci/ahcisata_pci.c: revision 1.47
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 44874618d9d4 -r 5a3ae10c3125 sys/dev/pci/ahcisata_pci.c
--- a/sys/dev/pci/ahcisata_pci.c Tue Dec 18 18:24:09 2018 +0000
+++ b/sys/dev/pci/ahcisata_pci.c Tue Dec 18 18:26:23 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ahcisata_pci.c,v 1.38 2016/10/13 17:11:09 jdolecek Exp $ */
+/* $NetBSD: ahcisata_pci.c,v 1.38.8.1 2018/12/18 18:26:23 martin Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.38 2016/10/13 17:11:09 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.38.8.1 2018/12/18 18:26:23 martin Exp $");
#include <sys/types.h>
#include <sys/malloc.h>
@@ -194,6 +194,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