Module Name: src Committed By: rin Date: Thu Sep 20 06:48:53 UTC 2018
Modified Files: src/share/man/man9: pci_intr.9 Log Message: pci_intr_type() is described in pci_msi(9). To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 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.25 src/share/man/man9/pci_intr.9:1.26 --- src/share/man/man9/pci_intr.9:1.25 Sat Sep 17 17:38:11 2016 +++ src/share/man/man9/pci_intr.9 Thu Sep 20 06:48:53 2018 @@ -1,4 +1,4 @@ -.\" $NetBSD: pci_intr.9,v 1.25 2016/09/17 17:38:11 jdolecek Exp $ +.\" $NetBSD: pci_intr.9,v 1.26 2018/09/20 06:48:53 rin 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 September 17, 2016 +.Dd September 20, 2018 .Dt PCI_INTR 9 .Os .Sh NAME @@ -38,7 +38,6 @@ .Nm pci_intr_establish , .Nm pci_intr_establish_xname , .Nm pci_intr_disestablish , -.Nm pci_intr_type , .Nm pci_intr_setattr .Nd PCI bus interrupt manipulation functions .Sh SYNOPSIS