summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-08-01 21:43:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-08-01 21:43:04 +0000
commit598a852905fe552edcb1454953feb86d266dbb86 (patch)
tree81590370333e3849583ae24fe69d25abcf638d71 /sys/dev/microcode
parent4485d0282e87a1850cf027ce7050d26b88132aac (diff)
cats went away
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/atmel/Makefile10
-rw-r--r--sys/dev/microcode/fxp/Makefile7
-rw-r--r--sys/dev/microcode/kue/Makefile10
-rw-r--r--sys/dev/microcode/ral/Makefile8
-rw-r--r--sys/dev/microcode/rum/Makefile10
-rw-r--r--sys/dev/microcode/tigon/Makefile7
-rw-r--r--sys/dev/microcode/typhoon/Makefile7
-rw-r--r--sys/dev/microcode/uyap/Makefile8
-rw-r--r--sys/dev/microcode/yds/Makefile7
-rw-r--r--sys/dev/microcode/zydas/Makefile10
10 files changed, 40 insertions, 44 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile
index 5197473dbb3..da41e5a7723 100644
--- a/sys/dev/microcode/atmel/Makefile
+++ b/sys/dev/microcode/atmel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2007/04/05 23:41:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.15 2007/08/01 21:42:43 deraadt Exp $
NOPROG=
NOMAN=
@@ -7,10 +7,10 @@ CC=${HOSTCC}
# USB capable systems only
.if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \
(${MACHINE} == "amd64") || (${MACHINE} == "armish") || \
- (${MACHINE} == "cats") || (${MACHINE} == "hppa") || \
- (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \
- (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") || \
- (${MACHINE} == "zaurus") || (${MACHINE} == "landisk")
+ (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
+ (${MACHINE} == "i386") || (${MACHINE} == "sgi") || \
+ (${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") || \
+ (${MACHINE} == "landisk")
FIRM= atu-intersil-int atu-intersil-ext \
atu-rfmd-int atu-rfmd-ext \
diff --git a/sys/dev/microcode/fxp/Makefile b/sys/dev/microcode/fxp/Makefile
index f9ecb944955..5c4283c9e36 100644
--- a/sys/dev/microcode/fxp/Makefile
+++ b/sys/dev/microcode/fxp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2007/04/05 23:41:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.6 2007/08/01 21:42:43 deraadt Exp $
NOPROG=
NOMAN=
@@ -7,9 +7,8 @@ CC=${HOSTCC}
# PCI capable systems only
.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
(${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \
- (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \
- (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
- (${MACHINE} == "sgi")
+ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \
+ (${MACHINE} == "hppa64") || (${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 54017854456..6974858edd7 100644
--- a/sys/dev/microcode/kue/Makefile
+++ b/sys/dev/microcode/kue/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2007/04/05 23:41:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.8 2007/08/01 21:42:43 deraadt Exp $
NOPROG=
NOMAN=
@@ -7,10 +7,10 @@ CC=${HOSTCC}
# USB capable systems only
.if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \
(${MACHINE} == "amd64") || (${MACHINE} == "armish") || \
- (${MACHINE} == "cats") || (${MACHINE} == "hppa") || \
- (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \
- (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") || \
- (${MACHINE} == "zaurus") || (${MACHINE} == "landisk")
+ (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
+ (${MACHINE} == "i386") || (${MACHINE} == "sgi") || \
+ (${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") || \
+ (${MACHINE} == "landisk")
FIRM= kue
diff --git a/sys/dev/microcode/ral/Makefile b/sys/dev/microcode/ral/Makefile
index 2db0afcd9e4..97ed394f10c 100644
--- a/sys/dev/microcode/ral/Makefile
+++ b/sys/dev/microcode/ral/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2007/04/05 23:41:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.6 2007/08/01 21:42:43 deraadt Exp $
NOPROG=
NOMAN=
@@ -7,9 +7,9 @@ CC=${HOSTCC}
# PCI capable systems only
.if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \
(${MACHINE} == "amd64") || (${MACHINE} == "armish") || \
- (${MACHINE} == "cats") || (${MACHINE} == "hppa") || \
- (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \
- (${MACHINE} == "sgi") || (${MACHINE} == "sparc64")
+ (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
+ (${MACHINE} == "i386") || (${MACHINE} == "sgi") || \
+ (${MACHINE} == "sparc64")
FIRM= ral-rt2561 ral-rt2561s ral-rt2661
diff --git a/sys/dev/microcode/rum/Makefile b/sys/dev/microcode/rum/Makefile
index f69e464bf96..7bf785df07a 100644
--- a/sys/dev/microcode/rum/Makefile
+++ b/sys/dev/microcode/rum/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2007/04/05 23:41:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.4 2007/08/01 21:42:43 deraadt Exp $
NOPROG=
NOMAN=
@@ -7,10 +7,10 @@ CC=${HOSTCC}
# USB capable systems only
.if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \
(${MACHINE} == "amd64") || (${MACHINE} == "armish") || \
- (${MACHINE} == "cats") || (${MACHINE} == "hppa") || \
- (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \
- (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") || \
- (${MACHINE} == "zaurus") || (${MACHINE} == "landisk")
+ (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
+ (${MACHINE} == "i386") || (${MACHINE} == "sgi") || \
+ (${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") || \
+ (${MACHINE} == "landisk")
FIRM= rum-rt2573
diff --git a/sys/dev/microcode/tigon/Makefile b/sys/dev/microcode/tigon/Makefile
index 1c3d3692697..badb9058f71 100644
--- a/sys/dev/microcode/tigon/Makefile
+++ b/sys/dev/microcode/tigon/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2007/04/05 23:41:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.6 2007/08/01 21:42:43 deraadt Exp $
NOPROG=
NOMAN=
@@ -7,9 +7,8 @@ CC=${HOSTCC}
# PCI capable systems only
.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
(${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \
- (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \
- (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
- (${MACHINE} == "sgi")
+ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \
+ (${MACHINE} == "hppa64") || (${MACHINE} == "sgi")
FIRM= tigon1 tigon2
diff --git a/sys/dev/microcode/typhoon/Makefile b/sys/dev/microcode/typhoon/Makefile
index cfd665f1592..028880ae541 100644
--- a/sys/dev/microcode/typhoon/Makefile
+++ b/sys/dev/microcode/typhoon/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2007/04/05 23:41:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.6 2007/08/01 21:42:43 deraadt Exp $
NOPROG=
NOMAN=
@@ -7,9 +7,8 @@ CC=${HOSTCC}
# PCI capable systems only
.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
(${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \
- (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \
- (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
- (${MACHINE} == "sgi")
+ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \
+ (${MACHINE} == "hppa64") || (${MACHINE} == "sgi")
FIRM= 3c990
diff --git a/sys/dev/microcode/uyap/Makefile b/sys/dev/microcode/uyap/Makefile
index 7ad511035c6..ae24c7f1ce6 100644
--- a/sys/dev/microcode/uyap/Makefile
+++ b/sys/dev/microcode/uyap/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2007/04/05 23:41:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.6 2007/08/01 21:42:44 deraadt Exp $
NOPROG=
NOMAN=
@@ -7,9 +7,9 @@ CC=${HOSTCC}
# USB capable systems only
.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
(${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \
- (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \
- (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
- (${MACHINE} == "sgi") || (${MACHINE} == "landisk")
+ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \
+ (${MACHINE} == "hppa64") || (${MACHINE} == "sgi") || \
+ (${MACHINE} == "landisk")
FIRM= uyap
diff --git a/sys/dev/microcode/yds/Makefile b/sys/dev/microcode/yds/Makefile
index dac8c03a554..e76da6359b2 100644
--- a/sys/dev/microcode/yds/Makefile
+++ b/sys/dev/microcode/yds/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2007/04/05 23:41:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.4 2007/08/01 21:42:44 deraadt Exp $
NOPROG=
NOMAN=
@@ -7,9 +7,8 @@ CC=${HOSTCC}
# PCI capable systems only
.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
(${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \
- (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \
- (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
- (${MACHINE} == "sgi")
+ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "hppa") || \
+ (${MACHINE} == "hppa64") || (${MACHINE} == "sgi")
FIRM= yds
diff --git a/sys/dev/microcode/zydas/Makefile b/sys/dev/microcode/zydas/Makefile
index b4c6a4a9fe0..17a4d4aaa45 100644
--- a/sys/dev/microcode/zydas/Makefile
+++ b/sys/dev/microcode/zydas/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2007/04/05 23:41:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.6 2007/08/01 21:42:44 deraadt Exp $
NOPROG=
NOMAN=
@@ -7,10 +7,10 @@ CC=${HOSTCC}
# USB capable systems only
.if (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \
(${MACHINE} == "amd64") || (${MACHINE} == "armish") || \
- (${MACHINE} == "cats") || (${MACHINE} == "hppa") || \
- (${MACHINE} == "hppa64") || (${MACHINE} == "i386") || \
- (${MACHINE} == "sgi") || (${MACHINE} == "sparc64") || \
- (${MACHINE} == "zaurus") || (${MACHINE} == "landisk")
+ (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \
+ (${MACHINE} == "i386") || (${MACHINE} == "sgi") || \
+ (${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") || \
+ (${MACHINE} == "landisk")
FIRM= zd1211 zd1211b