diff options
author | 2021-03-10 12:49:24 +0000 | |
---|---|---|
committer | 2021-03-10 12:49:24 +0000 | |
commit | 2ee17f520fd20c6b3c4b8d77b0a714bd9e134e3f (patch) | |
tree | 308460b481a3650e9516ac9a18c85b1f8e92aa02 | |
parent | Expand the maximum length for CHAP challenge to 96 octets. npppd (diff) | |
download | wireguard-openbsd-2ee17f520fd20c6b3c4b8d77b0a714bd9e134e3f.tar.xz wireguard-openbsd-2ee17f520fd20c6b3c4b8d77b0a714bd9e134e3f.zip |
Fix typo for ATS attribute member in IORT root complex struct.
-rw-r--r-- | sys/dev/acpi/acpireg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpireg.h b/sys/dev/acpi/acpireg.h index 985dddcb1cb..821fb8ef13d 100644 --- a/sys/dev/acpi/acpireg.h +++ b/sys/dev/acpi/acpireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpireg.h,v 1.52 2021/01/23 20:01:01 patrick Exp $ */ +/* $OpenBSD: acpireg.h,v 1.53 2021/03/10 12:49:24 patrick Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> @@ -709,7 +709,7 @@ struct acpi_iort_node { struct acpi_iort_rc_node { uint64_t memory_access_properties; - uint32_t atf_attributes; + uint32_t ats_attributes; uint32_t segment; uint8_t memory_address_size_limit; uint8_t reserved2[3]; |