diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-22 22:45:35 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-22 22:45:35 +0000 |
commit | 64d82100c6dec1778b0076643d65ac50c602f923 (patch) | |
tree | 262a05449e095d41e7b41eb81b02acf4f2c78e89 /sys/arch/sparc/dev/power.c | |
parent | a0a1ded683b727e1a01509b079732818d5aae4c2 (diff) |
Fix comment.
Diffstat (limited to 'sys/arch/sparc/dev/power.c')
-rw-r--r-- | sys/arch/sparc/dev/power.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc/dev/power.c b/sys/arch/sparc/dev/power.c index d796f382798..d083500333f 100644 --- a/sys/arch/sparc/dev/power.c +++ b/sys/arch/sparc/dev/power.c @@ -1,4 +1,4 @@ -/* $OpenBSD: power.c,v 1.2 1997/06/22 22:32:38 downsj Exp $ */ +/* $OpenBSD: power.c,v 1.3 1997/06/22 22:45:34 downsj Exp $ */ /* $NetBSD: power.c,v 1.2 1996/05/16 15:56:56 abrown Exp $ */ /* @@ -67,8 +67,6 @@ static char power_attached = 0; * This is the driver for the "power" register available on some Sun4m * machines. This allows the machine to remove power automatically when * shutdown or halted or whatever. - * - * XXX: this capability is not utilized in the current kernel. */ static int |