From b074ad3182498b7dc0f6bc2e08884650a2119d71 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 19 Nov 2007 19:09:43 +0000 Subject: supply a place to store acpi version; from jsg --- sys/dev/acpi/acpivar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/acpi/acpivar.h b/sys/dev/acpi/acpivar.h index 121ae61fafa..f9d4d36097c 100644 --- a/sys/dev/acpi/acpivar.h +++ b/sys/dev/acpi/acpivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpivar.h,v 1.39 2007/11/15 22:16:31 mikeb Exp $ */ +/* $OpenBSD: acpivar.h,v 1.40 2007/11/19 19:09:42 deraadt Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert * @@ -207,6 +207,8 @@ struct acpi_softc { struct timeout sc_dev_timeout; int sc_poll; + + int sc_revision; }; #define GPE_NONE 0x00 -- cgit v1.2.3