summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2012-08-14 03:44:11 +0000
committerdlg <dlg@openbsd.org>2012-08-14 03:44:11 +0000
commitb46ab0d1dc0df070c74cdebe794ba9969626032c (patch)
treec260c30ee204de14d8890c40be3503b596e81557 /sys/dev
parentmove knowledge of the location of the inbound doorbell out of code in (diff)
downloadwireguard-openbsd-b46ab0d1dc0df070c74cdebe794ba9969626032c.tar.xz
wireguard-openbsd-b46ab0d1dc0df070c74cdebe794ba9969626032c.zip
oops, dont claim FUSION is an iop type we will support in mfi(4)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/mfivar.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/mfivar.h b/sys/dev/ic/mfivar.h
index cc632de043a..df4da29eac1 100644
--- a/sys/dev/ic/mfivar.h
+++ b/sys/dev/ic/mfivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mfivar.h,v 1.44 2012/08/14 03:42:03 dlg Exp $ */
+/* $OpenBSD: mfivar.h,v 1.45 2012/08/14 03:44:11 dlg Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
*
@@ -97,8 +97,7 @@ enum mfi_iop {
MFI_IOP_XSCALE,
MFI_IOP_PPC,
MFI_IOP_GEN2,
- MFI_IOP_SKINNY,
- MFI_IOP_FUSION
+ MFI_IOP_SKINNY
};
struct mfi_iop_ops {