summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2002-08-11 23:34:20 +0000
committermjacob <mjacob@FreeBSD.org>2002-08-11 23:34:20 +0000
commitd8202a09a49f5fa629402a69d87030f38a6a6ccb (patch)
tree758fed3cc2fa476346895d84f9b66b89fb6fe36b /sys/i386/conf
parent7d35cb1395e04b65f75e3363a6ad67063bf66383 (diff)
downloadFreeBSD-src-d8202a09a49f5fa629402a69d87030f38a6a6ccb.zip
FreeBSD-src-d8202a09a49f5fa629402a69d87030f38a6a6ccb.tar.gz
Add support for the LSI-Logic Fusion/MP architecture.
This is an architecture that present a thing message passing interface to the OS. You can query as to how many ports and what kind are attached and enable them and so on. A less grand view is that this is just another way to package SCSI (SPI or FC) and FC-IP into a one-driver interface set. This driver support the following hardware: LSI FC909: Single channel, 1Gbps, Fibre Channel (FC-SCSI only) LSI FC929: Dual Channel, 1-2Gbps, Fibre Channel (FC-SCSI only) LSI 53c1020: Single Channel, Ultra4 (320M) (Untested) LSI 53c1030: Dual Channel, Ultra4 (320M) Currently it's in fair shape, but expect a lot of changes over the next few weeks as it stabilizes. Credits: The driver is mostly from some folks from Jeff Roberson's company- I've been slowly migrating it to broader support that I it came to me as. The hardware used in developing support came from: FC909: LSI-Logic, Advansys (now Connetix) FC929: LSI-Logic 53c1030: Antares Microsystems (they make a very fine board!) MFC after: 3 weeks
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 834869c..f18e2ba 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -86,6 +86,7 @@ device ahc # AHA2940 and onboard AIC7xxx devices
device ahd # AHA39320 and onboard AIC79xx devices
device amd # AMD 53C974 (Tekram DC-390(T))
device isp # Qlogic family
+device mpt # LSI-Logic MPT-Fusion
#device ncr # NCR/Symbios Logic
device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
OpenPOWER on IntegriCloud