summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2012-04-29 08:59:13 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2012-04-29 08:59:13 +0000
commit2ddd8515ef5a55e1709caaa91b7986cce2cb8df9 (patch)
treee59801037334701c1a48bdaa3bc8f3f37b8841dc /sys/arch/sgi/include
parentb44f8b1d131a3e0dd7e2fafee2ead6fc28d5ac2a (diff)
I am not sure what the mess with the wiring of carrier lines on Indigo resolves
to, so make this controllable with device flags, and default to non-bogus wiring.
Diffstat (limited to 'sys/arch/sgi/include')
-rw-r--r--sys/arch/sgi/include/z8530var.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sgi/include/z8530var.h b/sys/arch/sgi/include/z8530var.h
index 5fab516b720..a71726ddefb 100644
--- a/sys/arch/sgi/include/z8530var.h
+++ b/sys/arch/sgi/include/z8530var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: z8530var.h,v 1.1 2012/03/28 20:44:23 miod Exp $ */
+/* $OpenBSD: z8530var.h,v 1.2 2012/04/29 08:59:12 miod Exp $ */
/* $NetBSD: z8530var.h,v 1.10 2011/07/01 21:00:21 dyoung Exp $ */
/*
@@ -91,6 +91,8 @@ struct zs_channel {
struct zs_chanstate cs_zscs; /* Required: soft state */
bus_space_tag_t cs_bustag; /* Machine-dependent */
bus_space_handle_t cs_regs;
+ int cs_flags;
+#define ZSCFL_INDIGO_WIRING 0x01
};
struct zsc_softc {