diff options
author | 1997-06-22 22:45:34 +0000 | |
---|---|---|
committer | 1997-06-22 22:45:34 +0000 | |
commit | f3bca2f22429184e7a19457dd21021d5e8625901 (patch) | |
tree | 3a6b46a8da7c5d8b1195b85fe9217e438354cb91 | |
parent | Support RB_POWERDOWN (calls powerdown(), then romhalt(). If powerdown() is (diff) | |
download | wireguard-openbsd-f3bca2f22429184e7a19457dd21021d5e8625901.tar.xz wireguard-openbsd-f3bca2f22429184e7a19457dd21021d5e8625901.zip |
Fix comment.
-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 |