Missing sentinel. We've been lucky so far with gcc, but clang does
lay out the data in a different way and we crash.
ok?
Index: dev/acpi/acpials.c
===================================================================
RCS file: /cvs/src/sys/dev/acpi/acpials.c,v
retrieving revision 1.1
diff -u -p -r1.1 acpials.c
--- dev/acpi/acpials.c 30 Jul 2016 16:25:04 -0000 1.1
+++ dev/acpi/acpials.c 23 Dec 2016 19:41:45 -0000
@@ -71,6 +71,7 @@ struct cfdriver acpials_cd = {
const char *acpials_hids[] = {
"ACPI0008",
+ NULL
};
int