Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi Remove also the HIDs from previous.



details:   https://anonhg.NetBSD.org/src/rev/85ad001906bd
branches:  trunk
changeset: 756683:85ad001906bd
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed Jul 28 16:29:11 2010 +0000

description:
Remove also the HIDs from previous.

diffstat:

 sys/dev/acpi/smbus_acpi.c |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 8e7f2fa91780 -r 85ad001906bd sys/dev/acpi/smbus_acpi.c
--- a/sys/dev/acpi/smbus_acpi.c Wed Jul 28 16:26:56 2010 +0000
+++ b/sys/dev/acpi/smbus_acpi.c Wed Jul 28 16:29:11 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: smbus_acpi.c,v 1.11 2010/07/28 16:26:56 jruoho Exp $ */
+/* $NetBSD: smbus_acpi.c,v 1.12 2010/07/28 16:29:11 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smbus_acpi.c,v 1.11 2010/07/28 16:26:56 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smbus_acpi.c,v 1.12 2010/07/28 16:29:11 jruoho Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -119,12 +119,6 @@
        NULL
 };
 
-static const char * const pcibus_acpi_ids[] = {
-       "PNP0A03",
-       "PNP0A08",
-       NULL
-};
-
 CFATTACH_DECL_NEW(acpismbus, sizeof(struct acpi_smbus_softc),
     acpi_smbus_match, acpi_smbus_attach, acpi_smbus_detach, NULL);
 



Home | Main Index | Thread Index | Old Index