Deleted Added
full compact
BUS_SETUP_INTR.9 (233648) BUS_SETUP_INTR.9 (267936)
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 233648 2012-03-29 05:02:12Z eadler $
25.\" $FreeBSD: head/share/man/man9/BUS_SETUP_INTR.9 267936 2014-06-26 21:44:30Z bapt $
26.\"
27.Dd November 3, 2010
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 ,

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

200.Sh SEE ALSO
201.Xr random 4 ,
202.Xr device 9 ,
203.Xr driver 9 ,
204.Xr locking 9
205.Sh AUTHORS
206.An -nosplit
207This manual page was written by
26.\"
27.Dd November 3, 2010
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 ,

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

200.Sh SEE ALSO
201.Xr random 4 ,
202.Xr device 9 ,
203.Xr driver 9 ,
204.Xr locking 9
205.Sh AUTHORS
206.An -nosplit
207This manual page was written by
208.An Jeroen Ruigrok van der Werven
209.Aq asmodai@FreeBSD.org
208.An Jeroen Ruigrok van der Werven Aq Mt asmodai@FreeBSD.org
210based on the manual pages for
211.Fn BUS_CREATE_INTR
212and
213.Fn BUS_CONNECT_INTR
214written by
209based on the manual pages for
210.Fn BUS_CREATE_INTR
211and
212.Fn BUS_CONNECT_INTR
213written by
215.An Doug Rabson
216.Aq dfr@FreeBSD.org .
214.An Doug Rabson Aq Mt dfr@FreeBSD.org .