diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-29 01:18:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-29 01:18:14 +0000 |
commit | ed7e88ca8f9af50e284ebe6ed955063631e4c710 (patch) | |
tree | c347ddf116df15c126df284a8cd96bdbc8d1360f /sys/arch | |
parent | 400f23b888fd53a66ef9ec00433ad640bc3b6f6f (diff) |
using #define is wrong, use #option
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 10 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 162d97a8b6d..d95c3f7be56 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.47 2001/09/28 22:58:56 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.48 2001/09/29 01:18:13 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -78,10 +78,10 @@ sio* at pci? dev ? function ? # Intel PCI-ISA bridge tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel -#define ISP_COMPILE_FW -#define ISP_COMPILE_1040_FW 1 -#define ISP_COMPILE_1080_FW 1 -#define ISP_COMPILE_12160_FW 1 +#option ISP_COMPILE_FW=1 +#option ISP_COMPILE_1040_FW=1 +#option ISP_COMPILE_1080_FW=1 +#option ISP_COMPILE_12160_FW=1 # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index edf4f7ae373..3a64175cd13 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.12 2001/09/28 22:58:56 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.13 2001/09/29 01:18:13 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -76,6 +76,10 @@ ppb* at pci? dev ? function ? # PCI-PCI bridges sio* at pci? dev ? function ? # Intel PCI-ISA bridge tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics isp* at pci? dev ? function ? # 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 # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs |