Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi Add ACPI PCI link devices to ignored ids on arm64



details:   https://anonhg.NetBSD.org/src/rev/dc3aa7776521
branches:  trunk
changeset: 836522:dc3aa7776521
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Oct 21 13:41:15 2018 +0000

description:
Add ACPI PCI link devices to ignored ids on arm64

diffstat:

 sys/dev/acpi/acpi.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 4dd90d6d60c2 -r dc3aa7776521 sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c       Sun Oct 21 13:34:33 2018 +0000
+++ b/sys/dev/acpi/acpi.c       Sun Oct 21 13:41:15 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi.c,v 1.277 2018/10/16 22:29:43 jmcneill Exp $      */
+/*     $NetBSD: acpi.c,v 1.278 2018/10/21 13:41:15 jmcneill Exp $      */
 
 /*-
  * Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
@@ -100,7 +100,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.277 2018/10/16 22:29:43 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.278 2018/10/21 13:41:15 jmcneill Exp $");
 
 #include "pci.h"
 #include "opt_acpi.h"
@@ -176,6 +176,7 @@
 #endif
 #if defined(__aarch64__)
        "ACPI0007",     /* ACPI CPUs are attached via MADT GICC subtables */
+       "PNP0C0F",      /* ACPI PCI link devices are handled internally */
 #endif
        NULL
 };



Home | Main Index | Thread Index | Old Index