From 9fc7ca04917ac3cd12c7b73c2c61060ee3cc13d9 Mon Sep 17 00:00:00 2001 From: njl Date: Mon, 22 Mar 2004 20:11:49 +0000 Subject: Revert 1.22. Go back to "FreeBSD" as our _OS value. Since we now support _OSI, we can claim compatibility with MS products without claiming to BE one. :-) --- sys/contrib/dev/acpica/acfreebsd.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'sys/contrib/dev/acpica') diff --git a/sys/contrib/dev/acpica/acfreebsd.h b/sys/contrib/dev/acpica/acfreebsd.h index 6c7b066..9edbe39 100644 --- a/sys/contrib/dev/acpica/acfreebsd.h +++ b/sys/contrib/dev/acpica/acfreebsd.h @@ -119,17 +119,10 @@ /* * Some systems' ASL may have problems because they look for names - * of Microsoft operating systems. We default to "Microsoft Windows NT" - * (aka NT5 or Windows 2000) because it is most similar to our - * implementation and also most prevalent. - * - * To override this, set hw.acpi.os_name to the appropriate string. + * of Microsoft operating systems. To override this, set hw.acpi.os_name + * to the appropriate string. */ -#ifndef ACPICA_PEDANTIC -#define ACPI_OS_NAME "Microsoft Windows NT" -#else #define ACPI_OS_NAME "FreeBSD" -#endif /* FreeBSD uses GCC */ -- cgit v1.1