summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-03-16 22:32:02 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-03-16 22:32:02 +0000
commit02abdafe8d6655acbbf42d4be1c1e987644bc3fc (patch)
treeed3b1ac9d48bb115ac00584241c29b67c0255a81 /sys
parent867c9d80b7b8e88481127ee4a61e03914ad3c98e (diff)
Get rid of redundant check in tcasicmatch() - we will only request "tcasic"
as platform.iobus on tc-capable machines.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/tc/tcasic.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/alpha/tc/tcasic.c b/sys/arch/alpha/tc/tcasic.c
index 6e6cebb5d02..4662dabcd59 100644
--- a/sys/arch/alpha/tc/tcasic.c
+++ b/sys/arch/alpha/tc/tcasic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcasic.c,v 1.13 2004/06/28 02:28:43 aaron Exp $ */
+/* $OpenBSD: tcasic.c,v 1.14 2006/03/16 22:32:01 miod Exp $ */
/* $NetBSD: tcasic.c,v 1.36 2001/08/23 01:16:52 nisimura Exp $ */
/*
@@ -68,10 +68,6 @@ tcasicmatch(parent, cfdata, aux)
if (strcmp(ma->ma_name, tcasic_cd.cd_name))
return (0);
- /* Make sure that the system supports a TurboChannel ASIC. */
- if ((cputype != ST_DEC_3000_500) && (cputype != ST_DEC_3000_300))
- return (0);
-
if (tcasicfound)
return (0);