Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi Add "ACPI fans" to the list of ignored HIDs, as...
details: https://anonhg.NetBSD.org/src/rev/48e1e99d9089
branches: trunk
changeset: 750652:48e1e99d9089
user: jruoho <jruoho%NetBSD.org@localhost>
date: Sat Jan 09 15:43:12 2010 +0000
description:
Add "ACPI fans" to the list of ignored HIDs, as discussed on port-i386@.
diffstat:
sys/dev/acpi/acpi.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 7f47775544bb -r 48e1e99d9089 sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c Sat Jan 09 15:36:43 2010 +0000
+++ b/sys/dev/acpi/acpi.c Sat Jan 09 15:43:12 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index