Module Name:    src
Committed By:   jruoho
Date:           Thu Apr 15 08:40:46 UTC 2010

Modified Files:
        src/share/man/man9: cardbus.9 intro.9 pcmcia.9

Log Message:
Remove references to the deprecated powerhook_establish(9).


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/cardbus.9
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/intro.9
cvs rdiff -u -r1.17 -r1.18 src/share/man/man9/pcmcia.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/cardbus.9
diff -u src/share/man/man9/cardbus.9:1.14 src/share/man/man9/cardbus.9:1.15
--- src/share/man/man9/cardbus.9:1.14	Thu Feb 25 00:50:52 2010
+++ src/share/man/man9/cardbus.9	Thu Apr 15 08:40:46 2010
@@ -1,4 +1,4 @@
-.\"     $NetBSD: cardbus.9,v 1.14 2010/02/25 00:50:52 dyoung Exp $
+.\"     $NetBSD: cardbus.9,v 1.15 2010/04/15 08:40:46 jruoho Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 24, 2010
+.Dd April 15, 2010
 .Dt CARDBUS 9
 .Os
 .Sh NAME
@@ -294,7 +294,8 @@
 .Pp
 Since CardBus devices support dynamic configuration, drivers should
 make use of
-.Fn powerhook_establish 9 .
+.Fn pmf 9
+framework.
 Power can be applied and the interrupt handler should be established
 through this interface.
 .Sh DMA SUPPORT

Index: src/share/man/man9/intro.9
diff -u src/share/man/man9/intro.9:1.12 src/share/man/man9/intro.9:1.13
--- src/share/man/man9/intro.9:1.12	Thu Feb 11 18:23:32 2010
+++ src/share/man/man9/intro.9	Thu Apr 15 08:40:46 2010
@@ -1,4 +1,4 @@
-.\"     $NetBSD: intro.9,v 1.12 2010/02/11 18:23:32 dyoung Exp $
+.\"     $NetBSD: intro.9,v 1.13 2010/04/15 08:40:46 jruoho Exp $
 .\"
 .\" Copyright (c) 1997, 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 11, 2010
+.Dd April 15, 2010
 .Dt INTRO 9
 .Os
 .Sh NAME
@@ -112,9 +112,9 @@
 See
 .Xr cpu_need_resched 9 .
 .Pp
-Process scheduling subsystem.
+Common scheduler framework.
 See
-.Xr scheduler 9 .
+.Xr csf 9 .
 .Pp
 Software signal facilities.
 See
@@ -593,9 +593,9 @@
 See
 .Xr panic 9 .
 .Sh MISC
-Run all power hooks.
+Power management and inter-driver messaging.
 See
-.Xr dopowerhooks 9 .
+.Xr pmf 9 .
 .Pp
 Run all shutdown hooks.
 See
@@ -630,10 +630,6 @@
 See
 .Xr pmc 9 .
 .Pp
-Add or remove a power change hook.
-See
-.Xr powerhook_establish 9 .
-.Pp
 Add or remove a shutdown hook.
 See
 .Xr pmf 9 .

Index: src/share/man/man9/pcmcia.9
diff -u src/share/man/man9/pcmcia.9:1.17 src/share/man/man9/pcmcia.9:1.18
--- src/share/man/man9/pcmcia.9:1.17	Thu Mar 12 12:49:36 2009
+++ src/share/man/man9/pcmcia.9	Thu Apr 15 08:40:46 2010
@@ -1,4 +1,4 @@
-.\"     $NetBSD: pcmcia.9,v 1.17 2009/03/12 12:49:36 joerg Exp $
+.\"     $NetBSD: pcmcia.9,v 1.18 2010/04/15 08:40:46 jruoho Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 2, 2005
+.Dd April 15, 2010
 .Dt PCMCIA 9
 .Os
 .Sh NAME
@@ -397,7 +397,8 @@
 .Pp
 Since PCMCIA devices support dynamic configuration, drivers should
 make use of
-.Fn powerhook_establish 9 .
+.Xr pmf 9
+framework.
 Power can be applied and the interrupt handler should be established
 through this interface.
 .Sh DMA SUPPORT

Reply via email to