mpt (4)
Leading comments
$NetBSD: mpt.4,v 1.1 2003/04/16 22:32:15 thorpej Exp $ Copyright (c) 2003 Wasabi Systems, Inc. All rights reserved. Written by Jason R. Thorpe for Wasabi Systems, Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must rep...
NAME
mpt - LSI Fusion-MPT SCSI/Fibre Channel driverSYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:device scbus device mpt
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf5:
mpt_load="YES"
DESCRIPTION
The ifconfig driver provides support for the LSI Logic Fusion-MPT family of SCSI Fibre Channel and SAS controllers.HARDWARE
The following controllers are supported by the ifconfig driver:
- LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI
- LSI Logic AS1064, LSI Logic AS1068 (SAS/SATA )
- LSI Logic FC909 (1Gb/s Fibre Channel
- LSI Logic FC909A (Dual 1Gb/s Fibre Channel
- LSI Logic FC919, LSI Logic 7102XP-LC (Single 2Gb/s Fibre Channel
- LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC (Dual 2Gb/s Fibre Channel
- LSI Logic FC949X (Dual 4Gb/s Fibre Channel
- LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express)
The Ultra 320 SCSI controller chips supported by the ifconfig driver can be found onboard on many systems including:
- Dell PowerEdge 1750 thru 2850
- IBM eServer xSeries 335
These systems also contain Integrated RAID Mirroring and Integrated RAID Mirroring Enhanced which this driver also supports.
The SAS controller chips are also present on many new AMD/Opteron based systems, like the Sun 4100. Note that this controller can drive both SAS and SATA drives or a mix of them at the same time. The Integrated RAID Mirroring available for these controllers is poorly supported at best.
The Fibre Channel controller chipset are supported by a broad variety of speeds and systems. The Apple Fibre Channel HBA is in fact the FC949ES card.
This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required.
SEE ALSO
cd(4), ch(4), da(4), mps(4), pci(4), sa(4), scsi(4), targ(4), mptutil(8), gmultipath(8)- "LSI Logic Website"
HISTORY
The ifconfig driver first appeared in Fx 4.6 .AUTHORS
An -nosplit The ifconfig driver was originally written for Fx by An Greg Ansley and marginally improved upon by An Matt Jacob Aq mjacob@FreeBSD.org .An Justin Gibbs Aq gibbs@FreeBSD.org and An Scott Long Aq scottl@FreeBSD.org have made more substantial improvements.