CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/02/10 15:41:28
Modified files:
sys/dev/sbus : isp_sbus.c
sys/dev/pci : isp_pci.c
sys/dev/ic : qla.c
sys/arch/sparc/dev: isp_sbus.c
sys/dev/microcode/isp: asm_2100.h asm_2200.h asm_2300.h
sys/conf : files
Added files:
sys/dev/microcode/isp: isp_fw2100.c isp_fw2200.c isp_fw2300.c
Log message:
Build isp2xxx firmware into separate object files so we only include
one copy when both isp(4) and qla(4) are enabled. This is a temporary
measure until qla(4) takes over completely.
looked at by miod@ and kettenis@