From 73e1de92292c209dfd544f2c461e8c7665c66648 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sun, 21 Nov 1999 03:00:19 +0000 Subject: [PATCH] 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 --- sys/conf/options | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys/conf/options b/sys/conf/options index a9044bb8b33..33cdfbea1d1 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -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