Deleted Added
full compact
57c57
< __FBSDID("$FreeBSD: head/sys/dev/mfi/mfivar.h 233877 2012-04-04 16:15:40Z jkim $");
---
> __FBSDID("$FreeBSD: head/sys/dev/mfi/mfivar.h 235014 2012-05-04 16:00:39Z ambrisko $");
108d107
< int cm_aen_abort;
218a218
> struct task mfi_map_sync_task;
221a222,224
> struct mfi_command *mfi_map_sync_cm;
> int cm_aen_abort;
> int cm_map_abort;
306,307d308
< uint64_t map_id;
< struct mfi_command *map_update_cmd;
420c421,424
< extern int mfi_tbolt_sync_map_info(struct mfi_softc *sc);
---
> extern void mfi_tbolt_sync_map_info(struct mfi_softc *sc);
> extern void mfi_handle_map_sync(void *context, int pending);
> extern int mfi_dcmd_command(struct mfi_softc *, struct mfi_command **,
> uint32_t, void **, size_t);