Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mpt_attach(9) [centos man page]

MPT_ATTACH(9)						       Message-based devices						     MPT_ATTACH(9)

NAME
mpt_attach - Install a PCI intelligent MPT adapter. SYNOPSIS
int mpt_attach(struct pci_dev * pdev, const struct pci_device_id * id); ARGUMENTS
pdev Pointer to pci_dev structure id PCI device ID information DESCRIPTION
This routine performs all the steps necessary to bring the IOC of a MPT adapter to a OPERATIONAL state. This includes registering memory regions, registering the interrupt, and allocating request and reply memory pools. This routine also pre-fetches the LAN MAC address of a Fibre Channel MPT adapter. Returns 0 for success, non-zero for failure. TODO
Add support for polled controllers COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 MPT_ATTACH(9)

Check Out this Related Man Page

MPT(4)							   BSD Kernel Interfaces Manual 						    MPT(4)

NAME
mpt -- LSI Fusion-MPT SCSI/Fibre Channel driver SYNOPSIS
mpt* at pci? dev ? function ? scsibus* at mpt? DESCRIPTION
The mpt driver provides support for the LSI Logic Fusion-MPT family of SCSI and Fibre Channel and SAS controllers: o 53c1020 (Ultra320 SCSI) o 53c1030 (Dual Ultra320 SCSI) o AS1068 (SAS/SATA) o FC909 (1Gb/s Fibre Channel) o FC909A (Dual 1Gb/s Fibre Channel) o FC919 (2Gb/s Fibre Channel) o FC919X (2Gb/s Fibre Channel, PCI-X) o FC929 (Dual 2Gb/s Fibre Channel) o FC929X (Dual 2Gb/s Fibre Channel, PCI-X) SEE ALSO
cd(4), ch(4), intro(4), pci(4), scsi(4), sd(4), siop(4), st(4), uk(4) HISTORY
The mpt driver first appeared in NetBSD 2.0. AUTHORS
The mpt driver was originally written for FreeBSD by Greg Ansley . It was ported to NetBSD by Jason R. Thorpe and contributed by Wasabi Sys- tems, Inc. BSD
February 16, 2009 BSD
Man Page