1MPT_ATTACH(9)                Message-based devices               MPT_ATTACH(9)
2
3
4

NAME

6       mpt_attach - Install a PCI intelligent MPT adapter.
7

SYNOPSIS

9       int mpt_attach(struct pci_dev * pdev, const struct pci_device_id * id);
10

ARGUMENTS

12       pdev
13           Pointer to pci_dev structure
14
15       id
16           PCI device ID information
17

DESCRIPTION

19       This routine performs all the steps necessary to bring the IOC of a MPT
20       adapter to a OPERATIONAL state. This includes registering memory
21       regions, registering the interrupt, and allocating request and reply
22       memory pools.
23
24       This routine also pre-fetches the LAN MAC address of a Fibre Channel
25       MPT adapter.
26
27       Returns 0 for success, non-zero for failure.
28

TODO

30       Add support for polled controllers
31
33Kernel Hackers Manual 3.10         June 2019                     MPT_ATTACH(9)
Impressum