Module Name: src
Committed By: jruoho
Date: Sat Jan 9 15:43:12 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
Add "ACPI fans" to the list of ignored HIDs, as discussed on port-i...@.
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/sys/dev/acpi/acpi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/acpi/acpi.c
diff -u src/sys/dev/acpi/acpi.c:1.142 src/sys/dev/acpi/acpi.c:1.143
--- src/sys/dev/acpi/acpi.c:1.142 Fri Jan 8 20:40:40 2010
+++ src/sys/dev/acpi/acpi.c Sat Jan 9 15:43:12 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi.c,v 1.142 2010/01/08 20:40:40 dyoung Exp $ */
+/* $NetBSD: acpi.c,v 1.143 2010/01/09 15:43:12 jruoho Exp $ */
/*-
* Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.142 2010/01/08 20:40:40 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.143 2010/01/09 15:43:12 jruoho Exp $");
#include "opt_acpi.h"
#include "opt_pcifixup.h"
@@ -171,6 +171,7 @@
"PNP0B00", /* AT RTC is handled internally */
"PNP0C01", /* No "System Board" driver */
"PNP0C02", /* No "PnP motherboard register resources" driver */
+ "PNP0C0B", /* No need for "ACPI fan" driver */
"PNP0C0F", /* ACPI PCI link devices are handled internally */
"INT0800", /* Intel HW RNG is handled internally */
#endif