From 7806ab7ba51c2a9d22c85516636b3d6e684f2689 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sat, 11 Aug 2018 16:04:49 +0000 Subject: [PATCH] Match "ARMH0011". --- sys/dev/acpi/pluart_acpi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/acpi/pluart_acpi.c b/sys/dev/acpi/pluart_acpi.c index 79b853ae33f..2c419562349 100644 --- a/sys/dev/acpi/pluart_acpi.c +++ b/sys/dev/acpi/pluart_acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pluart_acpi.c,v 1.1 2018/07/02 12:46:20 kettenis Exp $ */ +/* $OpenBSD: pluart_acpi.c,v 1.2 2018/08/11 16:04:49 kettenis Exp $ */ /* * Copyright (c) 2018 Mark Kettenis * @@ -52,6 +52,7 @@ struct cfattach pluart_acpi_ca = { const char *pluart_hids[] = { "AMDI0511", + "ARMH0011", NULL }; -- 2.20.1