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/alpha/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/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 7 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 8 |
2 files changed, 5 insertions, 10 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 9867a07f326..4eba29d4fb4 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.69 2008/05/23 17:47:41 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.70 2009/06/24 11:38:39 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -92,10 +92,7 @@ tga* at pci? # DEC ZLXp-E[123] graphics pcn* at pci? # AMD PCnet-PCI Ethernet isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel -#option ISP_COMPILE_FW=1 -#option ISP_COMPILE_1040_FW=1 -#option ISP_COMPILE_1080_FW=1 -#option ISP_COMPILE_12160_FW=1 +option ISP_NOFIRMWARE # Media Independent Interface (mii) drivers amphy* at mii? # AMD 79C873 PHYs diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index 56d4f949533..f03284e22f2 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.34 2009/03/24 18:48:08 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.35 2009/06/24 11:38:39 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -83,11 +83,9 @@ ppb* at pci? # PCI-PCI bridges sio* at pci? # Intel PCI-ISA bridge tga* at pci? # DEC ZLXp-E[123] graphics #pcn* at pci? # AMD PCnet-PCI Ethernet + isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel -#option ISP_COMPILE_FW=1 -#option ISP_COMPILE_1040_FW=1 -#option ISP_COMPILE_1080_FW=1 -#option ISP_COMPILE_12160_FW=1 +option ISP_NOFIRMWARE # Media Independent Interface (mii) drivers amphy* at mii? # AMD 79C873 PHYs |