Deleted Added
full compact
BUS_SETUP_INTR.9 (84449) BUS_SETUP_INTR.9 (89124)
1.\" Copyright (c) 2000 Jeroen Ruigrok van der Werven
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) 2000 Jeroen Ruigrok van der Werven
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/BUS_SETUP_INTR.9 84449 2001-10-04 08:58:56Z bde $
25.\" $FreeBSD: head/share/man/man9/BUS_SETUP_INTR.9 89124 2002-01-09 11:43:48Z mpp $
26.\"
27.Dd April 2, 2000
28.Dt BUS_SETUP_INTR 9
29.Os
30.Sh NAME
31.Nm BUS_SETUP_INTR ,
32.Nm bus_setup_intr ,
33.Nm BUS_TEARDOWN_INTR ,

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

96.Xr random 4 ,
97.Xr device 9 ,
98.Xr driver 9
99.Sh AUTHORS
100.An -nosplit
101This man page was written by
102.An Jeroen Ruigrok van der Werven
103.Aq asmodai@FreeBSD.org
26.\"
27.Dd April 2, 2000
28.Dt BUS_SETUP_INTR 9
29.Os
30.Sh NAME
31.Nm BUS_SETUP_INTR ,
32.Nm bus_setup_intr ,
33.Nm BUS_TEARDOWN_INTR ,

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

96.Xr random 4 ,
97.Xr device 9 ,
98.Xr driver 9
99.Sh AUTHORS
100.An -nosplit
101This man page was written by
102.An Jeroen Ruigrok van der Werven
103.Aq asmodai@FreeBSD.org
104based on the manpages for BUS_CREATE_INTR and BUS_CONNECT_INTR written by
104based on the man pages for BUS_CREATE_INTR and BUS_CONNECT_INTR written by
105.An Doug Rabson
106.Aq dfr@FreeBSD.org .
105.An Doug Rabson
106.Aq dfr@FreeBSD.org .