diff options
author | 2018-08-25 09:39:20 +0000 | |
---|---|---|
committer | 2018-08-25 09:39:20 +0000 | |
commit | 5c83c9d5fce84716ff23c4db4934c7b9556b7b47 (patch) | |
tree | 4f3b0fb376029571e013b164baa2a7ec99572253 /sys/dev/acpi/pluart_acpi.c | |
parent | As Intel(TM) cpus are discovered to have more bugs, more workaround MSRs (diff) | |
download | wireguard-openbsd-5c83c9d5fce84716ff23c4db4934c7b9556b7b47.tar.xz wireguard-openbsd-5c83c9d5fce84716ff23c4db4934c7b9556b7b47.zip |
Match ACPI devices based on _CID if no match for _HID is found.
ok mpi@
Diffstat (limited to 'sys/dev/acpi/pluart_acpi.c')
-rw-r--r-- | sys/dev/acpi/pluart_acpi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/pluart_acpi.c b/sys/dev/acpi/pluart_acpi.c index 2c419562349..7b622668284 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.2 2018/08/11 16:04:49 kettenis Exp $ */ +/* $OpenBSD: pluart_acpi.c,v 1.3 2018/08/25 09:39:20 kettenis Exp $ */ /* * Copyright (c) 2018 Mark Kettenis * @@ -51,7 +51,6 @@ struct cfattach pluart_acpi_ca = { }; const char *pluart_hids[] = { - "AMDI0511", "ARMH0011", NULL }; |