diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-10-15 04:38:40 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-10-15 04:38:40 +0000 |
| commit | 64fa510881ca568ff294cb06bbe09d77253fcde0 (patch) | |
| tree | c07c4d8ad721fbe434b9493ebc38e5c5d7f96383 | |
| parent | 18e0cd7dde8a05c508a198bcb7d37eb0021e6756 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index d1c8c0b700bf..6c4e7c297e74 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1162,6 +1162,8 @@ options TDFX_LINUX # Enable Linuxulator support # Qlogic ISP 2100 and ISP 2200 1Gb Fibre Channel host adapters. # Qlogic ISP 2300 and ISP 2312 2Gb Fibre Channel host adapters. # ispfw: Firmware module for Qlogic host adapters +# mpt: LSI-Logic MPT/Fusion 53c1020 or 53c1030 Ultra4 +# or FC9x9 Fibre Channel host adapters. # ncr: NCR 53C810, 53C825 self-contained SCSI host adapters. # sym: Symbios/Logic 53C8XX family of PCI-SCSI I/O processors: # 53C810, 53C810A, 53C815, 53C825, 53C825A, 53C860, 53C875, @@ -1205,6 +1207,7 @@ hint.isp.0.topology="nport-only" hint.isp.0.portwnn="w50000000aaaa0000" hint.isp.0.nodewnn="w50000000aaaa0001" device ispfw +device mpt device ncr device sym device trm @@ -1244,7 +1247,7 @@ options ADW_ALLOW_MEMIO # # ISP_TARGET_MODE - enable target mode operation # -#options ISP_TARGET_MODE=1 +options ISP_TARGET_MODE=1 # Options used in dev/sym/ (Symbios SCSI driver). #options SYM_SETUP_LP_PROBE_MAP #-Low Priority Probe Map (bits) |
