diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-11 21:52:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-11 21:52:52 +0000 |
commit | 98421c3e0b0b25ab3a1e5956aea147e56dcdfa57 (patch) | |
tree | d515a4fa16f614d14d2923804ce9ae89bac27be8 /sys/dev/microcode | |
parent | acedf914d93d5f889c448b773832ddeac5e72ae0 (diff) |
remove hppa64 port, which we never got going beyond broken single users.
hppa reverse-stack gives us a valuable test case, but most developers don't
have a 2nd one to proceed further with this.
ok kettenis
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 5 | ||||
-rw-r--r-- | sys/dev/microcode/bnx/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/fxp/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/kue/Makefile | 5 | ||||
-rw-r--r-- | sys/dev/microcode/myx/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/ral/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/rum/Makefile | 5 | ||||
-rw-r--r-- | sys/dev/microcode/symbol/Makefile | 5 | ||||
-rw-r--r-- | sys/dev/microcode/tht/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/tigon/Makefile | 5 | ||||
-rw-r--r-- | sys/dev/microcode/tusb3410/Makefile | 5 | ||||
-rw-r--r-- | sys/dev/microcode/typhoon/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/udl/Makefile | 5 | ||||
-rw-r--r-- | sys/dev/microcode/yds/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/zydas/Makefile | 5 |
15 files changed, 30 insertions, 38 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile index be2df2486bc..3fefcf6a7a5 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2015/05/26 02:21:54 jsg Exp $ +# $OpenBSD: Makefile,v 1.20 2016/05/11 21:52:50 deraadt Exp $ NOPROG= NOMAN= @@ -8,8 +8,7 @@ CC=${HOSTCC} .if (${MACHINE_ARCH} == "powerpc" || \ ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "armish" || ${MACHINE} == "armv7" || \ - ${MACHINE} == "hppa" || \ - ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \ + ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ ${MACHINE} == "sgi" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus") diff --git a/sys/dev/microcode/bnx/Makefile b/sys/dev/microcode/bnx/Makefile index 99e84354a1d..cc6a8714638 100644 --- a/sys/dev/microcode/bnx/Makefile +++ b/sys/dev/microcode/bnx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2009/07/03 04:34:51 dlg Exp $ +# $OpenBSD: Makefile,v 1.5 2016/05/11 21:52:50 deraadt Exp $ NOPROG= NOMAN= @@ -7,7 +7,7 @@ CC=${HOSTCC} # PCI capable systems only .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \ (${MACHINE} == "amd64") || (${MACHINE} == "hppa") || \ - (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \ + (${MACHINE} == "i386") || \ (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") FIRM= bnx-b06 bnx-b09 bnx-rv2p bnx-xi-rv2p bnx-xi90-rv2p diff --git a/sys/dev/microcode/fxp/Makefile b/sys/dev/microcode/fxp/Makefile index 5c4283c9e36..b4ced2b501c 100644 --- a/sys/dev/microcode/fxp/Makefile +++ b/sys/dev/microcode/fxp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2007/08/01 21:42:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2016/05/11 21:52:50 deraadt Exp $ NOPROG= NOMAN= @@ -8,7 +8,7 @@ CC=${HOSTCC} .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \ - (${MACHINE} == "hppa64") || (${MACHINE} == "sgi") + (${MACHINE} == "sgi") FIRM= fxp-d101a fxp-d101b0 fxp-d101ma fxp-d101s fxp-d102 fxp-d102c fxp-d102e diff --git a/sys/dev/microcode/kue/Makefile b/sys/dev/microcode/kue/Makefile index 05b3083f78f..9340bcc7af8 100644 --- a/sys/dev/microcode/kue/Makefile +++ b/sys/dev/microcode/kue/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2015/05/26 02:21:54 jsg Exp $ +# $OpenBSD: Makefile,v 1.13 2016/05/11 21:52:50 deraadt Exp $ NOPROG= NOMAN= @@ -8,8 +8,7 @@ CC=${HOSTCC} .if (${MACHINE_ARCH} == "powerpc" || \ ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "armish" || ${MACHINE} == "armv7" || \ - ${MACHINE} == "hppa" || \ - ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \ + ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ ${MACHINE} == "sgi" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus") diff --git a/sys/dev/microcode/myx/Makefile b/sys/dev/microcode/myx/Makefile index 9d7745d8686..81ee7aa9e00 100644 --- a/sys/dev/microcode/myx/Makefile +++ b/sys/dev/microcode/myx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2011/07/08 03:58:27 dlg Exp $ +# $OpenBSD: Makefile,v 1.4 2016/05/11 21:52:50 deraadt Exp $ NOPROG= NOMAN= @@ -9,7 +9,7 @@ DPADD=${LIBZ} # full-size PCI capable systems only .if (${MACHINE} == "macppc") || (${MACHINE} == "alpha") || \ (${MACHINE} == "amd64") || (${MACHINE} == "hppa") || \ - (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \ + (${MACHINE} == "i386") || \ (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") FIRM= myx-ethp_z8e myx-eth_z8e diff --git a/sys/dev/microcode/ral/Makefile b/sys/dev/microcode/ral/Makefile index 59c9f9d5de4..7eb1145e9ea 100644 --- a/sys/dev/microcode/ral/Makefile +++ b/sys/dev/microcode/ral/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2010/02/09 19:24:33 miod Exp $ +# $OpenBSD: Makefile,v 1.9 2016/05/11 21:52:50 deraadt Exp $ NOPROG= NOMAN= @@ -7,7 +7,7 @@ CC=${HOSTCC} # PCI capable systems only .if (${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "armish" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \ + ${MACHINE} == "i386" || \ ${MACHINE} == "loongson" || ${MACHINE_ARCH} == "powerpc" || \ ${MACHINE} == "sgi" || ${MACHINE} == "sparc64") diff --git a/sys/dev/microcode/rum/Makefile b/sys/dev/microcode/rum/Makefile index 8f4cc11287e..f72ab1c817e 100644 --- a/sys/dev/microcode/rum/Makefile +++ b/sys/dev/microcode/rum/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2013/12/08 09:09:48 martynas Exp $ +# $OpenBSD: Makefile,v 1.13 2016/05/11 21:52:50 deraadt Exp $ NOPROG= NOMAN= @@ -8,8 +8,7 @@ CC=${HOSTCC} .if (${MACHINE_ARCH} == "powerpc" || \ ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "armish" || ${MACHINE} == "armv7" || \ - ${MACHINE} == "hppa" || \ - ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \ + ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ ${MACHINE} == "sgi" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus") diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile index 903815fa5b2..72fc3cdace0 100644 --- a/sys/dev/microcode/symbol/Makefile +++ b/sys/dev/microcode/symbol/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2014/07/16 20:08:25 okan Exp $ +# $OpenBSD: Makefile,v 1.11 2016/05/11 21:52:50 deraadt Exp $ NOPROG= NOMAN= @@ -8,8 +8,7 @@ CC=${HOSTCC} .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "macppc") || (${MACHINE} == "sparc") || \ (${MACHINE} == "sparc64") || (${MACHINE} == "hppa") || \ - (${MACHINE} == "hppa64") || (${MACHINE} == "sgi") || \ - (${MACHINE} == "zaurus") + (${MACHINE} == "sgi") || (${MACHINE} == "zaurus") afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ diff --git a/sys/dev/microcode/tht/Makefile b/sys/dev/microcode/tht/Makefile index 06f8408d490..f9b8c596a04 100644 --- a/sys/dev/microcode/tht/Makefile +++ b/sys/dev/microcode/tht/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2007/04/21 16:12:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2016/05/11 21:52:51 deraadt Exp $ NOPROG= NOMAN= @@ -7,7 +7,7 @@ CC=${HOSTCC} # PCI capable systems only .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \ (${MACHINE} == "amd64") || (${MACHINE} == "hppa") || \ - (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \ + (${MACHINE} == "i386") || \ (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") FIRM= tht diff --git a/sys/dev/microcode/tigon/Makefile b/sys/dev/microcode/tigon/Makefile index eafa333ba1f..68441bce12c 100644 --- a/sys/dev/microcode/tigon/Makefile +++ b/sys/dev/microcode/tigon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2009/08/29 21:37:14 kettenis Exp $ +# $OpenBSD: Makefile,v 1.8 2016/05/11 21:52:51 deraadt Exp $ NOPROG= NOMAN= @@ -8,8 +8,7 @@ CC=${HOSTCC} .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ (${MACHINE} == "sparc") || (${MACHINE_ARCH} == "powerpc") || \ - (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ - (${MACHINE} == "sgi") + (${MACHINE} == "hppa") || (${MACHINE} == "sgi") FIRM= tigon1 tigon2 diff --git a/sys/dev/microcode/tusb3410/Makefile b/sys/dev/microcode/tusb3410/Makefile index a10a92a59d9..58b1d8de137 100644 --- a/sys/dev/microcode/tusb3410/Makefile +++ b/sys/dev/microcode/tusb3410/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2015/05/26 02:21:54 jsg Exp $ +# $OpenBSD: Makefile,v 1.7 2016/05/11 21:52:51 deraadt Exp $ NOPROG= NOMAN= @@ -8,8 +8,7 @@ CC=${HOSTCC} .if (${MACHINE_ARCH} == "powerpc" || \ ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "armish" || ${MACHINE} == "armv7" || \ - ${MACHINE} == "hppa" || \ - ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \ + ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ ${MACHINE} == "sgi" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus") diff --git a/sys/dev/microcode/typhoon/Makefile b/sys/dev/microcode/typhoon/Makefile index 028880ae541..45a95df3b26 100644 --- a/sys/dev/microcode/typhoon/Makefile +++ b/sys/dev/microcode/typhoon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2007/08/01 21:42:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2016/05/11 21:52:51 deraadt Exp $ NOPROG= NOMAN= @@ -8,7 +8,7 @@ CC=${HOSTCC} .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \ - (${MACHINE} == "hppa64") || (${MACHINE} == "sgi") + (${MACHINE} == "sgi") FIRM= 3c990 diff --git a/sys/dev/microcode/udl/Makefile b/sys/dev/microcode/udl/Makefile index afc4d704822..8035e2f0c47 100644 --- a/sys/dev/microcode/udl/Makefile +++ b/sys/dev/microcode/udl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2015/05/26 02:21:54 jsg Exp $ +# $OpenBSD: Makefile,v 1.6 2016/05/11 21:52:51 deraadt Exp $ NOPROG= NOMAN= @@ -8,8 +8,7 @@ CC=${HOSTCC} .if (${MACHINE_ARCH} == "powerpc" || \ ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "armish" || ${MACHINE} == "armv7" || \ - ${MACHINE} == "hppa" || \ - ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \ + ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ ${MACHINE} == "sgi" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus") diff --git a/sys/dev/microcode/yds/Makefile b/sys/dev/microcode/yds/Makefile index e76da6359b2..c2f0fca5a5f 100644 --- a/sys/dev/microcode/yds/Makefile +++ b/sys/dev/microcode/yds/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2007/08/01 21:42:44 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2016/05/11 21:52:51 deraadt Exp $ NOPROG= NOMAN= @@ -8,7 +8,7 @@ CC=${HOSTCC} .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \ - (${MACHINE} == "hppa64") || (${MACHINE} == "sgi") + (${MACHINE} == "sgi") FIRM= yds diff --git a/sys/dev/microcode/zydas/Makefile b/sys/dev/microcode/zydas/Makefile index 796bb4397e6..d2390e03764 100644 --- a/sys/dev/microcode/zydas/Makefile +++ b/sys/dev/microcode/zydas/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2015/05/26 02:21:54 jsg Exp $ +# $OpenBSD: Makefile,v 1.12 2016/05/11 21:52:51 deraadt Exp $ NOPROG= NOMAN= @@ -8,8 +8,7 @@ CC=${HOSTCC} .if (${MACHINE_ARCH} == "powerpc" || \ ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "armish" || ${MACHINE} == "armv7" || \ - ${MACHINE} == "hppa" || \ - ${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \ + ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ ${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \ ${MACHINE} == "sgi" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus") |