Module Name:    src
Committed By:   dyoung
Date:           Thu Feb 11 18:11:37 UTC 2010

Modified Files:
        src/share/man/man9: pci.9

Log Message:
Do not reference deprecated API shutdownhook_establish(9), but reference
pmf(9), instead.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/share/man/man9/pci.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/pci.9
diff -u src/share/man/man9/pci.9:1.29 src/share/man/man9/pci.9:1.30
--- src/share/man/man9/pci.9:1.29	Fri Apr 17 19:02:03 2009
+++ src/share/man/man9/pci.9	Thu Feb 11 18:11:37 2010
@@ -1,4 +1,4 @@
-.\"     $NetBSD: pci.9,v 1.29 2009/04/17 19:02:03 cegger Exp $
+.\"     $NetBSD: pci.9,v 1.30 2010/02/11 18:11:37 dyoung Exp $
 .\"
 .\" Copyright (c) 2001, 2003 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 April 17, 2009
+.Dd February 11, 2010
 .Dt PCI 9
 .Os
 .Sh NAME
@@ -580,7 +580,7 @@
 .Pp
 During system shutdown, it is necessary to abort any DMA transfers in
 progress by registering a shutdown hook (see
-.Xr shutdownhook_establish 9 ) .
+.Xr pmf 9 ) .
 .Sh CODE REFERENCES
 This section describes places within the
 .Nx
@@ -614,7 +614,7 @@
 .Xr driver 9 ,
 .Xr pci_configure_bus 9 ,
 .Xr pci_intr 9 ,
-.Xr shutdownhook_establish 9
+.Xr pmf 9
 .Sh HISTORY
 The machine-independent PCI subsystem appeared in
 .Nx 1.2 .

Reply via email to