This commit is contained in:
Michael Kerrisk 2007-12-30 05:59:36 +00:00
parent 5a2c16fed4
commit 7466c69bcc
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,7 @@ Get or set the interface's hardware parameters using
.IR ifr_map .
Setting the parameters is a privileged operation.
.in +4n
.nf
struct ifmap {
unsigned long mem_start;
@ -162,6 +163,7 @@ struct ifmap {
unsigned char port;
};
.fi
.in
The interpretation of the ifmap structure depends on the device driver
and the architecture.