Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci fix pasto; still PR kern/53307
details: https://anonhg.NetBSD.org/src/rev/b666b08a8641
branches: trunk
changeset: 447748:b666b08a8641
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Jan 22 22:22:06 2019 +0000
description:
fix pasto; still PR kern/53307
diffstat:
sys/dev/pci/ahcisata_pci.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 496661b2d4f3 -r b666b08a8641 sys/dev/pci/ahcisata_pci.c
--- a/sys/dev/pci/ahcisata_pci.c Tue Jan 22 22:14:20 2019 +0000
+++ b/sys/dev/pci/ahcisata_pci.c Tue Jan 22 22:22:06 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ahcisata_pci.c,v 1.53 2019/01/22 22:14:20 jdolecek Exp $ */
+/* $NetBSD: ahcisata_pci.c,v 1.54 2019/01/22 22:22:06 jdolecek Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.53 2019/01/22 22:14:20 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.54 2019/01/22 22:22:06 jdolecek Exp $");
#ifdef _KERNEL_OPT
#include "opt_ahcisata_pci.h"
@@ -200,9 +200,9 @@
AHCI_PCI_QUIRK_FORCE },
{ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_HUDSON_SATA,
AHCI_PCI_QUIRK_FORCE },
- { PCI_VENDOR_INTEL, 82801JI_SATA_AHCI,
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801JI_SATA_AHCI,
AHCI_QUIRK_BADPMP },
- { PCI_VENDOR_AMD, HUDSON_SATA_AHCI,
+ { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_HUDSON_SATA_AHCI,
AHCI_QUIRK_BADPMP },
};
Home |
Main Index |
Thread Index |
Old Index