File: outb.2

package info (click to toggle)
manpages-es 1.24a-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,256 kB
  • ctags: 7
  • sloc: makefile: 66; sh: 62
file content (68 lines) | stat: -rw-r--r-- 2,500 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.\" Hey Emacs! This file is -*- nroff -*- source.
.\"
.\" Copyright (c) 1995 Paul Gortmaker
.\" (gpg109@rsphy1.anu.edu.au)
.\" Wed Nov 29 10:58:54 EST 1995
.\" 
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" The GNU General Public License's references to "object code"
.\" and "executables" are to be interpreted as the output of any
.\" document formatting or typesetting system, including
.\" intermediate and printed output.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, write to the Free
.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
.\" USA.
.\" Translated into Spanish Mon Jan 19 1998 by Gerardo Aburruzaga
.\" Garca <gerardo.aburruzaga@uca.es>
.\"
.TH OUTB 2 "29 Noviembre 1995" "Linux" "Manual del Programador de Linux"
.SH NOMBRE
outb, outw, outl, outsb, outsw, outsl \- salida por puerto
.br
inb, inw, inl, insb, insw, insl \- entrada desde puerto
.br
outb_p, outw_p, outl_p, inb_p, inw_p, inl_p \- E/S pausada
.sp
.SH DESCRIPCIN
Esta familia de funciones se emplea para hacer entrada y salida de
bajo nivel por puertos. Estn diseadas principalmente para uso
interno del ncleo, pero pueden ser empleadas desde el espacio del
usuario, dada la informacin siguiente
.I adems de
la dada en
.I outb(9) .
.sp
Usted ha de compilar con \fB-O\fP o \fB-O2\fP o similar. Las funciones estn
definidas como macros en lnea del preprocesador, y no sern
sustituidas sin la opcin de optimizacin activada, provocando
referencias no resueltas en tiempo de enlazado.
.sp
Usted ha de emplear
.I ioperm(2)
o alternativamente
.I iopl(2)
para decirle al ncleo que permita a la aplicacin en el espacio de
usuario el acceso a los puertos de E/S en cuestin. Si no hace esto la
aplicacin recibir un fallo de segmento.

.SH "CONFORME A"
\fBoutb\fP y familia son especficas del hardware. Los argumentos
.I puerto
y
.I valor
estn en orden opuesto a la mayora de implementaciones de DOS.
.SH "VASE TAMBIN"
.BR outb (9),
.BR ioperm (2),
.BR iopl (2)