This commit is contained in:
Michael Kerrisk 2006-12-27 03:44:22 +00:00
parent 945dc55a8a
commit 5d693709d0
1 changed files with 14 additions and 4 deletions

View File

@ -64,25 +64,35 @@ are: IOBASE_BRIDGE_NUMBER, IOBASE_MEMORY, IOBASE_IO, IOBASE_ISA_IO, IOBASE_ISA_M
.TP .TP
.B EINVAL .B EINVAL
.I len .I len
value is invalid. This does not apply to pci_iobase. value is invalid.
This does not apply to
.BR pciconfig_iobase ().
.TP .TP
.B EIO .B EIO
I/O error. I/O error.
.TP .TP
.B ENODEV .B ENODEV
For pci_iobase, hose value is NULL? For the other calls, could not find a slot. For
.BR pciconfig_iobase (),
"hose" value is NULL?
For the other calls, could not find a slot.
.TP .TP
.B ENOSYS .B ENOSYS
The system has not implemented these calls (CONFIG_PCI not defined). The system has not implemented these calls (CONFIG_PCI not defined).
.TP .TP
.B EOPNOTSUPP .B EOPNOTSUPP
This return value is only valid for pci_iobase. It is returned if the value for This return value is only valid for
.BR pciconfig_iobase ().
.TP
It is returned if the value for
.I .I
which which
is invalid. is invalid.
.TP .TP
.B EPERM .B EPERM
User does not have the CAP_SYS_ADMIN capability. This does not apply to pci_iobase. User does not have the CAP_SYS_ADMIN capability.
This does not apply to
.BR pciconfig_iobase ().
.SH "CONFORMING TO" .SH "CONFORMING TO"
These calls are Linux specific, available since Linux 2.0.26/2.1.11. These calls are Linux specific, available since Linux 2.0.26/2.1.11.
.SH "SEE ALSO" .SH "SEE ALSO"