diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-16 16:41:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-16 16:41:14 +0000 |
commit | 3fa196725721b98775591fc0b01c9016567574a0 (patch) | |
tree | 0059098bd5c09e21a697e8a839b98a141abf767e /sys/arch/sgi/conf | |
parent | da6e81c3a924fd0c4f59a3bdeafd415e60ddfe8a (diff) |
Add option ISP_COMPILE_FW to kernels with isp(4).
Diffstat (limited to 'sys/arch/sgi/conf')
-rw-r--r-- | sys/arch/sgi/conf/GENERIC-IP27 | 3 | ||||
-rw-r--r-- | sys/arch/sgi/conf/GENERIC-IP30 | 3 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP27 | 3 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP30 | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/sgi/conf/GENERIC-IP27 b/sys/arch/sgi/conf/GENERIC-IP27 index 0b878169073..51c6b2cb5a6 100644 --- a/sys/arch/sgi/conf/GENERIC-IP27 +++ b/sys/arch/sgi/conf/GENERIC-IP27 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP27,v 1.2 2009/05/15 17:19:10 miod Exp $ +# $OpenBSD: GENERIC-IP27,v 1.3 2009/05/16 16:41:13 miod Exp $ # # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY. # @@ -60,6 +60,7 @@ owserial* at onewire? #### SCSI isp* at pci? +option ISP_COMPILE_FW siop* at pci? mpi* at pci? scsibus* at isp? diff --git a/sys/arch/sgi/conf/GENERIC-IP30 b/sys/arch/sgi/conf/GENERIC-IP30 index e851b5e1e7e..cfe63c37d7a 100644 --- a/sys/arch/sgi/conf/GENERIC-IP30 +++ b/sys/arch/sgi/conf/GENERIC-IP30 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP30,v 1.2 2009/05/15 17:19:10 miod Exp $ +# $OpenBSD: GENERIC-IP30,v 1.3 2009/05/16 16:41:13 miod Exp $ # # THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY. # @@ -61,6 +61,7 @@ owserial* at onewire? #### SCSI isp* at pci? +option ISP_COMPILE_FW siop* at pci? mpi* at pci? scsibus* at isp? diff --git a/sys/arch/sgi/conf/RAMDISK-IP27 b/sys/arch/sgi/conf/RAMDISK-IP27 index c2be1fbd66c..b22a14d3fcb 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP27 +++ b/sys/arch/sgi/conf/RAMDISK-IP27 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP27,v 1.1 2009/05/14 21:27:02 miod Exp $ +# $OpenBSD: RAMDISK-IP27,v 1.2 2009/05/16 16:41:13 miod Exp $ # # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY. @@ -68,6 +68,7 @@ owserial* at onewire? #### SCSI controllers isp* at pci? +option ISP_COMPILE_FW siop* at pci? # USB Controllers diff --git a/sys/arch/sgi/conf/RAMDISK-IP30 b/sys/arch/sgi/conf/RAMDISK-IP30 index 453e58398e3..1ff9bf9457a 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP30 +++ b/sys/arch/sgi/conf/RAMDISK-IP30 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP30,v 1.1 2009/05/14 21:27:02 miod Exp $ +# $OpenBSD: RAMDISK-IP30,v 1.2 2009/05/16 16:41:13 miod Exp $ # # THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY. @@ -69,6 +69,7 @@ owserial* at onewire? #### SCSI controllers isp* at pci? +option ISP_COMPILE_FW siop* at pci? # USB Controllers |