From 2ddd8515ef5a55e1709caaa91b7986cce2cb8df9 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 29 Apr 2012 08:59:13 +0000 Subject: 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. --- sys/arch/sgi/include/z8530var.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/sgi/include') 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 { -- cgit v1.2.3