Add in new Qlogic isp config options:

ISP_COMPILE_1020_FW	compile in Qlogic 1020/1040 PCI SCSI f/w
ISP_COMPILE_1080_FW	compile in Qlogic 1080/1240/1280 PCI LVD SCSI f/w
ISP_COMPILE_2100_FW	compile in Qlogic 2100 Fibre Channel f/w
ISP_COMPILE_2200_FW	compile in Qlogic 2200 Fibre Channel f/w
ISP_COMPILE_FW		compile in all firmware (overrides the others)

These are not on by default, thus saving about 200KBytes.

Additionally:

SCSI_ISP_WWN            to define a WWN to use
This commit is contained in:
Matt Jacob 1999-11-21 03:00:19 +00:00
parent 9637d68c97
commit 73e1de9229
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53485

View File

@ -185,10 +185,17 @@ SCSI_ISP_PREFER_MEM_MAP opt_isp.h
SCSI_ISP_FABRIC opt_isp.h
SCSI_ISP_SCCLUN opt_isp.h
SCSI_ISP_FCDUPLEX opt_isp.h
SCSI_ISP_WWN opt_isp.h
ISP_DISABLE_1020_SUPPORT opt_isp.h
ISP_DISABLE_1080_SUPPORT opt_isp.h
ISP_DISABLE_2100_SUPPORT opt_isp.h
ISP_DISABLE_2200_SUPPORT opt_isp.h
ISP_COMPILE_FW opt_isp.h
ISP_COMPILE_1020_FW opt_isp.h
ISP_COMPILE_1080_FW opt_isp.h
ISP_COMPILE_2100_FW opt_isp.h
ISP_COMPILE_2200_FW opt_isp.h
ISP_TARGET_MODE opt_isp.h
# Options used in the 'ata' ATA/ATAPI driver
ATA_STATIC_ID opt_ata.h