From: kettenis Date: Sat, 11 Aug 2018 16:04:49 +0000 (+0000) Subject: Match "ARMH0011". X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7806ab7ba51c2a9d22c85516636b3d6e684f2689;p=openbsd Match "ARMH0011". --- 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 };