isci.h (a1914059f1434b0cdf113ebf16df627fd85689d0) isci.h (7392d27580df2d14b5c3b1a1d7989c06457a819d)
1/*
2 * This file is provided under a dual BSD/GPLv2 license. When using or
3 * redistributing this file, you may do so under either license.
4 *
5 * GPL LICENSE SUMMARY
6 *
7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
8 *

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

81
82#include "sci_base_controller.h"
83#include "scic_controller.h"
84#include "host.h"
85#include "timers.h"
86#include "sci_status.h"
87#include "request.h"
88#include "events.h"
1/*
2 * This file is provided under a dual BSD/GPLv2 license. When using or
3 * redistributing this file, you may do so under either license.
4 *
5 * GPL LICENSE SUMMARY
6 *
7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
8 *

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

81
82#include "sci_base_controller.h"
83#include "scic_controller.h"
84#include "host.h"
85#include "timers.h"
86#include "sci_status.h"
87#include "request.h"
88#include "events.h"
89#include "task.h"
90#include "sata.h"
89
90extern struct kmem_cache *isci_kmem_cache;
91extern struct isci_firmware *isci_firmware;
92
93#define ISCI_FW_NAME "isci/isci_firmware.bin"
94
95#define ISCI_FIRMWARE_MIN_SIZE 149
96

--- 49 unchanged lines hidden ---
91
92extern struct kmem_cache *isci_kmem_cache;
93extern struct isci_firmware *isci_firmware;
94
95#define ISCI_FW_NAME "isci/isci_firmware.bin"
96
97#define ISCI_FIRMWARE_MIN_SIZE 149
98

--- 49 unchanged lines hidden ---