diff options
| author | 2012-08-14 03:44:11 +0000 | |
|---|---|---|
| committer | 2012-08-14 03:44:11 +0000 | |
| commit | b46ab0d1dc0df070c74cdebe794ba9969626032c (patch) | |
| tree | c260c30ee204de14d8890c40be3503b596e81557 /sys/dev | |
| parent | move knowledge of the location of the inbound doorbell out of code in (diff) | |
| download | wireguard-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.h | 5 |
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 { |
