Deleted Added
full compact
mrsas.h (299669) mrsas.h (299670)
1/*
2 * Copyright (c) 2015, AVAGO Tech. All rights reserved. Authors: Marian Choy
3 * Copyright (c) 2014, LSI Corp. All rights reserved. Authors: Marian Choy
4 * Support: freebsdraid@avagotech.com
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met:

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

33 * official policies,either expressed or implied, of the FreeBSD Project.
34 *
35 * Send feedback to: <megaraidfbsd@avagotech.com> Mail to: AVAGO TECHNOLOGIES, 1621
36 * Barber Lane, Milpitas, CA 95035 ATTN: MegaRaid FreeBSD
37 *
38 */
39
40#include <sys/cdefs.h>
1/*
2 * Copyright (c) 2015, AVAGO Tech. All rights reserved. Authors: Marian Choy
3 * Copyright (c) 2014, LSI Corp. All rights reserved. Authors: Marian Choy
4 * Support: freebsdraid@avagotech.com
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met:

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

33 * official policies,either expressed or implied, of the FreeBSD Project.
34 *
35 * Send feedback to: <megaraidfbsd@avagotech.com> Mail to: AVAGO TECHNOLOGIES, 1621
36 * Barber Lane, Milpitas, CA 95035 ATTN: MegaRaid FreeBSD
37 *
38 */
39
40#include <sys/cdefs.h>
41__FBSDID("$FreeBSD: head/sys/dev/mrsas/mrsas.h 299669 2016-05-13 12:15:20Z kadesai $");
41__FBSDID("$FreeBSD: head/sys/dev/mrsas/mrsas.h 299670 2016-05-13 12:18:12Z kadesai $");
42
43#ifndef MRSAS_H
44#define MRSAS_H
45
46#include <sys/param.h> /* defines used in kernel.h */
47#include <sys/module.h>
48#include <sys/systm.h>
49#include <sys/proc.h>

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

75#define IOCTL_SEMA_DESCRIPTION "mrsas semaphore for MFI pool"
76
77/*
78 * Device IDs and PCI
79 */
80#define MRSAS_TBOLT 0x005b
81#define MRSAS_INVADER 0x005d
82#define MRSAS_FURY 0x005f
42
43#ifndef MRSAS_H
44#define MRSAS_H
45
46#include <sys/param.h> /* defines used in kernel.h */
47#include <sys/module.h>
48#include <sys/systm.h>
49#include <sys/proc.h>

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

75#define IOCTL_SEMA_DESCRIPTION "mrsas semaphore for MFI pool"
76
77/*
78 * Device IDs and PCI
79 */
80#define MRSAS_TBOLT 0x005b
81#define MRSAS_INVADER 0x005d
82#define MRSAS_FURY 0x005f
83#define MRSAS_INTRUDER 0x00ce
84#define MRSAS_INTRUDER_24 0x00cf
83#define MRSAS_PCI_BAR0 0x10
84#define MRSAS_PCI_BAR1 0x14
85#define MRSAS_PCI_BAR2 0x1C
86
87/*
88 * Firmware State Defines
89 */
90#define MRSAS_FWSTATE_MAXCMD_MASK 0x0000FFFF

--- 2751 unchanged lines hidden ---
85#define MRSAS_PCI_BAR0 0x10
86#define MRSAS_PCI_BAR1 0x14
87#define MRSAS_PCI_BAR2 0x1C
88
89/*
90 * Firmware State Defines
91 */
92#define MRSAS_FWSTATE_MAXCMD_MASK 0x0000FFFF

--- 2751 unchanged lines hidden ---