summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/abtn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/macppc/dev/abtn.c')
-rw-r--r--sys/arch/macppc/dev/abtn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/abtn.c b/sys/arch/macppc/dev/abtn.c
index 239efcf90a9..3672bfbab44 100644
--- a/sys/arch/macppc/dev/abtn.c
+++ b/sys/arch/macppc/dev/abtn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: abtn.c,v 1.9 2003/10/16 03:54:48 deraadt Exp $ */
+/* $OpenBSD: abtn.c,v 1.10 2006/01/08 17:25:05 miod Exp $ */
/* $NetBSD: abtn.c,v 1.1 1999/07/12 17:48:26 tsubai Exp $ */
/*-
@@ -79,7 +79,7 @@ abtn_attach(struct device *parent, struct device *self, void *aux)
struct adb_attach_args *aa = aux;
ADBSetInfoBlock adbinfo;
- printf("brightness/volume/eject buttons\n");
+ printf(": brightness/volume/eject buttons\n");
sc->origaddr = aa->origaddr;
sc->adbaddr = aa->adbaddr;