Module Name: src
Committed By: jruoho
Date: Wed Jul 28 16:02:34 UTC 2010
Modified Files:
src/sys/dev/acpi: atk0110.c
Log Message:
Remove leftovers from the aiboost(4) removal.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/acpi/atk0110.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/atk0110.c
diff -u src/sys/dev/acpi/atk0110.c:1.11 src/sys/dev/acpi/atk0110.c:1.12
--- src/sys/dev/acpi/atk0110.c:1.11 Sun Mar 14 18:05:07 2010
+++ src/sys/dev/acpi/atk0110.c Wed Jul 28 16:02:33 2010
@@ -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