Deleted Added
full compact
mfivar.h (267084) mfivar.h (270732)
1/*-
2 * Copyright (c) 2006 IronPort Systems
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 40 unchanged lines hidden (view full) ---

49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50 * SUCH DAMAGE.
51 */
52
53#ifndef _MFIVAR_H
54#define _MFIVAR_H
55
56#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2006 IronPort Systems
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 40 unchanged lines hidden (view full) ---

49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50 * SUCH DAMAGE.
51 */
52
53#ifndef _MFIVAR_H
54#define _MFIVAR_H
55
56#include <sys/cdefs.h>
57__FBSDID("$FreeBSD: stable/10/sys/dev/mfi/mfivar.h 267084 2014-06-05 00:43:32Z kib $");
57__FBSDID("$FreeBSD: stable/10/sys/dev/mfi/mfivar.h 270732 2014-08-27 21:11:19Z markj $");
58
59#include <sys/lock.h>
60#include <sys/sx.h>
61
62#include <sys/types.h>
63#include <sys/taskqueue.h>
64#include "opt_mfi.h"
65

--- 130 unchanged lines hidden (view full) ---

196#define MFI_FLAGS_QFRZN (1<<1)
197#define MFI_FLAGS_OPEN (1<<2)
198#define MFI_FLAGS_STOP (1<<3)
199#define MFI_FLAGS_1064R (1<<4)
200#define MFI_FLAGS_1078 (1<<5)
201#define MFI_FLAGS_GEN2 (1<<6)
202#define MFI_FLAGS_SKINNY (1<<7)
203#define MFI_FLAGS_TBOLT (1<<8)
58
59#include <sys/lock.h>
60#include <sys/sx.h>
61
62#include <sys/types.h>
63#include <sys/taskqueue.h>
64#include "opt_mfi.h"
65

--- 130 unchanged lines hidden (view full) ---

196#define MFI_FLAGS_QFRZN (1<<1)
197#define MFI_FLAGS_OPEN (1<<2)
198#define MFI_FLAGS_STOP (1<<3)
199#define MFI_FLAGS_1064R (1<<4)
200#define MFI_FLAGS_1078 (1<<5)
201#define MFI_FLAGS_GEN2 (1<<6)
202#define MFI_FLAGS_SKINNY (1<<7)
203#define MFI_FLAGS_TBOLT (1<<8)
204#define MFI_FLAGS_MRSAS (1<<9)
204#define MFI_FLAGS_INVADER (1<<10)
205#define MFI_FLAGS_FURY (1<<11)
206 // Start: LSIP200113393
207 bus_dma_tag_t verbuf_h_dmat;
208 bus_dmamap_t verbuf_h_dmamap;
209 bus_addr_t verbuf_h_busaddr;
210 uint32_t *verbuf;
211 void *kbuff_arr[MAX_IOCTL_SGE];

--- 424 unchanged lines hidden ---
205#define MFI_FLAGS_INVADER (1<<10)
206#define MFI_FLAGS_FURY (1<<11)
207 // Start: LSIP200113393
208 bus_dma_tag_t verbuf_h_dmat;
209 bus_dmamap_t verbuf_h_dmamap;
210 bus_addr_t verbuf_h_busaddr;
211 uint32_t *verbuf;
212 void *kbuff_arr[MAX_IOCTL_SGE];

--- 424 unchanged lines hidden ---