Add ISP_DEFAULT_ROLES as a config option.

This commit is contained in:
Matt Jacob 2006-04-18 22:24:55 +00:00
parent 9dcfabf816
commit af60634800
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157857
2 changed files with 6 additions and 0 deletions

View File

@ -1363,6 +1363,7 @@ options SC_NO_SUSPEND_VTYSWITCH
# ISP 12160 Ultra3 SCSI,
# Qlogic ISP 2100 and ISP 2200 1Gb Fibre Channel host adapters.
# Qlogic ISP 2300 and ISP 2312 2Gb Fibre Channel host adapters.
# Qlogic ISP 2322 and ISP 6322 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.
@ -1463,6 +1464,10 @@ options ADW_ALLOW_MEMIO
# ISP_TARGET_MODE - enable target mode operation
#
options ISP_TARGET_MODE=1
#
# IUSP_DEFAULT_ROLES - default role (none, target, init, both)
#
options ISP_DEFAULT_ROLES=3
# Options used in dev/sym/ (Symbios SCSI driver).
#options SYM_SETUP_LP_PROBE_MAP #-Low Priority Probe Map (bits)

View File

@ -313,6 +313,7 @@ SCSI_NCR_MYADDR opt_ncr.h
# Options used only in dev/isp/*
ISP_TARGET_MODE opt_isp.h
ISP_FW_CRASH_DUMP opt_isp.h
ISP_DEFAULT_ROLES opt_isp.h
# Options used in the 'ata' ATA/ATAPI driver
ATA_STATIC_ID opt_ata.h