View | Details | Raw Unified | Return to bug 281155 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/dev/mfi/mfireg.h (-1 / +1 lines)
Lines 1030-1036 struct mfi_evt_detail { Link Here
1030
		} pd_prog;
1030
		} pd_prog;
1031
1031
1032
		struct {
1032
		struct {
1033
			struct mfi_evt_pd	ld;
1033
			struct mfi_evt_pd	pd;
1034
			uint32_t		prev_state;
1034
			uint32_t		prev_state;
1035
			uint32_t		new_state;
1035
			uint32_t		new_state;
1036
		} pd_state;
1036
		} pd_state;

Return to bug 281155