Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi Don't put devices in the ignored IDs list just ...



details:   https://anonhg.NetBSD.org/src/rev/76610c102f7b
branches:  trunk
changeset: 757266:76610c102f7b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Aug 22 00:39:08 2010 +0000

description:
Don't put devices in the ignored IDs list just because no driver exists.

diffstat:

 sys/dev/acpi/acpi.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 4faeb24e551f -r 76610c102f7b sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c       Sat Aug 21 19:00:43 2010 +0000
+++ b/sys/dev/acpi/acpi.c       Sun Aug 22 00:39:08 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi.c,v 1.216 2010/08/21 13:18:35 pgoyette Exp $      */
+/*     $NetBSD: acpi.c,v 1.217 2010/08/22 00:39:08 jmcneill Exp $      */
 
 /*-
  * Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
@@ -100,7 +100,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.216 2010/08/21 13:18:35 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.217 2010/08/22 00:39:08 jmcneill Exp $");
 
 #include "opt_acpi.h"
 #include "opt_pcifixup.h"
@@ -183,10 +183,7 @@
        "PNP0200",      /* AT DMA controller is handled internally */
        "PNP0A??",      /* PCI Busses are handled internally */
        "PNP0B00",      /* AT RTC is handled internally */
-       "PNP0C0B",      /* No need for "ACPI fan" driver */
        "PNP0C0F",      /* ACPI PCI link devices are handled internally */
-       "IFX0102",      /* No driver for Infineon TPM */
-       "INT0800",      /* No driver for Intel Firmware Hub device */
 #endif
 #if defined(x86_64)
        "PNP0C04",      /* FPU is handled internally */



Home | Main Index | Thread Index | Old Index