Deleted Added
full compact
ithread.9 (119893) ithread.9 (131530)
1.\" Copyright (c) 2001 John H. Baldwin <jhb@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2001 John H. Baldwin <jhb@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man9/ithread.9 119893 2003-09-08 19:57:22Z ru $
25.\" $FreeBSD: head/share/man/man9/ithread.9 131530 2004-07-03 18:29:24Z ru $
26.\"
27.Dd February 10, 2001
28.Dt ITHREAD 9
29.Os
30.Sh NAME
31.Nm ithread_add_handler ,
32.Nm ithread_create ,
33.Nm ithread_destroy ,

--- 311 unchanged lines hidden (view full) ---

345Interrupt threads and their corresponding API first appeared in
346.Fx 5.0 .
347.Sh BUGS
348Currently
349.Vt struct ithd
350represents both an interrupt source and an interrupt thread.
351There should be a separate
352.Vt struct isrc
26.\"
27.Dd February 10, 2001
28.Dt ITHREAD 9
29.Os
30.Sh NAME
31.Nm ithread_add_handler ,
32.Nm ithread_create ,
33.Nm ithread_destroy ,

--- 311 unchanged lines hidden (view full) ---

345Interrupt threads and their corresponding API first appeared in
346.Fx 5.0 .
347.Sh BUGS
348Currently
349.Vt struct ithd
350represents both an interrupt source and an interrupt thread.
351There should be a separate
352.Vt struct isrc
353that contains a vector number, enable and disable functions, etc. that
353that contains a vector number, enable and disable functions, etc.\& that
354an ithread holds a reference to.
354an ithread holds a reference to.