Deleted Added
full compact
i386_get_ioperm.2 (108035) i386_get_ioperm.2 (131504)
1.\" Copyright (c) 1998 Jonathan Lemon
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) 1998 Jonathan Lemon
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/lib/libc/i386/sys/i386_get_ioperm.2 108035 2002-12-18 12:39:25Z ru $
25.\" $FreeBSD: head/lib/libc/i386/sys/i386_get_ioperm.2 131504 2004-07-02 23:52:20Z ru $
26.\"
27.Dd July 27, 1998
28.Os
29.Dt I386_GET_IOPERM 2
30.Sh NAME
31.Nm i386_get_ioperm ,
32.Nm i386_set_ioperm
33.Nd manage per-process access to the i386 I/O port space

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

40.Ft int
41.Fn i386_set_ioperm "unsigned int start" "unsigned int length" "int enable"
42.Sh DESCRIPTION
43The
44.Fn i386_get_ioperm
45system call
46will return the permission for the process' I/O port space in the
47.Fa *enable
26.\"
27.Dd July 27, 1998
28.Os
29.Dt I386_GET_IOPERM 2
30.Sh NAME
31.Nm i386_get_ioperm ,
32.Nm i386_set_ioperm
33.Nd manage per-process access to the i386 I/O port space

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

40.Ft int
41.Fn i386_set_ioperm "unsigned int start" "unsigned int length" "int enable"
42.Sh DESCRIPTION
43The
44.Fn i386_get_ioperm
45system call
46will return the permission for the process' I/O port space in the
47.Fa *enable
48argument. The port range starts at
48argument.
49The port range starts at
49.Fa start
50and the number of contiguous entries will be returned in
51.Fa *length .
52.Pp
53The
54.Fn i386_set_ioperm
55system call
56will set access to a range of I/O ports described by the

--- 30 unchanged lines hidden ---
50.Fa start
51and the number of contiguous entries will be returned in
52.Fa *length .
53.Pp
54The
55.Fn i386_set_ioperm
56system call
57will set access to a range of I/O ports described by the

--- 30 unchanged lines hidden ---