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 leftovers from the aiboost(4) removal.



details:   https://anonhg.NetBSD.org/src/rev/515e631d4767
branches:  trunk
changeset: 756681:515e631d4767
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed Jul 28 16:02:33 2010 +0000

description:
Remove leftovers from the aiboost(4) removal.

diffstat:

 sys/dev/acpi/atk0110.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 707af07b2611 -r 515e631d4767 sys/dev/acpi/atk0110.c
--- a/sys/dev/acpi/atk0110.c    Wed Jul 28 15:27:18 2010 +0000
+++ b/sys/dev/acpi/atk0110.c    Wed Jul 28 16:02:33 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atk0110.c,v 1.11 2010/03/14 18:05:07 pgoyette Exp $    */
+/*     $NetBSD: atk0110.c,v 1.12 2010/07/28 16:02:33 jruoho Exp $      */
 /*     $OpenBSD: atk0110.c,v 1.1 2009/07/23 01:38:16 cnst Exp $        */
 
 /*
@@ -18,7 +18,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atk0110.c,v 1.11 2010/03/14 18:05:07 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atk0110.c,v 1.12 2010/07/28 16:02:33 jruoho Exp $");
 
 #include <sys/param.h>
 #include <sys/malloc.h>
@@ -86,8 +86,7 @@
        if(aa->aa_node->ad_type != ACPI_TYPE_DEVICE)
                return 0;
 
-       /* successful match supersedes aiboost(4) */
-       return acpi_match_hid(aa->aa_node->ad_devinfo, aibs_hid) * 2;
+       return acpi_match_hid(aa->aa_node->ad_devinfo, aibs_hid);
 }
 
 static void



Home | Main Index | Thread Index | Old Index