diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-24 11:38:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-24 11:38:41 +0000 |
commit | 17a9c2cb31dc9e022ae56cd4a1e3d659fdf177c5 (patch) | |
tree | 76f7c9cbd404605bb054a3b1310d5e77be5d6972 /sys/arch/sgi/conf | |
parent | 74eb12422d55fa5cd187c1f16e494a3545c33d4c (diff) |
for the isp(4) driver, invert the meaning of the options which pull
firmwares into the smaller (and larger) media
ok krw
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, 4 insertions, 8 deletions
diff --git a/sys/arch/sgi/conf/GENERIC-IP27 b/sys/arch/sgi/conf/GENERIC-IP27 index a93487f93dc..4f91160f827 100644 --- a/sys/arch/sgi/conf/GENERIC-IP27 +++ b/sys/arch/sgi/conf/GENERIC-IP27 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP27,v 1.8 2009/06/21 18:01:54 miod Exp $ +# $OpenBSD: GENERIC-IP27,v 1.9 2009/06/24 11:38:40 deraadt Exp $ # # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY. # @@ -61,7 +61,6 @@ 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 1a74e6332a1..d252164e261 100644 --- a/sys/arch/sgi/conf/GENERIC-IP30 +++ b/sys/arch/sgi/conf/GENERIC-IP30 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP30,v 1.7 2009/06/21 18:01:54 miod Exp $ +# $OpenBSD: GENERIC-IP30,v 1.8 2009/06/24 11:38:40 deraadt Exp $ # # THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY. # @@ -61,7 +61,6 @@ 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 524ae940fa0..0c2e298a538 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP27 +++ b/sys/arch/sgi/conf/RAMDISK-IP27 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP27,v 1.4 2009/06/21 18:01:54 miod Exp $ +# $OpenBSD: RAMDISK-IP27,v 1.5 2009/06/24 11:38:40 deraadt Exp $ # # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY. @@ -68,7 +68,6 @@ 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 78140ee558c..908136ef613 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP30 +++ b/sys/arch/sgi/conf/RAMDISK-IP30 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP30,v 1.4 2009/06/21 18:01:54 miod Exp $ +# $OpenBSD: RAMDISK-IP30,v 1.5 2009/06/24 11:38:40 deraadt Exp $ # # THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY. @@ -69,7 +69,6 @@ owserial* at onewire? #### SCSI controllers isp* at pci? -option ISP_COMPILE_FW siop* at pci? # USB Controllers |