diff options
author | 1997-11-17 04:56:18 +0000 | |
---|---|---|
committer | 1997-11-17 04:56:18 +0000 | |
commit | 3ee98ad02effa8ca5ad02ac61888ea78d4441968 (patch) | |
tree | 97bf91d65a4297bfd45a4b6d73814e5d543519e4 | |
parent | fix Y2K problems (diff) | |
download | wireguard-openbsd-3ee98ad02effa8ca5ad02ac61888ea78d4441968.tar.xz wireguard-openbsd-3ee98ad02effa8ca5ad02ac61888ea78d4441968.zip |
enable jensen
-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 |