The NetBSD Project

CVS log for src/share/man/man9/pci_intr.9

[BACK] Up to [cvs.NetBSD.org] / src / share / man / man9

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 27 14:14:00 2020 UTC (3 years, 7 months ago) by fcambus
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, HEAD
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Fix a bunch of typos in various kernel man pages.

Revision 1.25.14.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:05:41 2019 UTC (4 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 (colored) next main 1.26 (colored)

Sync with HEAD

Revision 1.25.12.1 / (download) - annotate - [select for diffs], Sun Sep 30 01:45:35 2018 UTC (5 years, 5 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 (colored) next main 1.26 (colored)

Ssync with HEAD

Revision 1.26 / (download) - annotate - [select for diffs], Thu Sep 20 06:48:53 2018 UTC (5 years, 6 months ago) by rin
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, is-mlppp-base, is-mlppp
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 (colored)

pci_intr_type() is described in pci_msi(9).

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Fri Nov 4 14:48:56 2016 UTC (7 years, 4 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.24: +7 -2 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

Sync with HEAD

Revision 1.25 / (download) - annotate - [select for diffs], Sat Sep 17 17:38:11 2016 UTC (7 years, 6 months ago) by jdolecek
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-compat-base, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.24: +7 -2 lines
Diff to previous 1.24 (colored)

note that pci_intr_establish_xname() is new in NetBSD 8.0

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jul 12 03:39:55 2016 UTC (7 years, 8 months ago) by knakahara
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.23: +18 -3 lines
Diff to previous 1.23 (colored)

fix missing mans about pci.9 and pci_intr.9

    - add links from pci.9 and pci_intr.9 to pci_msi.9
    - add pci_intr_establish_xname entries
    - add pci_intr_setattr entries
    - add pci_intr_type descriptions
    - fix pci_*_alloc functions' argument type

pointed out by nonaka@n.o.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Oct 13 09:21:56 2015 UTC (8 years, 5 months ago) by msaitoh
Branch: MAIN
Changes since 1.22: +5 -1 lines
Diff to previous 1.22 (colored)

 Add note about the return value of pci_intr_setattr(). Found by wizd(8).

Revision 1.22 / (download) - annotate - [select for diffs], Tue Oct 13 08:44:54 2015 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)

Add return type for pci_intr_setattr to SYNOPSIS. Add missing comma.

XXX: return values for pci_intr_setattr are not documented.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Oct 13 04:34:38 2015 UTC (8 years, 5 months ago) by msaitoh
Branch: MAIN
Changes since 1.20: +22 -2 lines
Diff to previous 1.20 (colored)

 Add missing pci_intr_setattr(). The function first appeared in NetBSD 5.0.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Aug 6 06:56:00 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.19: +5 -4 lines
Diff to previous 1.19 (colored)

Use Dv for NULL, remove dot at end of SEE ALSO

Revision 1.19 / (download) - annotate - [select for diffs], Wed Aug 5 07:00:34 2015 UTC (8 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.18: +16 -2 lines
Diff to previous 1.18 (colored)

document pci_intr_evcnt()

Revision 1.15.6.1 / (download) - annotate - [select for diffs], Tue Apr 14 13:28:34 2015 UTC (8 years, 11 months ago) by msaitoh
Branch: netbsd-6
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Pull up following revision(s) (requested by riastradh in ticket #1272):
	share/man/man9/pci_intr.9: revision 1.18 via patch
Fix type of pc argument in pci_intr(9) man page.

Revision 1.17.4.1 / (download) - annotate - [select for diffs], Wed Mar 18 07:42:44 2015 UTC (9 years ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

Pull up following revision(s) (requested by riastradh in ticket #599):
	share/man/man9/pci_intr.9: revision 1.18
Fix type of pc argument in pci_intr(9) man page.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Feb 25 17:03:42 2015 UTC (9 years, 1 month ago) by riastradh
Branch: MAIN
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (colored)

Fix type of pc argument in pci_intr(9) man page.

Revision 1.15.10.1 / (download) - annotate - [select for diffs], Wed Aug 20 00:02:37 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.15: +8 -3 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.15.4.1 / (download) - annotate - [select for diffs], Thu May 22 11:37:52 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.15: +8 -3 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.17 / (download) - annotate - [select for diffs], Sun Mar 30 23:28:14 2014 UTC (10 years ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, netbsd-7-base
Branch point for: netbsd-7
Changes since 1.16: +7 -2 lines
Diff to previous 1.16 (colored)

Say how big the buffer should be.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Mar 30 00:18:09 2014 UTC (10 years ago) by christos
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

fix pic_intr_string prototype

Revision 1.15 / (download) - annotate - [select for diffs], Tue Apr 5 14:57:33 2011 UTC (12 years, 11 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, cherry-xenmp-base, cherry-xenmp, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys, netbsd-6
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Update manual page for constification of pci_attach_args.

Revision 1.14.2.2 / (download) - annotate - [select for diffs], Mon Mar 22 18:58:34 2010 UTC (14 years ago) by joerg
Branch: uebayasi-xip
Changes since 1.14.2.1: +144 -0 lines
Diff to previous 1.14.2.1 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored)

Use .In instead of .Aq Pa for header files.

Revision 1.14.2.1, Mon Mar 22 18:58:33 2010 UTC (14 years ago) by joerg
Branch: uebayasi-xip
Changes since 1.14: +0 -144 lines
FILE REMOVED

file pci_intr.9 was added on branch uebayasi-xip on 2010-03-22 18:58:34 +0000

Revision 1.14 / (download) - annotate - [select for diffs], Mon Mar 22 18:58:33 2010 UTC (14 years ago) by joerg
Branch: MAIN
CVS Tags: uebayasi-xip-base7, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, matt-mips64-premerge-20101231, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: uebayasi-xip
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Use .In instead of .Aq Pa for header files.

Revision 1.12.32.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:21:42 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.12: +1 -8 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

Sync with HEAD.

Revision 1.12.34.1 / (download) - annotate - [select for diffs], Sun May 18 12:31:13 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.12: +1 -8 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

sync with head.

Revision 1.13 / (download) - annotate - [select for diffs], Fri May 2 21:36:23 2008 UTC (15 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, matt-premerge-20091211, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase
Changes since 1.12: +1 -8 lines
Diff to previous 1.12 (colored)

Move to 2 clause license

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 30 12:10:40 2003 UTC (20 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-pf42, mjf-devfs2
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Pa Aq -> Aq Pa.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Apr 16 13:35:32 2003 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 14 13:43:28 2002 UTC (21 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.9: +8 -8 lines
Diff to previous 1.9 (colored)

New sentence, new line.

Revision 1.9 / (download) - annotate - [select for diffs], Sun May 19 15:24:35 2002 UTC (21 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Changes since 1.8: +20 -20 lines
Diff to previous 1.8 (colored)

mdoc police, and a slight grammar improvement.

Revision 1.8 / (download) - annotate - [select for diffs], Sat May 18 23:03:19 2002 UTC (21 years, 10 months ago) by sommerfeld
Branch: MAIN
Changes since 1.7: +42 -1 lines
Diff to previous 1.7 (colored)

Describe swizzled vs. unswizzled interrupt fun

Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 13 08:18:48 2002 UTC (22 years, 1 month ago) by ross
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Generate <>& symbolically. I'm avoiding .../dist/... directories for now.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 26 00:24:16 2001 UTC (22 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Drop some .Pps.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Sep 15 23:57:33 2001 UTC (22 years, 6 months ago) by uwe
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Fix duplicate "is is".

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 21 11:59:01 2001 UTC (22 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: kqueue-base, kqueue
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Fix typos, punctuation and whitespace.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 12 15:17:13 2001 UTC (22 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

receive, not recieve

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 5 12:57:29 2001 UTC (22 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.1: +16 -16 lines
Diff to previous 1.1 (colored)

Remove trailing dot from Nd, and some whitespace fixes.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 28 23:06:08 2000 UTC (23 years, 3 months ago) by sommerfeld
Branch: MAIN

Preliminary pci_intr_* man page.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>