diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2004-03-22 20:11:49 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2004-03-22 20:11:49 +0000 |
| commit | bf4c71fd65f840cb5cf48c82dfad44bdb0e56948 (patch) | |
| tree | a8be7efaca3dc83210fec63a36f6cba8f4a203fc /sys/contrib/dev | |
| parent | 9b41519c3e70eaae2bcd633afd711ccb4d796538 (diff) | |
Notes
Diffstat (limited to 'sys/contrib/dev')
| -rw-r--r-- | sys/contrib/dev/acpica/acfreebsd.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/contrib/dev/acpica/acfreebsd.h b/sys/contrib/dev/acpica/acfreebsd.h index 6c7b0662957b..9edbe390dbd1 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 */ |
