summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-09-20 21:11:34 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-09-20 21:11:34 +0000
commit80eedc0d5e3316c9ab8c4de82c49e2efc205968e (patch)
treead42ace8683a77fab47930f87b57a1de23c062f8
parent647d0c4ed8c4257b83a072803941a4a8d07a1fcd (diff)
Don't bother checking for SPX on KA410 (VS2000), since the only colour option
for this machine is good'ol'GPX.
-rw-r--r--sys/arch/vax/vsa/lcspx.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/vax/vsa/lcspx.c b/sys/arch/vax/vsa/lcspx.c
index 6e35247e5d3..f659ee87048 100644
--- a/sys/arch/vax/vsa/lcspx.c
+++ b/sys/arch/vax/vsa/lcspx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lcspx.c,v 1.16 2010/12/26 15:41:00 miod Exp $ */
+/* $OpenBSD: lcspx.c,v 1.17 2011/09/20 21:11:33 miod Exp $ */
/*
* Copyright (c) 2006 Miodrag Vallat.
*
@@ -177,7 +177,6 @@ lcspx_vsbus_match(struct device *parent, void *vcf, void *aux)
default:
return (0);
- case VAX_BTYP_410:
case VAX_BTYP_420:
case VAX_BTYP_43:
/* not present on microvaxes */
@@ -264,7 +263,6 @@ lcspx_attach(struct device *parent, struct device *self, void *aux)
if (cn_tab == &wsdisplay_cons) {
switch (vax_boardtype) {
- case VAX_BTYP_410:
case VAX_BTYP_420:
case VAX_BTYP_43:
console = (vax_confdata & KA420_CFG_L3CON) == 0;
@@ -289,7 +287,6 @@ lcspx_attach(struct device *parent, struct device *self, void *aux)
}
switch (vax_boardtype) {
- case VAX_BTYP_410:
case VAX_BTYP_420:
case VAX_BTYP_43:
/*
@@ -631,7 +628,6 @@ lcspxcnprobe()
int rc;
switch (vax_boardtype) {
- case VAX_BTYP_410:
case VAX_BTYP_420:
case VAX_BTYP_43:
if ((vax_confdata & KA420_CFG_L3CON) != 0)
@@ -720,7 +716,6 @@ lcspxcninit()
ova = virtual_avail;
switch (vax_boardtype) {
- case VAX_BTYP_410:
case VAX_BTYP_420:
case VAX_BTYP_43:
/*