.TH repinsb() "" "" "DDI/DKI Kernel Routine"
.PC "Read bytes from a port"
.B "#include <sys/types.h>"
\fBvoid repinsb(\fIport\^\fB, \fIaddress\^\fB, \fIcount\^\fB)\fR
\fBint \fIport\^\fB, \fIcount\^\fB; uchar_t *\fIaddress\^\fB;\fR
.PP
.B repinsb()
reads
.I count
bytes from the eight-bit
.I port
and writes them at
.IR address .
.SH "See Also"
.B
DDI/DKI kernel routines,
inb(),
repinsd(),
repinsw(),
repoutsb()
.R
.SH Notes
.B repinsb()
has base or interrupt level.
It does not sleep.
.PP
Driver-defined basic locks, read/write locks and sleep locks may be
held across calls to this function.
.PP
This function may not be meaningful on all implementations because
some implementations may not support I/O-mapped I/O.
