1I2O_PCI_ALLOC(9) Message-based devices I2O_PCI_ALLOC(9)
23
4
NAME
6i2o_pci_alloc - Allocate DMA memory, map IO memory for I2O controller
7
SYNOPSIS
9int i2o_pci_alloc(struct i2o_controller * c);
10
ARGUMENTS
12c
13I2O controller
14
DESCRIPTION
16Allocate DMA memory for a PCI (or in theory AGP) I2O controller. All IO
17mappings are also done here. If MTRR is enabled, also do add memory
18regions here.
1920
Returns 0 on success or negative error code on failure.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 I2O_PCI_ALLOC(9)