From 4a4974b5fe3b5b0f85b96004d7da79ce6c50dd2f Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Thu, 12 Jan 2012 06:12:31 +0000 Subject: add support for skinny variants. from Alexey Suslikov reviewed by marco --- sys/dev/ic/mfivar.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic/mfivar.h') diff --git a/sys/dev/ic/mfivar.h b/sys/dev/ic/mfivar.h index 2c9ccb3775d..ac4ceec60c3 100644 --- a/sys/dev/ic/mfivar.h +++ b/sys/dev/ic/mfivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mfivar.h,v 1.41 2011/04/09 20:23:31 marco Exp $ */ +/* $OpenBSD: mfivar.h,v 1.42 2012/01/12 06:12:30 dlg Exp $ */ /* * Copyright (c) 2006 Marco Peereboom * @@ -95,7 +95,8 @@ SLIST_HEAD(mfi_ccb_list, mfi_ccb); enum mfi_iop { MFI_IOP_XSCALE, MFI_IOP_PPC, - MFI_IOP_GEN2 + MFI_IOP_GEN2, + MFI_IOP_SKINNY }; struct mfi_iop_ops { @@ -114,6 +115,7 @@ struct mfi_softc { const struct mfi_iop_ops *sc_iop; int sc_64bit_dma; + int sc_flags; bus_space_tag_t sc_iot; bus_space_handle_t sc_ioh; -- cgit v1.2.3