diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-17 04:56:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-17 04:56:20 +0000 |
commit | f11f717be09875e599e8f546b58e24bf9563a0ab (patch) | |
tree | d1192978e861c73ae5e0509c03b9a74121f5a287 /sys/arch | |
parent | abb5b2dbcb6c9aa7c17d201e01e256bd367e0c86 (diff) |
enable jensen
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index afb1a5d5011..d866b528c1a 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.28 1997/11/16 12:08:46 niklas Exp $ +# $OpenBSD: GENERIC,v 1.29 1997/11/17 04:56:18 deraadt Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -15,7 +15,7 @@ option DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. option DEC_KN20AA # KN20AA: AlphaStation 600 option DEC_AXPPCI_33 # NoName: AXPpci33, etc. option DEC_EB164 # EB164: AlphaPC 164 -#option DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) +option DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) #option COMPAT_OSF1 # OSF/1 binary compatibility -- BROKEN diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 5be75679d46..c8f949ed720 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.12 1997/09/05 16:13:18 millert Exp $ +# $OpenBSD: RAMDISK,v 1.13 1997/11/17 04:56:19 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -12,7 +12,7 @@ option DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. option DEC_KN20AA # KN20AA: AlphaStation 600 option DEC_AXPPCI_33 # NoName: AXPpci33, etc. option DEC_EB164 # EB164: AlphaPC 164 -#option DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) +option DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) # Enable the hooks used for initializing the ram-disk. option RAMDISK_HOOKS |