Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156956798
D55563.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
568 B
Referenced Files
None
Subscribers
None
D55563.id.diff
View Options
diff --git a/sys/dev/acpica/acpi_pcib_acpi.c b/sys/dev/acpica/acpi_pcib_acpi.c
--- a/sys/dev/acpica/acpi_pcib_acpi.c
+++ b/sys/dev/acpica/acpi_pcib_acpi.c
@@ -506,9 +506,6 @@
case ACPI_IVAR_HANDLE:
*result = (uintptr_t)sc->ap_handle;
return (0);
- case ACPI_IVAR_FLAGS:
- *result = (uintptr_t)sc->ap_flags;
- return (0);
}
return (ENOENT);
}
@@ -527,9 +524,6 @@
case ACPI_IVAR_HANDLE:
sc->ap_handle = (ACPI_HANDLE)value;
return (0);
- case ACPI_IVAR_FLAGS:
- sc->ap_flags = (int)value;
- return (0);
}
return (ENOENT);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 18, 3:32 PM (18 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29074203
Default Alt Text
D55563.id.diff (568 B)
Attached To
Mode
D55563: acpi_pcib: Don't implement the ACPI flags IVAR
Attached
Detach File
Event Timeline
Log In to Comment