diff options
author | 2000-11-08 16:05:38 +0000 | |
---|---|---|
committer | 2000-11-08 16:05:38 +0000 | |
commit | 7d06b5847a08cc79fe7178196b1c17faf737dc82 (patch) | |
tree | 1a7d6dcfac5f7266c6b8ef454955bcf2b1908921 | |
parent | Merge in big portions of the improvements NetBSD did to their alpha port. (diff) | |
download | wireguard-openbsd-7d06b5847a08cc79fe7178196b1c17faf737dc82.tar.xz wireguard-openbsd-7d06b5847a08cc79fe7178196b1c17faf737dc82.zip |
Add support for Miata.
Not checked if the ramdisk will fit on a floppy.
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index f46cde04b09..859236252ac 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.54 2000/11/08 16:01:07 art Exp $ +# $OpenBSD: GENERIC,v 1.55 2000/11/08 16:05:38 art 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. @@ -18,6 +18,7 @@ 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_550 # Miata: Digital Personal Workstation option COMPAT_OSF1 # OSF/1 binary compatibility diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 322f1b5603e..9310d2e656a 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.30 2000/09/09 01:46:16 ericj Exp $ +# $OpenBSD: RAMDISK,v 1.31 2000/11/08 16:05:38 art 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. @@ -13,6 +13,7 @@ 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_550 # Miata: Digital Personal Workstation # Enable the hooks used for initializing the ram-disk. option RAMDISK_HOOKS |