Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi Fix autoconf(9) attach message.
details: https://anonhg.NetBSD.org/src/rev/b45d9c03de63
branches: trunk
changeset: 767247:b45d9c03de63
user: jruoho <jruoho%NetBSD.org@localhost>
date: Wed Jul 13 10:59:35 2011 +0000
description:
Fix autoconf(9) attach message.
diffstat:
sys/dev/acpi/hpacel_acpi.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r a675b94c0259 -r b45d9c03de63 sys/dev/acpi/hpacel_acpi.c
--- a/sys/dev/acpi/hpacel_acpi.c Wed Jul 13 09:58:53 2011 +0000
+++ b/sys/dev/acpi/hpacel_acpi.c Wed Jul 13 10:59:35 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hpacel_acpi.c,v 1.1 2011/07/13 07:52:48 jruoho Exp $ */
+/* $NetBSD: hpacel_acpi.c,v 1.2 2011/07/13 10:59:35 jruoho Exp $ */
/*-
* Copyright (c) 2009, 2011 Jukka Ruohonen <jruohonen%iki.fi@localhost>
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpacel_acpi.c,v 1.1 2011/07/13 07:52:48 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpacel_acpi.c,v 1.2 2011/07/13 10:59:35 jruoho Exp $");
#include <sys/param.h>
#include <sys/module.h>
@@ -190,8 +190,7 @@
sc->sc_node = aa->aa_node;
aprint_naive("\n");
- aprint_normal(": HP 3D DriveGuard accelerometer (rev. 0x%02x)\n",
- sc->sc_whoami);
+ aprint_normal(": HP 3D DriveGuard accelerometer\n");
if (hpacel_reg_init(self) != true)
return;
Home |
Main Index |
Thread Index |
Old Index