Module Name: src
Committed By: jdolecek
Date: Sat Sep 17 17:38:11 UTC 2016
Modified Files:
src/share/man/man9: pci_intr.9
Log Message:
note that pci_intr_establish_xname() is new in NetBSD 8.0
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man9/pci_intr.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_intr.9
diff -u src/share/man/man9/pci_intr.9:1.24 src/share/man/man9/pci_intr.9:1.25
--- src/share/man/man9/pci_intr.9:1.24 Tue Jul 12 03:39:55 2016
+++ src/share/man/man9/pci_intr.9 Sat Sep 17 17:38:11 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: pci_intr.9,v 1.24 2016/07/12 03:39:55 knakahara Exp $
+.\" $NetBSD: pci_intr.9,v 1.25 2016/09/17 17:38:11 jdolecek Exp $
.\"
.\" Copyright (c) 2000 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 July 12, 2016
+.Dd September 17, 2016
.Dt PCI_INTR 9
.Os
.Sh NAME
@@ -202,3 +202,8 @@ contains the PCI tag of the uppermost br
.Xr evcnt 9 ,
.Xr pci 9 ,
.Xr pci_msi 9
+.Sh HISTORY
+.Fn pci_intr_establish_xname
+was added in
+.Nx 8.0
+as part of MSI/MSI-X support.