summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mfivar.h
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2012-01-12 06:12:31 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2012-01-12 06:12:31 +0000
commit4a4974b5fe3b5b0f85b96004d7da79ce6c50dd2f (patch)
tree63a8feb04f104ba5eecb0e639768529e8a69f44f /sys/dev/ic/mfivar.h
parent48646acc3fc72327e799754df883c38defcf6215 (diff)
add support for skinny variants.
from Alexey Suslikov reviewed by marco
Diffstat (limited to 'sys/dev/ic/mfivar.h')
-rw-r--r--sys/dev/ic/mfivar.h6
1 files changed, 4 insertions, 2 deletions
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 <marco@peereboom.us>
*
@@ -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;