diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/macppc/dev/abtn.c | 4 |
1 files changed, 3 insertions, 1 deletions
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); |
