From 2f28dad07a5e0cff43067f7ae68b7343f39a12ad Mon Sep 17 00:00:00 2001 From: Patrick Wildt Date: Wed, 10 Mar 2021 12:49:25 +0000 Subject: Fix typo for ATS attribute member in IORT root complex struct. --- sys/dev/acpi/acpireg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/acpi') 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 * Copyright (c) 2005 Marco Peereboom @@ -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]; -- cgit v1.2.3