From ea477f4ba76712cbfdb82157fb6fadae3cb84fe5 Mon Sep 17 00:00:00 2001 From: soren Date: Wed, 5 Mar 2003 16:52:16 +0000 Subject: Forgot dummy printf. --- sys/arch/macppc/dev/abtn.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/arch/macppc/dev/abtn.c b/sys/arch/macppc/dev/abtn.c index a1ae45d7ef2..88681ed9131 100644 --- a/sys/arch/macppc/dev/abtn.c +++ b/sys/arch/macppc/dev/abtn.c @@ -1,4 +1,4 @@ -/* $NetBSD: abtn.c,v 1.6 2003/03/05 16:18:24 soren Exp $ */ +/* $NetBSD: abtn.c,v 1.7 2003/03/05 16:52:16 soren Exp $ */ /*- * Copyright (C) 1999 Tsubai Masanari. All rights reserved. @@ -89,6 +89,8 @@ abtn_attach(parent, self, aux) ADBSetInfoBlock adbinfo; int bright; + printf("buttons\n"); + bright = pm_read_nvram(NVRAM_BRIGHTNESS); if (bright != 0) pm_set_brightness(bright); -- cgit