blob: 9ef98e40d81a01bce8fd0b4a95355a89e18616d1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Adaptec AAC series RAID controller driver
Alan Coxfa195af2008-10-27 15:16:36 +00003 * (c) Copyright 2001 Red Hat Inc.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
5 * based on the old aacraid driver that is..
6 * Adaptec aacraid device driver for Linux.
7 *
Mahesh Rajashekharae8b12f02011-03-17 02:10:32 -07008 * Copyright (c) 2000-2010 Adaptec, Inc.
Raghava Aditya Renukuntaf4babba2017-02-02 15:53:36 -08009 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com)
10 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com)
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2, or (at your option)
15 * any later version.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; see the file COPYING. If not, write to
24 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
25 *
26 * Module Name:
27 * linit.c
28 *
29 * Abstract: Linux Driver entry module for Adaptec RAID Array Controller
30 */
31
Linus Torvalds1da177e2005-04-16 15:20:36 -070032
33#include <linux/compat.h>
34#include <linux/blkdev.h>
35#include <linux/completion.h>
36#include <linux/init.h>
37#include <linux/interrupt.h>
38#include <linux/kernel.h>
39#include <linux/module.h>
40#include <linux/moduleparam.h>
41#include <linux/pci.h>
Raghava Aditya Renukunta5c63f7f2016-02-03 15:06:01 -080042#include <linux/aer.h>
Vasily Averincf161232011-11-11 13:42:16 +040043#include <linux/pci-aspm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070044#include <linux/slab.h>
Arnd Bergmannc45d15d2010-06-02 14:28:52 +020045#include <linux/mutex.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#include <linux/spinlock.h>
47#include <linux/syscalls.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070048#include <linux/delay.h>
Christoph Hellwigfe273812006-02-14 18:45:06 +010049#include <linux/kthread.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
51#include <scsi/scsi.h>
52#include <scsi/scsi_cmnd.h>
53#include <scsi/scsi_device.h>
54#include <scsi/scsi_host.h>
55#include <scsi/scsi_tcq.h>
56#include <scsi/scsicam.h>
57#include <scsi/scsi_eh.h>
58
59#include "aacraid.h"
60
Raghava Aditya Renukunta0ba8fda2017-02-02 15:53:37 -080061#define AAC_DRIVER_VERSION "1.2.1"
Mark Haverkamp9a72f972006-03-27 09:44:37 -080062#ifndef AAC_DRIVER_BRANCH
63#define AAC_DRIVER_BRANCH ""
64#endif
Mark Haverkamp9a72f972006-03-27 09:44:37 -080065#define AAC_DRIVERNAME "aacraid"
66
Mark Haverkampc7f47602005-08-03 15:38:55 -070067#ifdef AAC_DRIVER_BUILD
68#define _str(x) #x
69#define str(x) _str(x)
70#define AAC_DRIVER_FULL_VERSION AAC_DRIVER_VERSION "[" str(AAC_DRIVER_BUILD) "]" AAC_DRIVER_BRANCH
71#else
Michal Marek571b16d2011-04-01 12:41:20 +020072#define AAC_DRIVER_FULL_VERSION AAC_DRIVER_VERSION AAC_DRIVER_BRANCH
Mark Haverkampc7f47602005-08-03 15:38:55 -070073#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070074
75MODULE_AUTHOR("Red Hat Inc and Adaptec");
76MODULE_DESCRIPTION("Dell PERC2, 2/Si, 3/Si, 3/Di, "
77 "Adaptec Advanced Raid Products, "
Mark Haverkamp1241f352006-03-27 09:44:23 -080078 "HP NetRAID-4M, IBM ServeRAID & ICP SCSI driver");
Linus Torvalds1da177e2005-04-16 15:20:36 -070079MODULE_LICENSE("GPL");
Mark Haverkampc7f47602005-08-03 15:38:55 -070080MODULE_VERSION(AAC_DRIVER_FULL_VERSION);
Linus Torvalds1da177e2005-04-16 15:20:36 -070081
Arnd Bergmannc45d15d2010-06-02 14:28:52 +020082static DEFINE_MUTEX(aac_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -070083static LIST_HEAD(aac_devices);
Raghava Aditya Renukuntab9fb54b2016-02-03 15:06:07 -080084static int aac_cfg_major = AAC_CHARDEV_UNREGISTERED;
Mark Haverkampc7f47602005-08-03 15:38:55 -070085char aac_driver_version[] = AAC_DRIVER_FULL_VERSION;
Linus Torvalds1da177e2005-04-16 15:20:36 -070086
87/*
88 * Because of the way Linux names scsi devices, the order in this table has
89 * become important. Check for on-board Raid first, add-in cards second.
90 *
91 * Note: The last field is used to index into aac_drivers below.
92 */
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -080093static const struct pci_device_id aac_pci_tbl[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -070094 { 0x1028, 0x0001, 0x1028, 0x0001, 0, 0, 0 }, /* PERC 2/Si (Iguana/PERC2Si) */
95 { 0x1028, 0x0002, 0x1028, 0x0002, 0, 0, 1 }, /* PERC 3/Di (Opal/PERC3Di) */
96 { 0x1028, 0x0003, 0x1028, 0x0003, 0, 0, 2 }, /* PERC 3/Si (SlimFast/PERC3Si */
97 { 0x1028, 0x0004, 0x1028, 0x00d0, 0, 0, 3 }, /* PERC 3/Di (Iguana FlipChip/PERC3DiF */
98 { 0x1028, 0x0002, 0x1028, 0x00d1, 0, 0, 4 }, /* PERC 3/Di (Viper/PERC3DiV) */
99 { 0x1028, 0x0002, 0x1028, 0x00d9, 0, 0, 5 }, /* PERC 3/Di (Lexus/PERC3DiL) */
100 { 0x1028, 0x000a, 0x1028, 0x0106, 0, 0, 6 }, /* PERC 3/Di (Jaguar/PERC3DiJ) */
101 { 0x1028, 0x000a, 0x1028, 0x011b, 0, 0, 7 }, /* PERC 3/Di (Dagger/PERC3DiD) */
102 { 0x1028, 0x000a, 0x1028, 0x0121, 0, 0, 8 }, /* PERC 3/Di (Boxster/PERC3DiB) */
103 { 0x9005, 0x0283, 0x9005, 0x0283, 0, 0, 9 }, /* catapult */
104 { 0x9005, 0x0284, 0x9005, 0x0284, 0, 0, 10 }, /* tomcat */
105 { 0x9005, 0x0285, 0x9005, 0x0286, 0, 0, 11 }, /* Adaptec 2120S (Crusader) */
106 { 0x9005, 0x0285, 0x9005, 0x0285, 0, 0, 12 }, /* Adaptec 2200S (Vulcan) */
107 { 0x9005, 0x0285, 0x9005, 0x0287, 0, 0, 13 }, /* Adaptec 2200S (Vulcan-2m) */
108 { 0x9005, 0x0285, 0x17aa, 0x0286, 0, 0, 14 }, /* Legend S220 (Legend Crusader) */
109 { 0x9005, 0x0285, 0x17aa, 0x0287, 0, 0, 15 }, /* Legend S230 (Legend Vulcan) */
110
111 { 0x9005, 0x0285, 0x9005, 0x0288, 0, 0, 16 }, /* Adaptec 3230S (Harrier) */
112 { 0x9005, 0x0285, 0x9005, 0x0289, 0, 0, 17 }, /* Adaptec 3240S (Tornado) */
113 { 0x9005, 0x0285, 0x9005, 0x028a, 0, 0, 18 }, /* ASR-2020ZCR SCSI PCI-X ZCR (Skyhawk) */
114 { 0x9005, 0x0285, 0x9005, 0x028b, 0, 0, 19 }, /* ASR-2025ZCR SCSI SO-DIMM PCI-X ZCR (Terminator) */
115 { 0x9005, 0x0286, 0x9005, 0x028c, 0, 0, 20 }, /* ASR-2230S + ASR-2230SLP PCI-X (Lancer) */
116 { 0x9005, 0x0286, 0x9005, 0x028d, 0, 0, 21 }, /* ASR-2130S (Lancer) */
117 { 0x9005, 0x0286, 0x9005, 0x029b, 0, 0, 22 }, /* AAR-2820SA (Intruder) */
118 { 0x9005, 0x0286, 0x9005, 0x029c, 0, 0, 23 }, /* AAR-2620SA (Intruder) */
119 { 0x9005, 0x0286, 0x9005, 0x029d, 0, 0, 24 }, /* AAR-2420SA (Intruder) */
Salyzyn, Mark8e9d58e2006-12-18 15:01:41 -0500120 { 0x9005, 0x0286, 0x9005, 0x029e, 0, 0, 25 }, /* ICP9024RO (Lancer) */
121 { 0x9005, 0x0286, 0x9005, 0x029f, 0, 0, 26 }, /* ICP9014RO (Lancer) */
Mark Haverkamp84971732005-06-20 11:55:24 -0700122 { 0x9005, 0x0286, 0x9005, 0x02a0, 0, 0, 27 }, /* ICP9047MA (Lancer) */
123 { 0x9005, 0x0286, 0x9005, 0x02a1, 0, 0, 28 }, /* ICP9087MA (Lancer) */
Mark Haverkamp75c36282006-06-08 13:55:42 -0700124 { 0x9005, 0x0286, 0x9005, 0x02a3, 0, 0, 29 }, /* ICP5445AU (Hurricane44) */
Mark Haverkamp84971732005-06-20 11:55:24 -0700125 { 0x9005, 0x0285, 0x9005, 0x02a4, 0, 0, 30 }, /* ICP9085LI (Marauder-X) */
126 { 0x9005, 0x0285, 0x9005, 0x02a5, 0, 0, 31 }, /* ICP5085BR (Marauder-E) */
Mark Haverkamp8e87c2f2005-08-08 14:20:43 -0700127 { 0x9005, 0x0286, 0x9005, 0x02a6, 0, 0, 32 }, /* ICP9067MA (Intruder-6) */
128 { 0x9005, 0x0287, 0x9005, 0x0800, 0, 0, 33 }, /* Themisto Jupiter Platform */
129 { 0x9005, 0x0200, 0x9005, 0x0200, 0, 0, 33 }, /* Themisto Jupiter Platform */
130 { 0x9005, 0x0286, 0x9005, 0x0800, 0, 0, 34 }, /* Callisto Jupiter Platform */
131 { 0x9005, 0x0285, 0x9005, 0x028e, 0, 0, 35 }, /* ASR-2020SA SATA PCI-X ZCR (Skyhawk) */
132 { 0x9005, 0x0285, 0x9005, 0x028f, 0, 0, 36 }, /* ASR-2025SA SATA SO-DIMM PCI-X ZCR (Terminator) */
133 { 0x9005, 0x0285, 0x9005, 0x0290, 0, 0, 37 }, /* AAR-2410SA PCI SATA 4ch (Jaguar II) */
134 { 0x9005, 0x0285, 0x1028, 0x0291, 0, 0, 38 }, /* CERC SATA RAID 2 PCI SATA 6ch (DellCorsair) */
135 { 0x9005, 0x0285, 0x9005, 0x0292, 0, 0, 39 }, /* AAR-2810SA PCI SATA 8ch (Corsair-8) */
136 { 0x9005, 0x0285, 0x9005, 0x0293, 0, 0, 40 }, /* AAR-21610SA PCI SATA 16ch (Corsair-16) */
137 { 0x9005, 0x0285, 0x9005, 0x0294, 0, 0, 41 }, /* ESD SO-DIMM PCI-X SATA ZCR (Prowler) */
138 { 0x9005, 0x0285, 0x103C, 0x3227, 0, 0, 42 }, /* AAR-2610SA PCI SATA 6ch */
139 { 0x9005, 0x0285, 0x9005, 0x0296, 0, 0, 43 }, /* ASR-2240S (SabreExpress) */
Salyzyn, Mark8e9d58e2006-12-18 15:01:41 -0500140 { 0x9005, 0x0285, 0x9005, 0x0297, 0, 0, 44 }, /* ASR-4005 */
Mark Haverkamp8e87c2f2005-08-08 14:20:43 -0700141 { 0x9005, 0x0285, 0x1014, 0x02F2, 0, 0, 45 }, /* IBM 8i (AvonPark) */
142 { 0x9005, 0x0285, 0x1014, 0x0312, 0, 0, 45 }, /* IBM 8i (AvonPark Lite) */
143 { 0x9005, 0x0286, 0x1014, 0x9580, 0, 0, 46 }, /* IBM 8k/8k-l8 (Aurora) */
144 { 0x9005, 0x0286, 0x1014, 0x9540, 0, 0, 47 }, /* IBM 8k/8k-l4 (Aurora Lite) */
Salyzyn, Mark8e9d58e2006-12-18 15:01:41 -0500145 { 0x9005, 0x0285, 0x9005, 0x0298, 0, 0, 48 }, /* ASR-4000 (BlackBird) */
Mark Haverkamp8e87c2f2005-08-08 14:20:43 -0700146 { 0x9005, 0x0285, 0x9005, 0x0299, 0, 0, 49 }, /* ASR-4800SAS (Marauder-X) */
147 { 0x9005, 0x0285, 0x9005, 0x029a, 0, 0, 50 }, /* ASR-4805SAS (Marauder-E) */
Salyzyn, Mark8e9d58e2006-12-18 15:01:41 -0500148 { 0x9005, 0x0286, 0x9005, 0x02a2, 0, 0, 51 }, /* ASR-3800 (Hurricane44) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149
Mark Haverkamp8e87c2f2005-08-08 14:20:43 -0700150 { 0x9005, 0x0285, 0x1028, 0x0287, 0, 0, 52 }, /* Perc 320/DC*/
151 { 0x1011, 0x0046, 0x9005, 0x0365, 0, 0, 53 }, /* Adaptec 5400S (Mustang)*/
152 { 0x1011, 0x0046, 0x9005, 0x0364, 0, 0, 54 }, /* Adaptec 5400S (Mustang)*/
153 { 0x1011, 0x0046, 0x9005, 0x1364, 0, 0, 55 }, /* Dell PERC2/QC */
154 { 0x1011, 0x0046, 0x103c, 0x10c2, 0, 0, 56 }, /* HP NetRAID-4M */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155
Mark Haverkamp8e87c2f2005-08-08 14:20:43 -0700156 { 0x9005, 0x0285, 0x1028, PCI_ANY_ID, 0, 0, 57 }, /* Dell Catchall */
157 { 0x9005, 0x0285, 0x17aa, PCI_ANY_ID, 0, 0, 58 }, /* Legend Catchall */
158 { 0x9005, 0x0285, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 59 }, /* Adaptec Catch All */
159 { 0x9005, 0x0286, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 60 }, /* Adaptec Rocket Catch All */
Mark Haverkamp239eab12007-01-23 15:00:13 -0800160 { 0x9005, 0x0288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 61 }, /* Adaptec NEMER/ARK Catch All */
Mahesh Rajashekhara11604612012-02-08 22:51:04 -0800161 { 0x9005, 0x028b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 62 }, /* Adaptec PMC Series 6 (Tupelo) */
162 { 0x9005, 0x028c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 63 }, /* Adaptec PMC Series 7 (Denali) */
163 { 0x9005, 0x028d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 64 }, /* Adaptec PMC Series 8 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 { 0,}
165};
166MODULE_DEVICE_TABLE(pci, aac_pci_tbl);
167
168/*
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -0800169 * dmb - For now we add the number of channels to this structure.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170 * In the future we should add a fib that reports the number of channels
171 * for the card. At that time we can remove the channels from here
172 */
173static struct aac_driver_ident aac_drivers[] = {
Salyzyn, Mark94cf6ba2007-12-13 16:14:18 -0800174 { aac_rx_init, "percraid", "DELL ", "PERCRAID ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* PERC 2/Si (Iguana/PERC2Si) */
175 { aac_rx_init, "percraid", "DELL ", "PERCRAID ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* PERC 3/Di (Opal/PERC3Di) */
176 { aac_rx_init, "percraid", "DELL ", "PERCRAID ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* PERC 3/Si (SlimFast/PERC3Si */
177 { aac_rx_init, "percraid", "DELL ", "PERCRAID ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* PERC 3/Di (Iguana FlipChip/PERC3DiF */
178 { aac_rx_init, "percraid", "DELL ", "PERCRAID ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* PERC 3/Di (Viper/PERC3DiV) */
179 { aac_rx_init, "percraid", "DELL ", "PERCRAID ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* PERC 3/Di (Lexus/PERC3DiL) */
180 { aac_rx_init, "percraid", "DELL ", "PERCRAID ", 1, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* PERC 3/Di (Jaguar/PERC3DiJ) */
181 { aac_rx_init, "percraid", "DELL ", "PERCRAID ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* PERC 3/Di (Dagger/PERC3DiD) */
182 { aac_rx_init, "percraid", "DELL ", "PERCRAID ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* PERC 3/Di (Boxster/PERC3DiB) */
183 { aac_rx_init, "aacraid", "ADAPTEC ", "catapult ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* catapult */
184 { aac_rx_init, "aacraid", "ADAPTEC ", "tomcat ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* tomcat */
Hillier, Gernotb21227c2008-09-17 16:03:06 +0200185 { aac_rx_init, "aacraid", "ADAPTEC ", "Adaptec 2120S ", 1, AAC_QUIRK_31BIT | AAC_QUIRK_34SG }, /* Adaptec 2120S (Crusader) */
186 { aac_rx_init, "aacraid", "ADAPTEC ", "Adaptec 2200S ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG }, /* Adaptec 2200S (Vulcan) */
Salyzyn, Mark94cf6ba2007-12-13 16:14:18 -0800187 { aac_rx_init, "aacraid", "ADAPTEC ", "Adaptec 2200S ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* Adaptec 2200S (Vulcan-2m) */
188 { aac_rx_init, "aacraid", "Legend ", "Legend S220 ", 1, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* Legend S220 (Legend Crusader) */
189 { aac_rx_init, "aacraid", "Legend ", "Legend S230 ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* Legend S230 (Legend Vulcan) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190
191 { aac_rx_init, "aacraid", "ADAPTEC ", "Adaptec 3230S ", 2 }, /* Adaptec 3230S (Harrier) */
192 { aac_rx_init, "aacraid", "ADAPTEC ", "Adaptec 3240S ", 2 }, /* Adaptec 3240S (Tornado) */
193 { aac_rx_init, "aacraid", "ADAPTEC ", "ASR-2020ZCR ", 2 }, /* ASR-2020ZCR SCSI PCI-X ZCR (Skyhawk) */
194 { aac_rx_init, "aacraid", "ADAPTEC ", "ASR-2025ZCR ", 2 }, /* ASR-2025ZCR SCSI SO-DIMM PCI-X ZCR (Terminator) */
195 { aac_rkt_init, "aacraid", "ADAPTEC ", "ASR-2230S PCI-X ", 2 }, /* ASR-2230S + ASR-2230SLP PCI-X (Lancer) */
196 { aac_rkt_init, "aacraid", "ADAPTEC ", "ASR-2130S PCI-X ", 1 }, /* ASR-2130S (Lancer) */
197 { aac_rkt_init, "aacraid", "ADAPTEC ", "AAR-2820SA ", 1 }, /* AAR-2820SA (Intruder) */
198 { aac_rkt_init, "aacraid", "ADAPTEC ", "AAR-2620SA ", 1 }, /* AAR-2620SA (Intruder) */
199 { aac_rkt_init, "aacraid", "ADAPTEC ", "AAR-2420SA ", 1 }, /* AAR-2420SA (Intruder) */
Salyzyn, Mark8e9d58e2006-12-18 15:01:41 -0500200 { aac_rkt_init, "aacraid", "ICP ", "ICP9024RO ", 2 }, /* ICP9024RO (Lancer) */
201 { aac_rkt_init, "aacraid", "ICP ", "ICP9014RO ", 1 }, /* ICP9014RO (Lancer) */
Mark Haverkamp84971732005-06-20 11:55:24 -0700202 { aac_rkt_init, "aacraid", "ICP ", "ICP9047MA ", 1 }, /* ICP9047MA (Lancer) */
203 { aac_rkt_init, "aacraid", "ICP ", "ICP9087MA ", 1 }, /* ICP9087MA (Lancer) */
Mark Haverkamp75c36282006-06-08 13:55:42 -0700204 { aac_rkt_init, "aacraid", "ICP ", "ICP5445AU ", 1 }, /* ICP5445AU (Hurricane44) */
Mark Haverkamp8e87c2f2005-08-08 14:20:43 -0700205 { aac_rx_init, "aacraid", "ICP ", "ICP9085LI ", 1 }, /* ICP9085LI (Marauder-X) */
206 { aac_rx_init, "aacraid", "ICP ", "ICP5085BR ", 1 }, /* ICP5085BR (Marauder-E) */
207 { aac_rkt_init, "aacraid", "ICP ", "ICP9067MA ", 1 }, /* ICP9067MA (Intruder-6) */
Mark Haverkamp84971732005-06-20 11:55:24 -0700208 { NULL , "aacraid", "ADAPTEC ", "Themisto ", 0, AAC_QUIRK_SLAVE }, /* Jupiter Platform */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209 { aac_rkt_init, "aacraid", "ADAPTEC ", "Callisto ", 2, AAC_QUIRK_MASTER }, /* Jupiter Platform */
210 { aac_rx_init, "aacraid", "ADAPTEC ", "ASR-2020SA ", 1 }, /* ASR-2020SA SATA PCI-X ZCR (Skyhawk) */
211 { aac_rx_init, "aacraid", "ADAPTEC ", "ASR-2025SA ", 1 }, /* ASR-2025SA SATA SO-DIMM PCI-X ZCR (Terminator) */
Mark Haverkampdb39363c2006-01-11 09:28:29 -0800212 { aac_rx_init, "aacraid", "ADAPTEC ", "AAR-2410SA SATA ", 1, AAC_QUIRK_17SG }, /* AAR-2410SA PCI SATA 4ch (Jaguar II) */
213 { aac_rx_init, "aacraid", "DELL ", "CERC SR2 ", 1, AAC_QUIRK_17SG }, /* CERC SATA RAID 2 PCI SATA 6ch (DellCorsair) */
214 { aac_rx_init, "aacraid", "ADAPTEC ", "AAR-2810SA SATA ", 1, AAC_QUIRK_17SG }, /* AAR-2810SA PCI SATA 8ch (Corsair-8) */
215 { aac_rx_init, "aacraid", "ADAPTEC ", "AAR-21610SA SATA", 1, AAC_QUIRK_17SG }, /* AAR-21610SA PCI SATA 16ch (Corsair-16) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216 { aac_rx_init, "aacraid", "ADAPTEC ", "ASR-2026ZCR ", 1 }, /* ESD SO-DIMM PCI-X SATA ZCR (Prowler) */
217 { aac_rx_init, "aacraid", "ADAPTEC ", "AAR-2610SA ", 1 }, /* SATA 6Ch (Bearcat) */
218 { aac_rx_init, "aacraid", "ADAPTEC ", "ASR-2240S ", 1 }, /* ASR-2240S (SabreExpress) */
Salyzyn, Mark8e9d58e2006-12-18 15:01:41 -0500219 { aac_rx_init, "aacraid", "ADAPTEC ", "ASR-4005 ", 1 }, /* ASR-4005 */
Mark Haverkamp84971732005-06-20 11:55:24 -0700220 { aac_rx_init, "ServeRAID","IBM ", "ServeRAID 8i ", 1 }, /* IBM 8i (AvonPark) */
Mark Haverkamp8e87c2f2005-08-08 14:20:43 -0700221 { aac_rkt_init, "ServeRAID","IBM ", "ServeRAID 8k-l8 ", 1 }, /* IBM 8k/8k-l8 (Aurora) */
222 { aac_rkt_init, "ServeRAID","IBM ", "ServeRAID 8k-l4 ", 1 }, /* IBM 8k/8k-l4 (Aurora Lite) */
Salyzyn, Mark8e9d58e2006-12-18 15:01:41 -0500223 { aac_rx_init, "aacraid", "ADAPTEC ", "ASR-4000 ", 1 }, /* ASR-4000 (BlackBird & AvonPark) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224 { aac_rx_init, "aacraid", "ADAPTEC ", "ASR-4800SAS ", 1 }, /* ASR-4800SAS (Marauder-X) */
225 { aac_rx_init, "aacraid", "ADAPTEC ", "ASR-4805SAS ", 1 }, /* ASR-4805SAS (Marauder-E) */
Salyzyn, Mark8e9d58e2006-12-18 15:01:41 -0500226 { aac_rkt_init, "aacraid", "ADAPTEC ", "ASR-3800 ", 1 }, /* ASR-3800 (Hurricane44) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227
228 { aac_rx_init, "percraid", "DELL ", "PERC 320/DC ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG }, /* Perc 320/DC*/
229 { aac_sa_init, "aacraid", "ADAPTEC ", "Adaptec 5400S ", 4, AAC_QUIRK_34SG }, /* Adaptec 5400S (Mustang)*/
230 { aac_sa_init, "aacraid", "ADAPTEC ", "AAC-364 ", 4, AAC_QUIRK_34SG }, /* Adaptec 5400S (Mustang)*/
Salyzyn, Markb27e66d2007-06-19 16:05:12 -0400231 { aac_sa_init, "percraid", "DELL ", "PERCRAID ", 4, AAC_QUIRK_34SG }, /* Dell PERC2/QC */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232 { aac_sa_init, "hpnraid", "HP ", "NetRAID ", 4, AAC_QUIRK_34SG }, /* HP NetRAID-4M */
233
Salyzyn, Mark94cf6ba2007-12-13 16:14:18 -0800234 { aac_rx_init, "aacraid", "DELL ", "RAID ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* Dell Catchall */
235 { aac_rx_init, "aacraid", "Legend ", "RAID ", 2, AAC_QUIRK_31BIT | AAC_QUIRK_34SG | AAC_QUIRK_SCSI_32 }, /* Legend Catchall */
Salyzyn, Markb27e66d2007-06-19 16:05:12 -0400236 { aac_rx_init, "aacraid", "ADAPTEC ", "RAID ", 2 }, /* Adaptec Catch All */
Mark Haverkamp239eab12007-01-23 15:00:13 -0800237 { aac_rkt_init, "aacraid", "ADAPTEC ", "RAID ", 2 }, /* Adaptec Rocket Catch All */
Mahesh Rajashekharae8b12f02011-03-17 02:10:32 -0700238 { aac_nark_init, "aacraid", "ADAPTEC ", "RAID ", 2 }, /* Adaptec NEMER/ARK Catch All */
Hannes Reinecke787ab6e2016-05-18 10:16:51 +0200239 { aac_src_init, "aacraid", "ADAPTEC ", "RAID ", 2, AAC_QUIRK_SRC }, /* Adaptec PMC Series 6 (Tupelo) */
240 { aac_srcv_init, "aacraid", "ADAPTEC ", "RAID ", 2, AAC_QUIRK_SRC }, /* Adaptec PMC Series 7 (Denali) */
241 { aac_srcv_init, "aacraid", "ADAPTEC ", "RAID ", 2, AAC_QUIRK_SRC }, /* Adaptec PMC Series 8 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242};
243
244/**
245 * aac_queuecommand - queue a SCSI command
246 * @cmd: SCSI command to queue
247 * @done: Function to call on command completion
248 *
249 * Queues a command for execution by the associated Host Adapter.
250 *
251 * TODO: unify with aac_scsi_cmd().
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -0800252 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253
Mahesh Rajashekharaef616232015-03-26 10:41:30 -0400254static int aac_queuecommand(struct Scsi_Host *shost,
255 struct scsi_cmnd *cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256{
Mahesh Rajashekharaef616232015-03-26 10:41:30 -0400257 int r = 0;
Mark Haverkamp77d644d2006-03-27 09:43:40 -0800258 cmd->SCp.phase = AAC_OWNER_LOWLEVEL;
Mahesh Rajashekharaef616232015-03-26 10:41:30 -0400259 r = (aac_scsi_cmd(cmd) ? FAILED : 0);
260 return r;
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -0800261}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262
263/**
264 * aac_info - Returns the host adapter name
265 * @shost: Scsi host to report on
266 *
267 * Returns a static string describing the device in question
268 */
269
Adrian Bunk 48338692005-04-25 19:45:58 -0700270static const char *aac_info(struct Scsi_Host *shost)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271{
272 struct aac_dev *dev = (struct aac_dev *)shost->hostdata;
273 return aac_drivers[dev->cardtype].name;
274}
275
276/**
277 * aac_get_driver_ident
Salyzyn, Mark8ef22242008-02-08 05:48:22 -0800278 * @devtype: index into lookup table
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279 *
Salyzyn, Mark8ef22242008-02-08 05:48:22 -0800280 * Returns a pointer to the entry in the driver lookup table.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281 */
282
283struct aac_driver_ident* aac_get_driver_ident(int devtype)
284{
285 return &aac_drivers[devtype];
286}
287
288/**
289 * aac_biosparm - return BIOS parameters for disk
290 * @sdev: The scsi device corresponding to the disk
291 * @bdev: the block device corresponding to the disk
292 * @capacity: the sector capacity of the disk
293 * @geom: geometry block to fill in
294 *
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -0800295 * Return the Heads/Sectors/Cylinders BIOS Disk Parameters for Disk.
296 * The default disk geometry is 64 heads, 32 sectors, and the appropriate
297 * number of cylinders so as not to exceed drive capacity. In order for
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298 * disks equal to or larger than 1 GB to be addressable by the BIOS
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -0800299 * without exceeding the BIOS limitation of 1024 cylinders, Extended
300 * Translation should be enabled. With Extended Translation enabled,
301 * drives between 1 GB inclusive and 2 GB exclusive are given a disk
302 * geometry of 128 heads and 32 sectors, and drives above 2 GB inclusive
303 * are given a disk geometry of 255 heads and 63 sectors. However, if
304 * the BIOS detects that the Extended Translation setting does not match
305 * the geometry in the partition table, then the translation inferred
306 * from the partition table will be used by the BIOS, and a warning may
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307 * be displayed.
308 */
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -0800309
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310static int aac_biosparm(struct scsi_device *sdev, struct block_device *bdev,
311 sector_t capacity, int *geom)
312{
313 struct diskparm *param = (struct diskparm *)geom;
314 unsigned char *buf;
315
316 dprintk((KERN_DEBUG "aac_biosparm.\n"));
317
318 /*
319 * Assuming extended translation is enabled - #REVISIT#
320 */
321 if (capacity >= 2 * 1024 * 1024) { /* 1 GB in 512 byte sectors */
322 if(capacity >= 4 * 1024 * 1024) { /* 2 GB in 512 byte sectors */
323 param->heads = 255;
324 param->sectors = 63;
325 } else {
326 param->heads = 128;
327 param->sectors = 32;
328 }
329 } else {
330 param->heads = 64;
331 param->sectors = 32;
332 }
333
334 param->cylinders = cap_to_cyls(capacity, param->heads * param->sectors);
335
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -0800336 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337 * Read the first 1024 bytes from the disk device, if the boot
338 * sector partition table is valid, search for a partition table
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -0800339 * entry whose end_head matches one of the standard geometry
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340 * translations ( 64/32, 128/32, 255/63 ).
341 */
342 buf = scsi_bios_ptable(bdev);
Mark Haverkamp8bdf8102005-11-30 12:01:39 -0800343 if (!buf)
344 return 0;
Mark Haverkamp 56b58712005-04-27 06:05:51 -0700345 if(*(__le16 *)(buf + 0x40) == cpu_to_le16(0xaa55)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 struct partition *first = (struct partition * )buf;
347 struct partition *entry = first;
348 int saved_cylinders = param->cylinders;
349 int num;
350 unsigned char end_head, end_sec;
351
352 for(num = 0; num < 4; num++) {
353 end_head = entry->end_head;
354 end_sec = entry->end_sector & 0x3f;
355
356 if(end_head == 63) {
357 param->heads = 64;
358 param->sectors = 32;
359 break;
360 } else if(end_head == 127) {
361 param->heads = 128;
362 param->sectors = 32;
363 break;
364 } else if(end_head == 254) {
365 param->heads = 255;
366 param->sectors = 63;
367 break;
368 }
369 entry++;
370 }
371
372 if (num == 4) {
373 end_head = first->end_head;
374 end_sec = first->end_sector & 0x3f;
375 }
376
377 param->cylinders = cap_to_cyls(capacity, param->heads * param->sectors);
378 if (num < 4 && end_sec == param->sectors) {
379 if (param->cylinders != saved_cylinders)
380 dprintk((KERN_DEBUG "Adopting geometry: heads=%d, sectors=%d from partition table %d.\n",
381 param->heads, param->sectors, num));
382 } else if (end_head > 0 || end_sec > 0) {
383 dprintk((KERN_DEBUG "Strange geometry: heads=%d, sectors=%d in partition table %d.\n",
384 end_head + 1, end_sec, num));
385 dprintk((KERN_DEBUG "Using geometry: heads=%d, sectors=%d.\n",
386 param->heads, param->sectors));
387 }
388 }
389 kfree(buf);
390 return 0;
391}
392
393/**
394 * aac_slave_configure - compute queue depths
395 * @sdev: SCSI device we are considering
396 *
397 * Selects queue depths for each target device based on the host adapter's
398 * total capacity and the queue depth supported by the target device.
399 * A queue depth of one automatically disables tagged queueing.
400 */
401
402static int aac_slave_configure(struct scsi_device *sdev)
403{
Salyzyn, Markb18268f2008-01-08 14:07:57 -0800404 struct aac_dev *aac = (struct aac_dev *)sdev->host->hostdata;
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800405 int chn, tid;
406 unsigned int depth = 0;
407 unsigned int set_timeout = 0;
Raghava Aditya Renukunta58eaffe2017-05-10 09:39:38 -0700408 bool set_qd_dev_type = false;
409 u8 devtype = 0;
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800410
411 chn = aac_logical_to_phys(sdev_channel(sdev));
412 tid = sdev_id(sdev);
Raghava Aditya Renukunta58eaffe2017-05-10 09:39:38 -0700413 if (chn < AAC_MAX_BUSES && tid < AAC_MAX_TARGETS && aac->sa_firmware) {
414 devtype = aac->hba_map[chn][tid].devtype;
415
416 if (devtype == AAC_DEVTYPE_NATIVE_RAW)
417 depth = aac->hba_map[chn][tid].qd_limit;
418 else if (devtype == AAC_DEVTYPE_ARC_RAW)
419 set_qd_dev_type = true;
420
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800421 set_timeout = 1;
422 goto common_config;
423 }
424
Mark Salyzyna4576b52008-04-30 15:47:35 -0400425 if (aac->jbod && (sdev->type == TYPE_DISK))
426 sdev->removable = 1;
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800427
428 if (sdev->type == TYPE_DISK
429 && sdev_channel(sdev) != CONTAINER_CHANNEL
430 && (!aac->jbod || sdev->inq_periph_qual)
431 && (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2))) {
432
Mark Haverkampe37ee4b2007-01-26 09:23:32 -0800433 if (expose_physicals == 0)
434 return -ENXIO;
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800435
Salyzyn, Markb18268f2008-01-08 14:07:57 -0800436 if (expose_physicals < 0)
437 sdev->no_uld_attach = 1;
Mark Haverkampbb08f922006-02-01 09:30:44 -0800438 }
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800439
440 if (sdev->tagged_supported
441 && sdev->type == TYPE_DISK
442 && (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2))
443 && !sdev->no_uld_attach) {
444
Mark Haverkampbb08f922006-02-01 09:30:44 -0800445 struct scsi_device * dev;
446 struct Scsi_Host *host = sdev->host;
447 unsigned num_lsu = 0;
448 unsigned num_one = 0;
Salyzyn, Markb18268f2008-01-08 14:07:57 -0800449 unsigned cid;
Mark Haverkamp 7c00ffa2005-05-16 18:28:42 -0700450
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800451 set_timeout = 1;
452
Salyzyn, Markb18268f2008-01-08 14:07:57 -0800453 for (cid = 0; cid < aac->maximum_num_containers; ++cid)
454 if (aac->fsa_dev[cid].valid)
455 ++num_lsu;
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800456
Mark Haverkampbb08f922006-02-01 09:30:44 -0800457 __shost_for_each_device(dev, host) {
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800458 if (dev->tagged_supported
459 && dev->type == TYPE_DISK
460 && (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2))
461 && !dev->no_uld_attach) {
Salyzyn, Markcb1042f2008-01-17 09:25:07 -0800462 if ((sdev_channel(dev) != CONTAINER_CHANNEL)
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800463 || !aac->fsa_dev[sdev_id(dev)].valid) {
Salyzyn, Markb18268f2008-01-08 14:07:57 -0800464 ++num_lsu;
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800465 }
466 } else {
Mark Haverkampbb08f922006-02-01 09:30:44 -0800467 ++num_one;
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800468 }
Mark Haverkampbb08f922006-02-01 09:30:44 -0800469 }
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800470
Mark Haverkampbb08f922006-02-01 09:30:44 -0800471 if (num_lsu == 0)
472 ++num_lsu;
Mark Haverkamp 7c00ffa2005-05-16 18:28:42 -0700473
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800474 depth = (host->can_queue - num_one) / num_lsu;
Raghava Aditya Renukuntad58129c2017-05-10 09:39:37 -0700475
476 if (sdev_channel(sdev) != NATIVE_CHANNEL)
477 goto common_config;
478
Raghava Aditya Renukunta58eaffe2017-05-10 09:39:38 -0700479 set_qd_dev_type = true;
480
481 }
482
483common_config:
484
485 /*
486 * Check if SATA drive
487 */
488 if (set_qd_dev_type) {
Raghava Aditya Renukuntad58129c2017-05-10 09:39:37 -0700489 if (strncmp(sdev->vendor, "ATA", 3) == 0)
490 depth = 32;
491 else
492 depth = 64;
Arnd Bergmann548f0e62016-03-14 15:29:43 +0100493 }
Raghava Aditya Renukunta6bf3b632016-02-03 15:05:59 -0800494
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800495 /*
496 * Firmware has an individual device recovery time typically
497 * of 35 seconds, give us a margin.
498 */
499 if (set_timeout && sdev->request_queue->rq_timeout < (45 * HZ))
500 blk_queue_rq_timeout(sdev->request_queue, 45*HZ);
501
502 if (depth > 256)
503 depth = 256;
504 else if (depth < 1)
505 depth = 1;
506
507 scsi_change_queue_depth(sdev, depth);
508
509 sdev->tagged_supported = 1;
510
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511 return 0;
512}
513
Salyzyn, Mark5c9cfed2007-05-30 10:01:14 -0400514/**
515 * aac_change_queue_depth - alter queue depths
516 * @sdev: SCSI device we are considering
517 * @depth: desired queue depth
518 *
519 * Alters queue depths for target device based on the host adapter's
520 * total capacity and the queue depth supported by the target device.
521 */
522
Christoph Hellwigdb5ed4d2014-11-13 15:08:42 +0100523static int aac_change_queue_depth(struct scsi_device *sdev, int depth)
Salyzyn, Mark5c9cfed2007-05-30 10:01:14 -0400524{
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800525 struct aac_dev *aac = (struct aac_dev *)(sdev->host->hostdata);
526 int chn, tid, is_native_device = 0;
527
528 chn = aac_logical_to_phys(sdev_channel(sdev));
529 tid = sdev_id(sdev);
530 if (chn < AAC_MAX_BUSES && tid < AAC_MAX_TARGETS &&
531 aac->hba_map[chn][tid].devtype == AAC_DEVTYPE_NATIVE_RAW)
532 is_native_device = 1;
533
Salyzyn, Mark5c9cfed2007-05-30 10:01:14 -0400534 if (sdev->tagged_supported && (sdev->type == TYPE_DISK) &&
535 (sdev_channel(sdev) == CONTAINER_CHANNEL)) {
536 struct scsi_device * dev;
537 struct Scsi_Host *host = sdev->host;
538 unsigned num = 0;
539
540 __shost_for_each_device(dev, host) {
541 if (dev->tagged_supported && (dev->type == TYPE_DISK) &&
542 (sdev_channel(dev) == CONTAINER_CHANNEL))
543 ++num;
544 ++num;
545 }
546 if (num >= host->can_queue)
547 num = host->can_queue - 1;
548 if (depth > (host->can_queue - num))
549 depth = host->can_queue - num;
550 if (depth > 256)
551 depth = 256;
552 else if (depth < 2)
553 depth = 2;
Christoph Hellwigdb5ed4d2014-11-13 15:08:42 +0100554 return scsi_change_queue_depth(sdev, depth);
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800555 } else if (is_native_device) {
556 scsi_change_queue_depth(sdev, aac->hba_map[chn][tid].qd_limit);
557 } else {
558 scsi_change_queue_depth(sdev, 1);
Christoph Hellwigdb5ed4d2014-11-13 15:08:42 +0100559 }
Raghava Aditya Renukuntaa0528652017-02-02 15:53:27 -0800560 return sdev->queue_depth;
Salyzyn, Mark5c9cfed2007-05-30 10:01:14 -0400561}
562
Salyzyn, Mark17eaace2008-01-08 12:23:49 -0800563static ssize_t aac_show_raid_level(struct device *dev, struct device_attribute *attr, char *buf)
564{
Salyzyn, Mark95f6fb52008-02-08 09:01:34 -0800565 struct scsi_device *sdev = to_scsi_device(dev);
566 struct aac_dev *aac = (struct aac_dev *)(sdev->host->hostdata);
Salyzyn, Mark17eaace2008-01-08 12:23:49 -0800567 if (sdev_channel(sdev) != CONTAINER_CHANNEL)
568 return snprintf(buf, PAGE_SIZE, sdev->no_uld_attach
Salyzyn, Mark95f6fb52008-02-08 09:01:34 -0800569 ? "Hidden\n" :
570 ((aac->jbod && (sdev->type == TYPE_DISK)) ? "JBOD\n" : ""));
Salyzyn, Mark17eaace2008-01-08 12:23:49 -0800571 return snprintf(buf, PAGE_SIZE, "%s\n",
Salyzyn, Mark95f6fb52008-02-08 09:01:34 -0800572 get_container_type(aac->fsa_dev[sdev_id(sdev)].type));
Salyzyn, Mark17eaace2008-01-08 12:23:49 -0800573}
574
575static struct device_attribute aac_raid_level_attr = {
576 .attr = {
577 .name = "level",
578 .mode = S_IRUGO,
579 },
580 .show = aac_show_raid_level
581};
582
Raghava Aditya Renukunta999b3ff2017-02-02 15:53:32 -0800583static ssize_t aac_show_unique_id(struct device *dev,
584 struct device_attribute *attr, char *buf)
585{
586 struct scsi_device *sdev = to_scsi_device(dev);
587 struct aac_dev *aac = (struct aac_dev *)(sdev->host->hostdata);
588 unsigned char sn[16];
589
590 memset(sn, 0, sizeof(sn));
591
592 if (sdev_channel(sdev) == CONTAINER_CHANNEL)
593 memcpy(sn, aac->fsa_dev[sdev_id(sdev)].identifier, sizeof(sn));
594
595 return snprintf(buf, 16 * 2 + 2,
Raghava Aditya Renukunta31364322017-02-02 15:53:33 -0800596 "%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X\n",
Raghava Aditya Renukunta999b3ff2017-02-02 15:53:32 -0800597 sn[0], sn[1], sn[2], sn[3],
598 sn[4], sn[5], sn[6], sn[7],
599 sn[8], sn[9], sn[10], sn[11],
600 sn[12], sn[13], sn[14], sn[15]);
601}
602
603static struct device_attribute aac_unique_id_attr = {
604 .attr = {
605 .name = "unique_id",
606 .mode = 0444,
607 },
608 .show = aac_show_unique_id
609};
610
611
612
Salyzyn, Mark17eaace2008-01-08 12:23:49 -0800613static struct device_attribute *aac_dev_attrs[] = {
614 &aac_raid_level_attr,
Raghava Aditya Renukunta999b3ff2017-02-02 15:53:32 -0800615 &aac_unique_id_attr,
Salyzyn, Mark17eaace2008-01-08 12:23:49 -0800616 NULL,
617};
618
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619static int aac_ioctl(struct scsi_device *sdev, int cmd, void __user * arg)
620{
621 struct aac_dev *dev = (struct aac_dev *)sdev->host->hostdata;
Alan Coxd496f942007-11-07 23:58:10 +0000622 if (!capable(CAP_SYS_RAWIO))
623 return -EPERM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624 return aac_do_ioctl(dev, cmd, arg);
625}
626
Mark Haverkamp03d44332007-03-15 10:27:45 -0700627static int aac_eh_abort(struct scsi_cmnd* cmd)
628{
Salyzyn, Mark802ae2f2007-03-21 13:49:47 -0400629 struct scsi_device * dev = cmd->device;
630 struct Scsi_Host * host = dev->host;
Mark Haverkamp03d44332007-03-15 10:27:45 -0700631 struct aac_dev * aac = (struct aac_dev *)host->hostdata;
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800632 int count, found;
633 u32 bus, cid;
Mark Haverkamp03d44332007-03-15 10:27:45 -0700634 int ret = FAILED;
635
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800636 bus = aac_logical_to_phys(scmd_channel(cmd));
637 cid = scmd_id(cmd);
638 if (aac->hba_map[bus][cid].devtype == AAC_DEVTYPE_NATIVE_RAW) {
639 struct fib *fib;
640 struct aac_hba_tm_req *tmf;
641 int status;
642 u64 address;
643 __le32 managed_request_id;
644
645 pr_err("%s: Host adapter abort request (%d,%d,%d,%d)\n",
646 AAC_DRIVERNAME,
647 host->host_no, sdev_channel(dev), sdev_id(dev), (int)dev->lun);
648
649 found = 0;
Mark Haverkamp03d44332007-03-15 10:27:45 -0700650 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) {
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800651 fib = &aac->fibs[count];
652 if (*(u8 *)fib->hw_fib_va != 0 &&
653 (fib->flags & FIB_CONTEXT_FLAG_NATIVE_HBA) &&
654 (fib->callback_data == cmd)) {
655 found = 1;
656 managed_request_id = ((struct aac_hba_cmd_req *)
657 fib->hw_fib_va)->request_id;
658 break;
Mark Haverkamp03d44332007-03-15 10:27:45 -0700659 }
660 }
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800661 if (!found)
662 return ret;
663
664 /* start a HBA_TMF_ABORT_TASK TMF request */
665 fib = aac_fib_alloc(aac);
666 if (!fib)
667 return ret;
668
669 tmf = (struct aac_hba_tm_req *)fib->hw_fib_va;
670 memset(tmf, 0, sizeof(*tmf));
671 tmf->tmf = HBA_TMF_ABORT_TASK;
672 tmf->it_nexus = aac->hba_map[bus][cid].rmw_nexus;
673 tmf->lun[1] = cmd->device->lun;
674
675 address = (u64)fib->hw_error_pa;
676 tmf->error_ptr_hi = cpu_to_le32((u32)(address >> 32));
677 tmf->error_ptr_lo = cpu_to_le32((u32)(address & 0xffffffff));
678 tmf->error_length = cpu_to_le32(FW_ERROR_BUFFER_SIZE);
679
680 fib->hbacmd_size = sizeof(*tmf);
681 cmd->SCp.sent_command = 0;
682
683 status = aac_hba_send(HBA_IU_TYPE_SCSI_TM_REQ, fib,
684 (fib_callback) aac_hba_callback,
685 (void *) cmd);
686
687 /* Wait up to 2 minutes for completion */
688 for (count = 0; count < 120; ++count) {
689 if (cmd->SCp.sent_command) {
690 ret = SUCCESS;
691 break;
Salyzyn, Markb6ef70f2008-01-08 13:26:43 -0800692 }
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800693 msleep(1000);
694 }
695
696 if (ret != SUCCESS)
697 pr_err("%s: Host adapter abort request timed out\n",
698 AAC_DRIVERNAME);
699 } else {
700 pr_err(
701 "%s: Host adapter abort request.\n"
702 "%s: Outstanding commands on (%d,%d,%d,%d):\n",
703 AAC_DRIVERNAME, AAC_DRIVERNAME,
704 host->host_no, sdev_channel(dev), sdev_id(dev),
705 (int)dev->lun);
706 switch (cmd->cmnd[0]) {
707 case SERVICE_ACTION_IN_16:
708 if (!(aac->raw_io_interface) ||
709 !(aac->raw_io_64) ||
710 ((cmd->cmnd[1] & 0x1f) != SAI_READ_CAPACITY_16))
711 break;
712 case INQUIRY:
713 case READ_CAPACITY:
714 /*
715 * Mark associated FIB to not complete,
716 * eh handler does this
717 */
718 for (count = 0;
719 count < (host->can_queue + AAC_NUM_MGT_FIB);
720 ++count) {
721 struct fib *fib = &aac->fibs[count];
722
723 if (fib->hw_fib_va->header.XferState &&
724 (fib->flags & FIB_CONTEXT_FLAG) &&
725 (fib->callback_data == cmd)) {
726 fib->flags |=
727 FIB_CONTEXT_FLAG_TIMED_OUT;
728 cmd->SCp.phase =
729 AAC_OWNER_ERROR_HANDLER;
730 ret = SUCCESS;
731 }
732 }
733 break;
734 case TEST_UNIT_READY:
735 /*
736 * Mark associated FIB to not complete,
737 * eh handler does this
738 */
739 for (count = 0;
740 count < (host->can_queue + AAC_NUM_MGT_FIB);
741 ++count) {
742 struct scsi_cmnd *command;
743 struct fib *fib = &aac->fibs[count];
744
745 command = fib->callback_data;
746
747 if ((fib->hw_fib_va->header.XferState &
748 cpu_to_le32
749 (Async | NoResponseExpected)) &&
750 (fib->flags & FIB_CONTEXT_FLAG) &&
751 ((command)) &&
752 (command->device == cmd->device)) {
753 fib->flags |=
754 FIB_CONTEXT_FLAG_TIMED_OUT;
755 command->SCp.phase =
756 AAC_OWNER_ERROR_HANDLER;
757 if (command == cmd)
758 ret = SUCCESS;
759 }
760 }
761 break;
Salyzyn, Markb6ef70f2008-01-08 13:26:43 -0800762 }
Mark Haverkamp03d44332007-03-15 10:27:45 -0700763 }
764 return ret;
765}
766
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768 * aac_eh_reset - Reset command handling
769 * @scsi_cmd: SCSI command block causing the reset
770 *
771 */
772static int aac_eh_reset(struct scsi_cmnd* cmd)
773{
774 struct scsi_device * dev = cmd->device;
775 struct Scsi_Host * host = dev->host;
Mark Haverkamp03d44332007-03-15 10:27:45 -0700776 struct aac_dev * aac = (struct aac_dev *)host->hostdata;
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800777 int count;
778 u32 bus, cid;
779 int ret = FAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800781 bus = aac_logical_to_phys(scmd_channel(cmd));
782 cid = scmd_id(cmd);
783 if (bus < AAC_MAX_BUSES && cid < AAC_MAX_TARGETS &&
784 aac->hba_map[bus][cid].devtype == AAC_DEVTYPE_NATIVE_RAW) {
785 struct fib *fib;
786 int status;
787 u64 address;
788 u8 command;
789
790 pr_err("%s: Host adapter reset request. SCSI hang ?\n",
791 AAC_DRIVERNAME);
792
793 fib = aac_fib_alloc(aac);
794 if (!fib)
795 return ret;
796
797
798 if (aac->hba_map[bus][cid].reset_state == 0) {
799 struct aac_hba_tm_req *tmf;
800
801 /* start a HBA_TMF_LUN_RESET TMF request */
802 tmf = (struct aac_hba_tm_req *)fib->hw_fib_va;
803 memset(tmf, 0, sizeof(*tmf));
804 tmf->tmf = HBA_TMF_LUN_RESET;
805 tmf->it_nexus = aac->hba_map[bus][cid].rmw_nexus;
806 tmf->lun[1] = cmd->device->lun;
807
808 address = (u64)fib->hw_error_pa;
809 tmf->error_ptr_hi = cpu_to_le32
810 ((u32)(address >> 32));
811 tmf->error_ptr_lo = cpu_to_le32
812 ((u32)(address & 0xffffffff));
813 tmf->error_length = cpu_to_le32(FW_ERROR_BUFFER_SIZE);
814 fib->hbacmd_size = sizeof(*tmf);
815
816 command = HBA_IU_TYPE_SCSI_TM_REQ;
817 aac->hba_map[bus][cid].reset_state++;
818 } else if (aac->hba_map[bus][cid].reset_state >= 1) {
819 struct aac_hba_reset_req *rst;
820
821 /* already tried, start a hard reset now */
822 rst = (struct aac_hba_reset_req *)fib->hw_fib_va;
823 memset(rst, 0, sizeof(*rst));
824 /* reset_type is already zero... */
825 rst->it_nexus = aac->hba_map[bus][cid].rmw_nexus;
826
827 address = (u64)fib->hw_error_pa;
828 rst->error_ptr_hi = cpu_to_le32((u32)(address >> 32));
829 rst->error_ptr_lo = cpu_to_le32
830 ((u32)(address & 0xffffffff));
831 rst->error_length = cpu_to_le32(FW_ERROR_BUFFER_SIZE);
832 fib->hbacmd_size = sizeof(*rst);
833
834 command = HBA_IU_TYPE_SATA_REQ;
835 aac->hba_map[bus][cid].reset_state = 0;
Mark Haverkamp03d44332007-03-15 10:27:45 -0700836 }
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800837 cmd->SCp.sent_command = 0;
838
839 status = aac_hba_send(command, fib,
840 (fib_callback) aac_hba_callback,
841 (void *) cmd);
842
843 /* Wait up to 2 minutes for completion */
844 for (count = 0; count < 120; ++count) {
845 if (cmd->SCp.sent_command) {
846 ret = SUCCESS;
847 break;
848 }
849 msleep(1000);
850 }
851
852 if (ret != SUCCESS)
853 pr_err("%s: Host adapter reset request timed out\n",
854 AAC_DRIVERNAME);
855 } else {
856 struct scsi_cmnd *command;
857 unsigned long flags;
858
859 /* Mark the assoc. FIB to not complete, eh handler does this */
860 for (count = 0;
861 count < (host->can_queue + AAC_NUM_MGT_FIB);
862 ++count) {
863 struct fib *fib = &aac->fibs[count];
864
865 if (fib->hw_fib_va->header.XferState &&
866 (fib->flags & FIB_CONTEXT_FLAG) &&
867 (fib->callback_data == cmd)) {
868 fib->flags |= FIB_CONTEXT_FLAG_TIMED_OUT;
869 cmd->SCp.phase = AAC_OWNER_ERROR_HANDLER;
870 }
871 }
872
873 pr_err("%s: Host adapter reset request. SCSI hang ?\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874 AAC_DRIVERNAME);
Mark Haverkamp8c867b22006-08-03 08:03:30 -0700875
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800876 count = aac_check_health(aac);
877 if (count)
878 return count;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879 /*
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800880 * Wait for all commands to complete to this specific
881 * target (block maximum 60 seconds).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882 */
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800883 for (count = 60; count; --count) {
884 int active = aac->in_reset;
885
886 if (active == 0)
887 __shost_for_each_device(dev, host) {
888 spin_lock_irqsave(&dev->list_lock, flags);
889 list_for_each_entry(command, &dev->cmd_list,
890 list) {
891 if ((command != cmd) &&
892 (command->SCp.phase ==
893 AAC_OWNER_FIRMWARE)) {
894 active++;
895 break;
896 }
897 }
898 spin_unlock_irqrestore(&dev->list_lock, flags);
899 if (active)
900 break;
901
902 }
903 /*
904 * We can exit If all the commands are complete
905 */
906 if (active == 0)
907 return SUCCESS;
908 ssleep(1);
909 }
910 pr_err("%s: SCSI bus appears hung\n", AAC_DRIVERNAME);
911
912 /*
913 * This adapter needs a blind reset, only do so for
914 * Adapters that support a register, instead of a commanded,
915 * reset.
916 */
Raghava Aditya Renukunta1c688562017-02-16 12:51:10 -0800917 if (((aac->supplement_adapter_info.supported_options2 &
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800918 AAC_OPTION_MU_RESET) ||
Raghava Aditya Renukunta1c688562017-02-16 12:51:10 -0800919 (aac->supplement_adapter_info.supported_options2 &
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800920 AAC_OPTION_DOORBELL_RESET)) &&
921 aac_check_reset &&
922 ((aac_check_reset != 1) ||
Raghava Aditya Renukunta1c688562017-02-16 12:51:10 -0800923 !(aac->supplement_adapter_info.supported_options2 &
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800924 AAC_OPTION_IGNORE_RESET))) {
925 /* Bypass wait for command quiesce */
Raghava Aditya Renukunta31364322017-02-02 15:53:33 -0800926 aac_reset_adapter(aac, 2, IOP_HWSOFT_RESET);
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800927 }
928 ret = SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929 }
Salyzyn, Mark29c97682007-06-12 09:33:54 -0400930 /*
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800931 * Cause an immediate retry of the command with a ten second delay
932 * after successful tur
Salyzyn, Mark29c97682007-06-12 09:33:54 -0400933 */
Raghava Aditya Renukunta954b2b52017-02-02 15:53:31 -0800934 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935}
936
937/**
938 * aac_cfg_open - open a configuration file
939 * @inode: inode being opened
940 * @file: file handle attached
941 *
942 * Called when the configuration device is opened. Does the needed
943 * set up on the handle and then returns
944 *
945 * Bugs: This needs extending to check a given adapter is present
946 * so we can support hot plugging, and to ref count adapters.
947 */
948
949static int aac_cfg_open(struct inode *inode, struct file *file)
950{
951 struct aac_dev *aac;
Mark Haverkamp 7c00ffa2005-05-16 18:28:42 -0700952 unsigned minor_number = iminor(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953 int err = -ENODEV;
954
Arnd Bergmannc45d15d2010-06-02 14:28:52 +0200955 mutex_lock(&aac_mutex); /* BKL pushdown: nothing else protects this list */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956 list_for_each_entry(aac, &aac_devices, entry) {
Mark Haverkamp 7c00ffa2005-05-16 18:28:42 -0700957 if (aac->id == minor_number) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958 file->private_data = aac;
959 err = 0;
960 break;
961 }
962 }
Arnd Bergmannc45d15d2010-06-02 14:28:52 +0200963 mutex_unlock(&aac_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964
Mark Haverkamp036d6182005-04-26 22:54:58 -0700965 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700966}
967
968/**
969 * aac_cfg_ioctl - AAC configuration request
970 * @inode: inode of device
971 * @file: file handle
972 * @cmd: ioctl command code
973 * @arg: argument
974 *
975 * Handles a configuration ioctl. Currently this involves wrapping it
976 * up and feeding it into the nasty windowsalike glue layer.
977 *
978 * Bugs: Needs locking against parallel ioctls lower down
979 * Bugs: Needs to handle hot plugging
980 */
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -0800981
Arnd Bergmannf4927c42010-04-27 00:24:01 +0200982static long aac_cfg_ioctl(struct file *file,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983 unsigned int cmd, unsigned long arg)
984{
Raghava Aditya Renukunta222a9fb2016-02-03 15:06:05 -0800985 struct aac_dev *aac = (struct aac_dev *)file->private_data;
986
Raghava Aditya Renukuntafbd185982016-02-03 15:06:06 -0800987 if (!capable(CAP_SYS_RAWIO))
Alan Cox60395bb2007-07-23 14:51:05 +0100988 return -EPERM;
Arnd Bergmannf4927c42010-04-27 00:24:01 +0200989
Raghava Aditya Renukunta222a9fb2016-02-03 15:06:05 -0800990 return aac_do_ioctl(aac, cmd, (void __user *)arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991}
992
993#ifdef CONFIG_COMPAT
994static long aac_compat_do_ioctl(struct aac_dev *dev, unsigned cmd, unsigned long arg)
995{
996 long ret;
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -0800997 switch (cmd) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998 case FSACTL_MINIPORT_REV_CHECK:
999 case FSACTL_SENDFIB:
1000 case FSACTL_OPEN_GET_ADAPTER_FIB:
1001 case FSACTL_CLOSE_GET_ADAPTER_FIB:
1002 case FSACTL_SEND_RAW_SRB:
1003 case FSACTL_GET_PCI_INFO:
1004 case FSACTL_QUERY_DISK:
1005 case FSACTL_DELETE_DISK:
1006 case FSACTL_FORCE_DELETE_DISK:
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001007 case FSACTL_GET_CONTAINERS:
Mark Haverkamp 7c00ffa2005-05-16 18:28:42 -07001008 case FSACTL_SEND_LARGE_FIB:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009 ret = aac_do_ioctl(dev, cmd, (void __user *)arg);
1010 break;
1011
1012 case FSACTL_GET_NEXT_ADAPTER_FIB: {
1013 struct fib_ioctl __user *f;
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001014
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015 f = compat_alloc_user_space(sizeof(*f));
1016 ret = 0;
Mark Haverkamp821499a2006-06-12 10:53:58 -07001017 if (clear_user(f, sizeof(*f)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018 ret = -EFAULT;
1019 if (copy_in_user(f, (void __user *)arg, sizeof(struct fib_ioctl) - sizeof(u32)))
1020 ret = -EFAULT;
1021 if (!ret)
Mark Haverkamp3d2f98a2006-03-27 09:44:33 -08001022 ret = aac_do_ioctl(dev, cmd, f);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023 break;
1024 }
1025
1026 default:
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001027 ret = -ENOIOCTLCMD;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028 break;
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001029 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030 return ret;
1031}
1032
1033static int aac_compat_ioctl(struct scsi_device *sdev, int cmd, void __user *arg)
1034{
1035 struct aac_dev *dev = (struct aac_dev *)sdev->host->hostdata;
Dan Carpenterf8565672013-10-29 22:11:06 +03001036 if (!capable(CAP_SYS_RAWIO))
1037 return -EPERM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038 return aac_compat_do_ioctl(dev, cmd, (unsigned long)arg);
1039}
1040
1041static long aac_compat_cfg_ioctl(struct file *file, unsigned cmd, unsigned long arg)
1042{
Alan Cox5f78e892007-11-07 23:58:10 +00001043 if (!capable(CAP_SYS_RAWIO))
Alan Cox60395bb2007-07-23 14:51:05 +01001044 return -EPERM;
Joe Perches35df8392010-09-04 18:52:46 -07001045 return aac_compat_do_ioctl(file->private_data, cmd, arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046}
1047#endif
1048
Tony Jonesee959b02008-02-22 00:13:36 +01001049static ssize_t aac_show_model(struct device *device,
1050 struct device_attribute *attr, char *buf)
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001051{
Tony Jonesee959b02008-02-22 00:13:36 +01001052 struct aac_dev *dev = (struct aac_dev*)class_to_shost(device)->hostdata;
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001053 int len;
1054
Raghava Aditya Renukunta1c688562017-02-16 12:51:10 -08001055 if (dev->supplement_adapter_info.adapter_type_text[0]) {
1056 char *cp = dev->supplement_adapter_info.adapter_type_text;
Mark Haverkamp7686f132006-01-11 09:28:16 -08001057 while (*cp && *cp != ' ')
1058 ++cp;
1059 while (*cp == ' ')
1060 ++cp;
1061 len = snprintf(buf, PAGE_SIZE, "%s\n", cp);
1062 } else
1063 len = snprintf(buf, PAGE_SIZE, "%s\n",
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001064 aac_drivers[dev->cardtype].model);
1065 return len;
1066}
1067
Tony Jonesee959b02008-02-22 00:13:36 +01001068static ssize_t aac_show_vendor(struct device *device,
1069 struct device_attribute *attr, char *buf)
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001070{
Tony Jonesee959b02008-02-22 00:13:36 +01001071 struct aac_dev *dev = (struct aac_dev*)class_to_shost(device)->hostdata;
Raghava Aditya Renukunta1c688562017-02-16 12:51:10 -08001072 struct aac_supplement_adapter_info *sup_adap_info;
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001073 int len;
1074
Raghava Aditya Renukunta1c688562017-02-16 12:51:10 -08001075 sup_adap_info = &dev->supplement_adapter_info;
1076 if (sup_adap_info->adapter_type_text[0]) {
1077 char *cp = sup_adap_info->adapter_type_text;
Mark Haverkamp7686f132006-01-11 09:28:16 -08001078 while (*cp && *cp != ' ')
1079 ++cp;
1080 len = snprintf(buf, PAGE_SIZE, "%.*s\n",
Raghava Aditya Renukunta1c688562017-02-16 12:51:10 -08001081 (int)(cp - (char *)sup_adap_info->adapter_type_text),
1082 sup_adap_info->adapter_type_text);
Mark Haverkamp7686f132006-01-11 09:28:16 -08001083 } else
1084 len = snprintf(buf, PAGE_SIZE, "%s\n",
Raghava Aditya Renukunta1c688562017-02-16 12:51:10 -08001085 aac_drivers[dev->cardtype].vname);
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001086 return len;
1087}
1088
Tony Jonesee959b02008-02-22 00:13:36 +01001089static ssize_t aac_show_flags(struct device *cdev,
1090 struct device_attribute *attr, char *buf)
Salyzyn, Mark2ca39c42008-01-17 09:24:56 -08001091{
1092 int len = 0;
Tony Jonesee959b02008-02-22 00:13:36 +01001093 struct aac_dev *dev = (struct aac_dev*)class_to_shost(cdev)->hostdata;
Salyzyn, Mark2ca39c42008-01-17 09:24:56 -08001094
1095 if (nblank(dprintk(x)))
1096 len = snprintf(buf, PAGE_SIZE, "dprintk\n");
1097#ifdef AAC_DETAILED_STATUS_INFO
1098 len += snprintf(buf + len, PAGE_SIZE - len,
1099 "AAC_DETAILED_STATUS_INFO\n");
1100#endif
1101 if (dev->raw_io_interface && dev->raw_io_64)
1102 len += snprintf(buf + len, PAGE_SIZE - len,
1103 "SAI_READ_CAPACITY_16\n");
Salyzyn, Markcb1042f2008-01-17 09:25:07 -08001104 if (dev->jbod)
1105 len += snprintf(buf + len, PAGE_SIZE - len, "SUPPORTED_JBOD\n");
Raghava Aditya Renukunta1c688562017-02-16 12:51:10 -08001106 if (dev->supplement_adapter_info.supported_options2 &
Mark Salyzyn655d7222008-04-30 16:03:42 -04001107 AAC_OPTION_POWER_MANAGEMENT)
1108 len += snprintf(buf + len, PAGE_SIZE - len,
1109 "SUPPORTED_POWER_MANAGEMENT\n");
1110 if (dev->msi)
1111 len += snprintf(buf + len, PAGE_SIZE - len, "PCI_HAS_MSI\n");
Salyzyn, Mark2ca39c42008-01-17 09:24:56 -08001112 return len;
1113}
1114
Tony Jonesee959b02008-02-22 00:13:36 +01001115static ssize_t aac_show_kernel_version(struct device *device,
1116 struct device_attribute *attr,
1117 char *buf)
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001118{
Tony Jonesee959b02008-02-22 00:13:36 +01001119 struct aac_dev *dev = (struct aac_dev*)class_to_shost(device)->hostdata;
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001120 int len, tmp;
1121
1122 tmp = le32_to_cpu(dev->adapter_info.kernelrev);
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001123 len = snprintf(buf, PAGE_SIZE, "%d.%d-%d[%d]\n",
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001124 tmp >> 24, (tmp >> 16) & 0xff, tmp & 0xff,
1125 le32_to_cpu(dev->adapter_info.kernelbuild));
1126 return len;
1127}
1128
Tony Jonesee959b02008-02-22 00:13:36 +01001129static ssize_t aac_show_monitor_version(struct device *device,
1130 struct device_attribute *attr,
1131 char *buf)
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001132{
Tony Jonesee959b02008-02-22 00:13:36 +01001133 struct aac_dev *dev = (struct aac_dev*)class_to_shost(device)->hostdata;
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001134 int len, tmp;
1135
1136 tmp = le32_to_cpu(dev->adapter_info.monitorrev);
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001137 len = snprintf(buf, PAGE_SIZE, "%d.%d-%d[%d]\n",
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001138 tmp >> 24, (tmp >> 16) & 0xff, tmp & 0xff,
1139 le32_to_cpu(dev->adapter_info.monitorbuild));
1140 return len;
1141}
1142
Tony Jonesee959b02008-02-22 00:13:36 +01001143static ssize_t aac_show_bios_version(struct device *device,
1144 struct device_attribute *attr,
1145 char *buf)
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001146{
Tony Jonesee959b02008-02-22 00:13:36 +01001147 struct aac_dev *dev = (struct aac_dev*)class_to_shost(device)->hostdata;
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001148 int len, tmp;
1149
1150 tmp = le32_to_cpu(dev->adapter_info.biosrev);
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001151 len = snprintf(buf, PAGE_SIZE, "%d.%d-%d[%d]\n",
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001152 tmp >> 24, (tmp >> 16) & 0xff, tmp & 0xff,
1153 le32_to_cpu(dev->adapter_info.biosbuild));
1154 return len;
1155}
1156
Raghava Aditya Renukunta30202e02017-02-16 12:51:15 -08001157static ssize_t aac_show_driver_version(struct device *device,
1158 struct device_attribute *attr,
1159 char *buf)
1160{
1161 return snprintf(buf, PAGE_SIZE, "%s\n", aac_driver_version);
1162}
1163
Harvey Harrison13a17fd2008-05-08 12:08:53 -07001164static ssize_t aac_show_serial_number(struct device *device,
Tony Jonesee959b02008-02-22 00:13:36 +01001165 struct device_attribute *attr, char *buf)
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001166{
Tony Jonesee959b02008-02-22 00:13:36 +01001167 struct aac_dev *dev = (struct aac_dev*)class_to_shost(device)->hostdata;
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001168 int len = 0;
1169
1170 if (le32_to_cpu(dev->adapter_info.serial[0]) != 0xBAD0)
Dan Carpenterdc55b822011-10-08 13:45:07 +03001171 len = snprintf(buf, 16, "%06X\n",
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001172 le32_to_cpu(dev->adapter_info.serial[0]));
Salyzyn, Mark24f02e12007-06-19 16:29:24 -04001173 if (len &&
Raghava Aditya Renukunta1c688562017-02-16 12:51:10 -08001174 !memcmp(&dev->supplement_adapter_info.mfg_pcba_serial_no[
1175 sizeof(dev->supplement_adapter_info.mfg_pcba_serial_no)-len],
Salyzyn, Mark95f6fb52008-02-08 09:01:34 -08001176 buf, len-1))
Dan Carpenterdc55b822011-10-08 13:45:07 +03001177 len = snprintf(buf, 16, "%.*s\n",
Raghava Aditya Renukunta1c688562017-02-16 12:51:10 -08001178 (int)sizeof(dev->supplement_adapter_info.mfg_pcba_serial_no),
1179 dev->supplement_adapter_info.mfg_pcba_serial_no);
Dan Carpenterdc55b822011-10-08 13:45:07 +03001180
1181 return min(len, 16);
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001182}
1183
Tony Jonesee959b02008-02-22 00:13:36 +01001184static ssize_t aac_show_max_channel(struct device *device,
1185 struct device_attribute *attr, char *buf)
Mark Haverkampd1ad94a2006-03-27 09:44:29 -08001186{
1187 return snprintf(buf, PAGE_SIZE, "%d\n",
Tony Jonesee959b02008-02-22 00:13:36 +01001188 class_to_shost(device)->max_channel);
Mark Haverkampd1ad94a2006-03-27 09:44:29 -08001189}
1190
Tony Jonesee959b02008-02-22 00:13:36 +01001191static ssize_t aac_show_max_id(struct device *device,
1192 struct device_attribute *attr, char *buf)
Mark Haverkampd1ad94a2006-03-27 09:44:29 -08001193{
1194 return snprintf(buf, PAGE_SIZE, "%d\n",
Tony Jonesee959b02008-02-22 00:13:36 +01001195 class_to_shost(device)->max_id);
Mark Haverkampd1ad94a2006-03-27 09:44:29 -08001196}
1197
Tony Jonesee959b02008-02-22 00:13:36 +01001198static ssize_t aac_store_reset_adapter(struct device *device,
1199 struct device_attribute *attr,
1200 const char *buf, size_t count)
Salyzyn, Mark29c97682007-06-12 09:33:54 -04001201{
1202 int retval = -EACCES;
Raghava Aditya Renukunta31364322017-02-02 15:53:33 -08001203 int bled = 0;
1204 struct aac_dev *aac;
1205
Salyzyn, Mark29c97682007-06-12 09:33:54 -04001206
1207 if (!capable(CAP_SYS_ADMIN))
1208 return retval;
Raghava Aditya Renukunta31364322017-02-02 15:53:33 -08001209
1210 aac = (struct aac_dev *)class_to_shost(device)->hostdata;
1211 bled = buf[0] == '!' ? 1:0;
1212 retval = aac_reset_adapter(aac, bled, IOP_HWSOFT_RESET);
Salyzyn, Mark29c97682007-06-12 09:33:54 -04001213 if (retval >= 0)
1214 retval = count;
1215 return retval;
1216}
1217
Tony Jonesee959b02008-02-22 00:13:36 +01001218static ssize_t aac_show_reset_adapter(struct device *device,
1219 struct device_attribute *attr,
1220 char *buf)
Salyzyn, Mark29c97682007-06-12 09:33:54 -04001221{
Tony Jonesee959b02008-02-22 00:13:36 +01001222 struct aac_dev *dev = (struct aac_dev*)class_to_shost(device)->hostdata;
Salyzyn, Mark29c97682007-06-12 09:33:54 -04001223 int len, tmp;
1224
1225 tmp = aac_adapter_check_health(dev);
1226 if ((tmp == 0) && dev->in_reset)
1227 tmp = -EBUSY;
Salyzyn, Markbbf17d62007-07-23 10:13:48 -04001228 len = snprintf(buf, PAGE_SIZE, "0x%x\n", tmp);
Salyzyn, Mark29c97682007-06-12 09:33:54 -04001229 return len;
1230}
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001231
Tony Jonesee959b02008-02-22 00:13:36 +01001232static struct device_attribute aac_model = {
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001233 .attr = {
1234 .name = "model",
1235 .mode = S_IRUGO,
1236 },
1237 .show = aac_show_model,
1238};
Tony Jonesee959b02008-02-22 00:13:36 +01001239static struct device_attribute aac_vendor = {
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001240 .attr = {
1241 .name = "vendor",
1242 .mode = S_IRUGO,
1243 },
1244 .show = aac_show_vendor,
1245};
Tony Jonesee959b02008-02-22 00:13:36 +01001246static struct device_attribute aac_flags = {
Salyzyn, Mark2ca39c42008-01-17 09:24:56 -08001247 .attr = {
1248 .name = "flags",
1249 .mode = S_IRUGO,
1250 },
1251 .show = aac_show_flags,
1252};
Tony Jonesee959b02008-02-22 00:13:36 +01001253static struct device_attribute aac_kernel_version = {
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001254 .attr = {
1255 .name = "hba_kernel_version",
1256 .mode = S_IRUGO,
1257 },
1258 .show = aac_show_kernel_version,
1259};
Tony Jonesee959b02008-02-22 00:13:36 +01001260static struct device_attribute aac_monitor_version = {
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001261 .attr = {
1262 .name = "hba_monitor_version",
1263 .mode = S_IRUGO,
1264 },
1265 .show = aac_show_monitor_version,
1266};
Tony Jonesee959b02008-02-22 00:13:36 +01001267static struct device_attribute aac_bios_version = {
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001268 .attr = {
1269 .name = "hba_bios_version",
1270 .mode = S_IRUGO,
1271 },
1272 .show = aac_show_bios_version,
1273};
Raghava Aditya Renukunta30202e02017-02-16 12:51:15 -08001274static struct device_attribute aac_lld_version = {
1275 .attr = {
1276 .name = "driver_version",
1277 .mode = 0444,
1278 },
1279 .show = aac_show_driver_version,
1280};
Tony Jonesee959b02008-02-22 00:13:36 +01001281static struct device_attribute aac_serial_number = {
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001282 .attr = {
1283 .name = "serial_number",
1284 .mode = S_IRUGO,
1285 },
1286 .show = aac_show_serial_number,
1287};
Tony Jonesee959b02008-02-22 00:13:36 +01001288static struct device_attribute aac_max_channel = {
Mark Haverkampd1ad94a2006-03-27 09:44:29 -08001289 .attr = {
1290 .name = "max_channel",
1291 .mode = S_IRUGO,
1292 },
1293 .show = aac_show_max_channel,
1294};
Tony Jonesee959b02008-02-22 00:13:36 +01001295static struct device_attribute aac_max_id = {
Mark Haverkampd1ad94a2006-03-27 09:44:29 -08001296 .attr = {
1297 .name = "max_id",
1298 .mode = S_IRUGO,
1299 },
1300 .show = aac_show_max_id,
1301};
Tony Jonesee959b02008-02-22 00:13:36 +01001302static struct device_attribute aac_reset = {
Salyzyn, Mark29c97682007-06-12 09:33:54 -04001303 .attr = {
1304 .name = "reset_host",
1305 .mode = S_IWUSR|S_IRUGO,
1306 },
1307 .store = aac_store_reset_adapter,
1308 .show = aac_show_reset_adapter,
1309};
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001310
Tony Jonesee959b02008-02-22 00:13:36 +01001311static struct device_attribute *aac_attrs[] = {
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001312 &aac_model,
1313 &aac_vendor,
Salyzyn, Mark2ca39c42008-01-17 09:24:56 -08001314 &aac_flags,
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001315 &aac_kernel_version,
1316 &aac_monitor_version,
1317 &aac_bios_version,
Raghava Aditya Renukunta30202e02017-02-16 12:51:15 -08001318 &aac_lld_version,
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001319 &aac_serial_number,
Mark Haverkampd1ad94a2006-03-27 09:44:29 -08001320 &aac_max_channel,
1321 &aac_max_id,
Salyzyn, Mark29c97682007-06-12 09:33:54 -04001322 &aac_reset,
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001323 NULL
1324};
1325
Tony Jonesee959b02008-02-22 00:13:36 +01001326ssize_t aac_get_serial_number(struct device *device, char *buf)
1327{
1328 return aac_show_serial_number(device, &aac_serial_number, buf);
1329}
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001330
Arjan van de Ven00977a52007-02-12 00:55:34 -08001331static const struct file_operations aac_cfg_fops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332 .owner = THIS_MODULE,
Arnd Bergmannf4927c42010-04-27 00:24:01 +02001333 .unlocked_ioctl = aac_cfg_ioctl,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334#ifdef CONFIG_COMPAT
1335 .compat_ioctl = aac_compat_cfg_ioctl,
1336#endif
1337 .open = aac_cfg_open,
Arnd Bergmann6038f372010-08-15 18:52:59 +02001338 .llseek = noop_llseek,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339};
1340
1341static struct scsi_host_template aac_driver_template = {
1342 .module = THIS_MODULE,
Salyzyn, Mark8ef22242008-02-08 05:48:22 -08001343 .name = "AAC",
Mark Haverkamp 7c00ffa2005-05-16 18:28:42 -07001344 .proc_name = AAC_DRIVERNAME,
Salyzyn, Mark8ef22242008-02-08 05:48:22 -08001345 .info = aac_info,
1346 .ioctl = aac_ioctl,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347#ifdef CONFIG_COMPAT
1348 .compat_ioctl = aac_compat_ioctl,
1349#endif
Salyzyn, Mark8ef22242008-02-08 05:48:22 -08001350 .queuecommand = aac_queuecommand,
1351 .bios_param = aac_biosparm,
Mark Haverkamp0bb14af2005-06-01 10:24:38 -07001352 .shost_attrs = aac_attrs,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353 .slave_configure = aac_slave_configure,
Salyzyn, Mark5c9cfed2007-05-30 10:01:14 -04001354 .change_queue_depth = aac_change_queue_depth,
Salyzyn, Mark17eaace2008-01-08 12:23:49 -08001355 .sdev_attrs = aac_dev_attrs,
Mark Haverkamp03d44332007-03-15 10:27:45 -07001356 .eh_abort_handler = aac_eh_abort,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357 .eh_host_reset_handler = aac_eh_reset,
Salyzyn, Mark8ef22242008-02-08 05:48:22 -08001358 .can_queue = AAC_NUM_IO_FIB,
1359 .this_id = MAXIMUM_NUM_CONTAINERS,
1360 .sg_tablesize = 16,
1361 .max_sectors = 128,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362#if (AAC_NUM_IO_FIB > 256)
1363 .cmd_per_lun = 256,
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001364#else
Salyzyn, Mark8ef22242008-02-08 05:48:22 -08001365 .cmd_per_lun = AAC_NUM_IO_FIB,
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001366#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367 .use_clustering = ENABLE_CLUSTERING,
Salyzyn, Mark8ef22242008-02-08 05:48:22 -08001368 .emulated = 1,
Martin K. Petersen54b2b502013-10-23 06:25:40 -04001369 .no_write_same = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370};
1371
Salyzyn, Mark94774a32007-05-30 11:59:13 -04001372static void __aac_shutdown(struct aac_dev * aac)
1373{
Mahesh Rajashekhara495c0212015-03-26 10:41:25 -04001374 int i;
1375
Raghava Aditya Renukunta423400e2017-02-02 15:53:29 -08001376 aac->adapter_shutdown = 1;
Raghava Aditya Renukuntafbd185982016-02-03 15:06:06 -08001377 aac_send_shutdown(aac);
1378
Ben Collins361ee9c2012-06-11 14:16:36 -04001379 if (aac->aif_thread) {
1380 int i;
1381 /* Clear out events first */
1382 for (i = 0; i < (aac->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB); i++) {
1383 struct fib *fib = &aac->fibs[i];
1384 if (!(fib->hw_fib_va->header.XferState & cpu_to_le32(NoResponseExpected | Async)) &&
1385 (fib->hw_fib_va->header.XferState & cpu_to_le32(ResponseExpected)))
1386 up(&fib->event_wait);
1387 }
Salyzyn, Marke85fbc52007-10-31 16:40:37 -04001388 kthread_stop(aac->thread);
Ben Collins361ee9c2012-06-11 14:16:36 -04001389 }
Salyzyn, Mark94774a32007-05-30 11:59:13 -04001390 aac_adapter_disable_int(aac);
Mahesh Rajashekhara495c0212015-03-26 10:41:25 -04001391 if (aac->pdev->device == PMC_DEVICE_S6 ||
1392 aac->pdev->device == PMC_DEVICE_S7 ||
1393 aac->pdev->device == PMC_DEVICE_S8 ||
1394 aac->pdev->device == PMC_DEVICE_S9) {
1395 if (aac->max_msix > 1) {
Mahesh Rajashekharaef616232015-03-26 10:41:30 -04001396 for (i = 0; i < aac->max_msix; i++) {
Hannes Reinecke0910d8b2016-11-08 08:11:30 +01001397 free_irq(pci_irq_vector(aac->pdev, i),
Mahesh Rajashekhara495c0212015-03-26 10:41:25 -04001398 &(aac->aac_msix[i]));
Mahesh Rajashekharaef616232015-03-26 10:41:30 -04001399 }
Mahesh Rajashekhara495c0212015-03-26 10:41:25 -04001400 } else {
1401 free_irq(aac->pdev->irq,
1402 &(aac->aac_msix[0]));
1403 }
1404 } else {
1405 free_irq(aac->pdev->irq, aac);
1406 }
Salyzyn, Mark8ef22242008-02-08 05:48:22 -08001407 if (aac->msi)
1408 pci_disable_msi(aac->pdev);
Mahesh Rajashekhara495c0212015-03-26 10:41:25 -04001409 else if (aac->max_msix > 1)
1410 pci_disable_msix(aac->pdev);
Salyzyn, Mark94774a32007-05-30 11:59:13 -04001411}
Raghava Aditya Renukuntab9fb54b2016-02-03 15:06:07 -08001412static void aac_init_char(void)
1413{
1414 aac_cfg_major = register_chrdev(0, "aac", &aac_cfg_fops);
1415 if (aac_cfg_major < 0) {
1416 pr_err("aacraid: unable to register \"aac\" device.\n");
1417 }
1418}
Salyzyn, Mark94774a32007-05-30 11:59:13 -04001419
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -08001420static int aac_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421{
1422 unsigned index = id->driver_data;
1423 struct Scsi_Host *shost;
1424 struct aac_dev *aac;
1425 struct list_head *insert = &aac_devices;
1426 int error = -ENODEV;
1427 int unique_id = 0;
Rolf Eike Beer0dcae662009-07-01 22:43:39 +02001428 u64 dmamask;
Raghava Aditya Renukunta8105d392017-05-10 09:39:36 -07001429 int mask_bits = 0;
Mahesh Rajashekhara11604612012-02-08 22:51:04 -08001430 extern int aac_sync_mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431
Raghava Aditya Renukunta6b93b7d2016-02-03 15:06:04 -08001432 /*
1433 * Only series 7 needs freset.
1434 */
1435 if (pdev->device == PMC_DEVICE_S7)
1436 pdev->needs_freset = 1;
1437
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438 list_for_each_entry(aac, &aac_devices, entry) {
1439 if (aac->id > unique_id)
1440 break;
1441 insert = &aac->entry;
1442 unique_id++;
1443 }
1444
Vasily Averincf161232011-11-11 13:42:16 +04001445 pci_disable_link_state(pdev, PCIE_LINK_STATE_L0S | PCIE_LINK_STATE_L1 |
1446 PCIE_LINK_STATE_CLKPM);
1447
Mark Haverkamp08efb7b2005-09-20 12:56:36 -07001448 error = pci_enable_device(pdev);
1449 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450 goto out;
Mark Haverkampe61b17f2006-03-27 09:44:11 -08001451 error = -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001452
Raghava Aditya Renukunta8105d392017-05-10 09:39:36 -07001453 if (!(aac_drivers[index].quirks & AAC_QUIRK_SRC)) {
1454 error = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
1455 if (error) {
1456 dev_err(&pdev->dev, "PCI 32 BIT dma mask set failed");
1457 goto out_disable_pdev;
1458 }
1459 }
1460
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461 /*
1462 * If the quirk31 bit is set, the adapter needs adapter
1463 * to driver communication memory to be allocated below 2gig
1464 */
Raghava Aditya Renukunta8105d392017-05-10 09:39:36 -07001465 if (aac_drivers[index].quirks & AAC_QUIRK_31BIT) {
Rolf Eike Beer0dcae662009-07-01 22:43:39 +02001466 dmamask = DMA_BIT_MASK(31);
Raghava Aditya Renukunta8105d392017-05-10 09:39:36 -07001467 mask_bits = 31;
1468 } else {
Rolf Eike Beer0dcae662009-07-01 22:43:39 +02001469 dmamask = DMA_BIT_MASK(32);
Raghava Aditya Renukunta8105d392017-05-10 09:39:36 -07001470 mask_bits = 32;
1471 }
Rolf Eike Beer0dcae662009-07-01 22:43:39 +02001472
Raghava Aditya Renukunta8105d392017-05-10 09:39:36 -07001473 error = pci_set_consistent_dma_mask(pdev, dmamask);
1474 if (error) {
1475 dev_err(&pdev->dev, "PCI %d B consistent dma mask set failed\n"
1476 , mask_bits);
Rolf Eike Beer0dcae662009-07-01 22:43:39 +02001477 goto out_disable_pdev;
Raghava Aditya Renukunta8105d392017-05-10 09:39:36 -07001478 }
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001479
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480 pci_set_master(pdev);
1481
1482 shost = scsi_host_alloc(&aac_driver_template, sizeof(struct aac_dev));
1483 if (!shost)
1484 goto out_disable_pdev;
1485
1486 shost->irq = pdev->irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487 shost->unique_id = unique_id;
Mark Haverkamp7a8cf292005-09-22 09:15:24 -07001488 shost->max_cmd_len = 16;
Kashyap.Desai@avagotech.com64bdcbc2014-08-20 19:24:33 +05301489 shost->use_cmd_list = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490
Raghava Aditya Renukuntab9fb54b2016-02-03 15:06:07 -08001491 if (aac_cfg_major == AAC_CHARDEV_NEEDS_REINIT)
1492 aac_init_char();
1493
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494 aac = (struct aac_dev *)shost->hostdata;
Ben Collinsff087842012-06-11 14:05:02 -04001495 aac->base_start = pci_resource_start(pdev, 0);
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001496 aac->scsi_host_ptr = shost;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497 aac->pdev = pdev;
1498 aac->name = aac_driver_template.name;
1499 aac->id = shost->unique_id;
Mark Salyzyna4576b52008-04-30 15:47:35 -04001500 aac->cardtype = index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501 INIT_LIST_HEAD(&aac->entry);
1502
Mahesh Rajashekhara85d22bb2012-07-14 18:18:51 +05301503 aac->fibs = kzalloc(sizeof(struct fib) * (shost->can_queue + AAC_NUM_MGT_FIB), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504 if (!aac->fibs)
1505 goto out_free_host;
1506 spin_lock_init(&aac->fib_lock);
1507
Raghava Aditya Renukunta222a9fb2016-02-03 15:06:05 -08001508 mutex_init(&aac->ioctl_mutex);
Mark Haverkamp8e0c5eb2005-10-24 10:52:22 -07001509 /*
1510 * Map in the registers from the adapter.
1511 */
1512 aac->base_size = AAC_MIN_FOOTPRINT_SIZE;
Mark Haverkamp8e0c5eb2005-10-24 10:52:22 -07001513 if ((*aac_drivers[index].init)(aac))
1514 goto out_unmap;
1515
Mahesh Rajashekhara11604612012-02-08 22:51:04 -08001516 if (aac->sync_mode) {
1517 if (aac_sync_mode)
1518 printk(KERN_INFO "%s%d: Sync. mode enforced "
1519 "by driver parameter. This will cause "
1520 "a significant performance decrease!\n",
1521 aac->name,
1522 aac->id);
1523 else
1524 printk(KERN_INFO "%s%d: Async. mode not supported "
1525 "by current driver, sync. mode enforced."
1526 "\nPlease update driver to get full performance.\n",
1527 aac->name,
1528 aac->id);
1529 }
1530
Mark Haverkamp8e0c5eb2005-10-24 10:52:22 -07001531 /*
1532 * Start any kernel threads needed
1533 */
Christoph Hellwigfe273812006-02-14 18:45:06 +01001534 aac->thread = kthread_run(aac_command_thread, aac, AAC_DRIVERNAME);
1535 if (IS_ERR(aac->thread)) {
Mark Haverkamp8e0c5eb2005-10-24 10:52:22 -07001536 printk(KERN_ERR "aacraid: Unable to create command thread.\n");
Christoph Hellwigfe273812006-02-14 18:45:06 +01001537 error = PTR_ERR(aac->thread);
Ben Collins361ee9c2012-06-11 14:16:36 -04001538 aac->thread = NULL;
Mark Haverkamp8e0c5eb2005-10-24 10:52:22 -07001539 goto out_deinit;
1540 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541
Mark Haverkamp84971732005-06-20 11:55:24 -07001542 aac->maximum_num_channels = aac_drivers[index].channels;
Mark Haverkamp08efb7b2005-09-20 12:56:36 -07001543 error = aac_get_adapter_info(aac);
1544 if (error < 0)
1545 goto out_deinit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546
1547 /*
Mark Salyzyna4576b52008-04-30 15:47:35 -04001548 * Lets override negotiations and drop the maximum SG limit to 34
1549 */
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001550 if ((aac_drivers[index].quirks & AAC_QUIRK_34SG) &&
Salyzyn, Mark62e9f5c2008-02-06 09:00:46 -08001551 (shost->sg_tablesize > 34)) {
1552 shost->sg_tablesize = 34;
1553 shost->max_sectors = (shost->sg_tablesize * 8) + 112;
Mark Salyzyna4576b52008-04-30 15:47:35 -04001554 }
Mark Haverkamp 7c00ffa2005-05-16 18:28:42 -07001555
Mark Salyzyna4576b52008-04-30 15:47:35 -04001556 if ((aac_drivers[index].quirks & AAC_QUIRK_17SG) &&
Salyzyn, Mark62e9f5c2008-02-06 09:00:46 -08001557 (shost->sg_tablesize > 17)) {
1558 shost->sg_tablesize = 17;
1559 shost->max_sectors = (shost->sg_tablesize * 8) + 112;
Mark Salyzyna4576b52008-04-30 15:47:35 -04001560 }
Mark Haverkampdb39363c2006-01-11 09:28:29 -08001561
Salyzyn, Mark62e9f5c2008-02-06 09:00:46 -08001562 error = pci_set_dma_max_seg_size(pdev,
1563 (aac->adapter_info.options & AAC_OPT_NEW_COMM) ?
1564 (shost->max_sectors << 9) : 65536);
1565 if (error)
1566 goto out_deinit;
1567
Mark Haverkamp 7c00ffa2005-05-16 18:28:42 -07001568 /*
Salyzyn, Mark62e9f5c2008-02-06 09:00:46 -08001569 * Firmware printf works only with older firmware.
Mark Haverkamp 7c00ffa2005-05-16 18:28:42 -07001570 */
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001571 if (aac_drivers[index].quirks & AAC_QUIRK_34SG)
Mark Haverkamp 7c00ffa2005-05-16 18:28:42 -07001572 aac->printf_enabled = 1;
1573 else
1574 aac->printf_enabled = 0;
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001575
Mark Salyzyna4576b52008-04-30 15:47:35 -04001576 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577 * max channel will be the physical channels plus 1 virtual channel
Mark Haverkampbb08f922006-02-01 09:30:44 -08001578 * all containers are on the virtual channel 0 (CONTAINER_CHANNEL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001579 * physical channels are address by their actual physical number+1
1580 */
Salyzyn, Markcb1042f2008-01-17 09:25:07 -08001581 if (aac->nondasd_support || expose_physicals || aac->jbod)
Mark Haverkamp95433ba2006-03-27 09:44:15 -08001582 shost->max_channel = aac->maximum_num_channels;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583 else
Mark Haverkamp95433ba2006-03-27 09:44:15 -08001584 shost->max_channel = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585
Mark Haverkamp8c867b22006-08-03 08:03:30 -07001586 aac_get_config_status(aac, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587 aac_get_containers(aac);
1588 list_add(&aac->entry, insert);
1589
1590 shost->max_id = aac->maximum_num_containers;
Mark Haverkamp84971732005-06-20 11:55:24 -07001591 if (shost->max_id < aac->maximum_num_physicals)
1592 shost->max_id = aac->maximum_num_physicals;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001593 if (shost->max_id < MAXIMUM_NUM_CONTAINERS)
1594 shost->max_id = MAXIMUM_NUM_CONTAINERS;
1595 else
1596 shost->this_id = shost->max_id;
1597
Raghava Aditya Renukuntad503e2fd2017-02-02 15:53:18 -08001598 if (!aac->sa_firmware && aac_drivers[index].quirks & AAC_QUIRK_SRC)
Hannes Reinecke787ab6e2016-05-18 10:16:51 +02001599 aac_intr_normal(aac, 0, 2, 0, NULL);
Raghava Aditya Renukunta9cb62fa2016-04-25 23:32:09 -07001600
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601 /*
1602 * dmb - we may need to move the setting of these parms somewhere else once
1603 * we get a fib that can report the actual numbers
1604 */
1605 shost->max_lun = AAC_MAX_LUN;
1606
1607 pci_set_drvdata(pdev, shost);
1608
1609 error = scsi_add_host(shost, &pdev->dev);
1610 if (error)
1611 goto out_deinit;
1612 scsi_scan_host(shost);
1613
Raghava Aditya Renukunta5c63f7f2016-02-03 15:06:01 -08001614 pci_enable_pcie_error_reporting(pdev);
1615 pci_save_state(pdev);
1616
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617 return 0;
1618
Mark Haverkampbd1aac82005-08-03 15:39:01 -07001619 out_deinit:
Salyzyn, Mark94774a32007-05-30 11:59:13 -04001620 __aac_shutdown(aac);
Mark Haverkamp8e0c5eb2005-10-24 10:52:22 -07001621 out_unmap:
Mark Haverkampbfb35aa82006-02-01 09:30:55 -08001622 aac_fib_map_free(aac);
Salyzyn, Mark2b053722007-08-02 15:38:59 -04001623 if (aac->comm_addr)
Mahesh Rajashekharaf4819732017-04-05 16:14:16 +05301624 dma_free_coherent(&aac->pdev->dev, aac->comm_size,
1625 aac->comm_addr, aac->comm_phys);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626 kfree(aac->queues);
Mark Haverkamp76a7f8f2006-09-19 09:00:02 -07001627 aac_adapter_ioremap(aac, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628 kfree(aac->fibs);
1629 kfree(aac->fsa_dev);
1630 out_free_host:
1631 scsi_host_put(shost);
1632 out_disable_pdev:
1633 pci_disable_device(pdev);
1634 out:
1635 return error;
1636}
1637
Fengguang Wufe0798c2015-11-10 13:59:06 +08001638static void aac_release_resources(struct aac_dev *aac)
Mahesh Rajashekharade665f22015-08-28 06:38:34 -04001639{
Mahesh Rajashekharade665f22015-08-28 06:38:34 -04001640 aac_adapter_disable_int(aac);
Raghava Aditya Renukuntad3e19172017-02-02 15:53:15 -08001641 aac_free_irq(aac);
Mahesh Rajashekharade665f22015-08-28 06:38:34 -04001642}
1643
1644static int aac_acquire_resources(struct aac_dev *dev)
1645{
Mahesh Rajashekharade665f22015-08-28 06:38:34 -04001646 unsigned long status;
1647 /*
1648 * First clear out all interrupts. Then enable the one's that we
1649 * can handle.
1650 */
1651 while (!((status = src_readl(dev, MUnit.OMR)) & KERNEL_UP_AND_RUNNING)
1652 || status == 0xffffffff)
1653 msleep(20);
1654
1655 aac_adapter_disable_int(dev);
1656 aac_adapter_enable_int(dev);
1657
1658
1659 if ((dev->pdev->device == PMC_DEVICE_S7 ||
1660 dev->pdev->device == PMC_DEVICE_S8 ||
1661 dev->pdev->device == PMC_DEVICE_S9))
1662 aac_define_int_mode(dev);
1663
1664 if (dev->msi_enabled)
1665 aac_src_access_devreg(dev, AAC_ENABLE_MSIX);
1666
Raghava Aditya Renukuntad3e19172017-02-02 15:53:15 -08001667 if (aac_acquire_irq(dev))
1668 goto error_iounmap;
Mahesh Rajashekharade665f22015-08-28 06:38:34 -04001669
1670 aac_adapter_enable_int(dev);
1671
Raghava Aditya Renukuntaecc479e02016-02-03 15:06:03 -08001672 /*max msix may change after EEH
1673 * Re-assign vectors to fibs
1674 */
1675 aac_fib_vector_assign(dev);
1676
1677 if (!dev->sync_mode) {
1678 /* After EEH recovery or suspend resume, max_msix count
Masahiro Yamada608595e2017-02-27 14:29:53 -08001679 * may change, therefore updating in init as well.
Raghava Aditya Renukuntaecc479e02016-02-03 15:06:03 -08001680 */
Raghava Aditya Renukuntad1ef4da2017-02-02 15:53:17 -08001681 dev->init->r7.no_of_msix_vectors = cpu_to_le32(dev->max_msix);
Raghava Aditya Renukunta116d77f2016-04-25 23:31:12 -07001682 aac_adapter_start(dev);
Raghava Aditya Renukuntaecc479e02016-02-03 15:06:03 -08001683 }
Mahesh Rajashekharade665f22015-08-28 06:38:34 -04001684 return 0;
1685
1686error_iounmap:
1687 return -1;
1688
1689}
Raghava Aditya Renukunta5c63f7f2016-02-03 15:06:01 -08001690
1691#if (defined(CONFIG_PM))
Mahesh Rajashekharade665f22015-08-28 06:38:34 -04001692static int aac_suspend(struct pci_dev *pdev, pm_message_t state)
1693{
1694
1695 struct Scsi_Host *shost = pci_get_drvdata(pdev);
1696 struct aac_dev *aac = (struct aac_dev *)shost->hostdata;
1697
1698 scsi_block_requests(shost);
1699 aac_send_shutdown(aac);
1700
1701 aac_release_resources(aac);
1702
1703 pci_set_drvdata(pdev, shost);
1704 pci_save_state(pdev);
1705 pci_disable_device(pdev);
1706 pci_set_power_state(pdev, pci_choose_state(pdev, state));
1707
1708 return 0;
1709}
1710
1711static int aac_resume(struct pci_dev *pdev)
1712{
1713 struct Scsi_Host *shost = pci_get_drvdata(pdev);
1714 struct aac_dev *aac = (struct aac_dev *)shost->hostdata;
1715 int r;
1716
1717 pci_set_power_state(pdev, PCI_D0);
1718 pci_enable_wake(pdev, PCI_D0, 0);
1719 pci_restore_state(pdev);
1720 r = pci_enable_device(pdev);
1721
1722 if (r)
1723 goto fail_device;
1724
1725 pci_set_master(pdev);
1726 if (aac_acquire_resources(aac))
1727 goto fail_device;
Mahesh Rajashekharae728f8e2015-08-28 06:38:39 -04001728 /*
1729 * reset this flag to unblock ioctl() as it was set at
1730 * aac_send_shutdown() to block ioctls from upperlayer
1731 */
1732 aac->adapter_shutdown = 0;
Mahesh Rajashekharade665f22015-08-28 06:38:34 -04001733 scsi_unblock_requests(shost);
1734
1735 return 0;
1736
1737fail_device:
1738 printk(KERN_INFO "%s%d: resume failed.\n", aac->name, aac->id);
1739 scsi_host_put(shost);
1740 pci_disable_device(pdev);
1741 return -ENODEV;
1742}
1743#endif
1744
Mark Haverkampbd1aac82005-08-03 15:39:01 -07001745static void aac_shutdown(struct pci_dev *dev)
1746{
1747 struct Scsi_Host *shost = pci_get_drvdata(dev);
Salyzyn, Mark94774a32007-05-30 11:59:13 -04001748 scsi_block_requests(shost);
Salyzyn, Markc835e372007-07-26 14:20:02 -04001749 __aac_shutdown((struct aac_dev *)shost->hostdata);
Mark Haverkampbd1aac82005-08-03 15:39:01 -07001750}
1751
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -08001752static void aac_remove_one(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753{
1754 struct Scsi_Host *shost = pci_get_drvdata(pdev);
1755 struct aac_dev *aac = (struct aac_dev *)shost->hostdata;
1756
1757 scsi_remove_host(shost);
1758
Salyzyn, Mark94774a32007-05-30 11:59:13 -04001759 __aac_shutdown(aac);
Mark Haverkampbfb35aa82006-02-01 09:30:55 -08001760 aac_fib_map_free(aac);
Mahesh Rajashekharaf4819732017-04-05 16:14:16 +05301761 dma_free_coherent(&aac->pdev->dev, aac->comm_size, aac->comm_addr,
1762 aac->comm_phys);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763 kfree(aac->queues);
1764
Mark Haverkamp76a7f8f2006-09-19 09:00:02 -07001765 aac_adapter_ioremap(aac, 0);
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001766
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767 kfree(aac->fibs);
Mark Haverkamp8e0c5eb2005-10-24 10:52:22 -07001768 kfree(aac->fsa_dev);
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001769
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770 list_del(&aac->entry);
1771 scsi_host_put(shost);
1772 pci_disable_device(pdev);
Mark Haverkamp90ee3462006-08-03 08:03:07 -07001773 if (list_empty(&aac_devices)) {
1774 unregister_chrdev(aac_cfg_major, "aac");
Raghava Aditya Renukuntab9fb54b2016-02-03 15:06:07 -08001775 aac_cfg_major = AAC_CHARDEV_NEEDS_REINIT;
Mark Haverkamp90ee3462006-08-03 08:03:07 -07001776 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777}
1778
Raghava Aditya Renukunta5c63f7f2016-02-03 15:06:01 -08001779static void aac_flush_ios(struct aac_dev *aac)
1780{
1781 int i;
1782 struct scsi_cmnd *cmd;
1783
1784 for (i = 0; i < aac->scsi_host_ptr->can_queue; i++) {
1785 cmd = (struct scsi_cmnd *)aac->fibs[i].callback_data;
1786 if (cmd && (cmd->SCp.phase == AAC_OWNER_FIRMWARE)) {
1787 scsi_dma_unmap(cmd);
1788
1789 if (aac->handle_pci_error)
1790 cmd->result = DID_NO_CONNECT << 16;
1791 else
1792 cmd->result = DID_RESET << 16;
1793
1794 cmd->scsi_done(cmd);
1795 }
1796 }
1797}
1798
1799static pci_ers_result_t aac_pci_error_detected(struct pci_dev *pdev,
1800 enum pci_channel_state error)
1801{
1802 struct Scsi_Host *shost = pci_get_drvdata(pdev);
1803 struct aac_dev *aac = shost_priv(shost);
1804
1805 dev_err(&pdev->dev, "aacraid: PCI error detected %x\n", error);
1806
1807 switch (error) {
1808 case pci_channel_io_normal:
1809 return PCI_ERS_RESULT_CAN_RECOVER;
1810 case pci_channel_io_frozen:
1811 aac->handle_pci_error = 1;
1812
1813 scsi_block_requests(aac->scsi_host_ptr);
1814 aac_flush_ios(aac);
1815 aac_release_resources(aac);
1816
1817 pci_disable_pcie_error_reporting(pdev);
1818 aac_adapter_ioremap(aac, 0);
1819
1820 return PCI_ERS_RESULT_NEED_RESET;
1821 case pci_channel_io_perm_failure:
1822 aac->handle_pci_error = 1;
1823
1824 aac_flush_ios(aac);
1825 return PCI_ERS_RESULT_DISCONNECT;
1826 }
1827
1828 return PCI_ERS_RESULT_NEED_RESET;
1829}
1830
1831static pci_ers_result_t aac_pci_mmio_enabled(struct pci_dev *pdev)
1832{
1833 dev_err(&pdev->dev, "aacraid: PCI error - mmio enabled\n");
1834 return PCI_ERS_RESULT_NEED_RESET;
1835}
1836
1837static pci_ers_result_t aac_pci_slot_reset(struct pci_dev *pdev)
1838{
1839 dev_err(&pdev->dev, "aacraid: PCI error - slot reset\n");
1840 pci_restore_state(pdev);
1841 if (pci_enable_device(pdev)) {
1842 dev_warn(&pdev->dev,
1843 "aacraid: failed to enable slave\n");
1844 goto fail_device;
1845 }
1846
1847 pci_set_master(pdev);
1848
1849 if (pci_enable_device_mem(pdev)) {
1850 dev_err(&pdev->dev, "pci_enable_device_mem failed\n");
1851 goto fail_device;
1852 }
1853
1854 return PCI_ERS_RESULT_RECOVERED;
1855
1856fail_device:
1857 dev_err(&pdev->dev, "aacraid: PCI error - slot reset failed\n");
1858 return PCI_ERS_RESULT_DISCONNECT;
1859}
1860
1861
1862static void aac_pci_resume(struct pci_dev *pdev)
1863{
1864 struct Scsi_Host *shost = pci_get_drvdata(pdev);
1865 struct scsi_device *sdev = NULL;
1866 struct aac_dev *aac = (struct aac_dev *)shost_priv(shost);
1867
1868 pci_cleanup_aer_uncorrect_error_status(pdev);
1869
1870 if (aac_adapter_ioremap(aac, aac->base_size)) {
1871
1872 dev_err(&pdev->dev, "aacraid: ioremap failed\n");
1873 /* remap failed, go back ... */
1874 aac->comm_interface = AAC_COMM_PRODUCER;
1875 if (aac_adapter_ioremap(aac, AAC_MIN_FOOTPRINT_SIZE)) {
1876 dev_warn(&pdev->dev,
1877 "aacraid: unable to map adapter.\n");
1878
1879 return;
1880 }
1881 }
1882
1883 msleep(10000);
1884
1885 aac_acquire_resources(aac);
1886
1887 /*
1888 * reset this flag to unblock ioctl() as it was set
1889 * at aac_send_shutdown() to block ioctls from upperlayer
1890 */
1891 aac->adapter_shutdown = 0;
1892 aac->handle_pci_error = 0;
1893
1894 shost_for_each_device(sdev, shost)
1895 if (sdev->sdev_state == SDEV_OFFLINE)
1896 sdev->sdev_state = SDEV_RUNNING;
1897 scsi_unblock_requests(aac->scsi_host_ptr);
1898 scsi_scan_host(aac->scsi_host_ptr);
1899 pci_save_state(pdev);
1900
1901 dev_err(&pdev->dev, "aacraid: PCI error - resume\n");
1902}
1903
1904static struct pci_error_handlers aac_pci_err_handler = {
1905 .error_detected = aac_pci_error_detected,
1906 .mmio_enabled = aac_pci_mmio_enabled,
1907 .slot_reset = aac_pci_slot_reset,
1908 .resume = aac_pci_resume,
1909};
1910
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911static struct pci_driver aac_pci_driver = {
1912 .name = AAC_DRIVERNAME,
1913 .id_table = aac_pci_tbl,
1914 .probe = aac_probe_one,
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -08001915 .remove = aac_remove_one,
Mahesh Rajashekharade665f22015-08-28 06:38:34 -04001916#if (defined(CONFIG_PM))
1917 .suspend = aac_suspend,
1918 .resume = aac_resume,
1919#endif
Salyzyn, Mark8ef22242008-02-08 05:48:22 -08001920 .shutdown = aac_shutdown,
Raghava Aditya Renukunta5c63f7f2016-02-03 15:06:01 -08001921 .err_handler = &aac_pci_err_handler,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922};
1923
1924static int __init aac_init(void)
1925{
1926 int error;
Salyzyn, Mark8ce3eca2008-01-16 07:39:06 -08001927
Salyzyn, Mark29c97682007-06-12 09:33:54 -04001928 printk(KERN_INFO "Adaptec %s driver %s\n",
Mark Haverkampc7f47602005-08-03 15:38:55 -07001929 AAC_DRIVERNAME, aac_driver_version);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930
Mark Haverkamp08efb7b2005-09-20 12:56:36 -07001931 error = pci_register_driver(&aac_pci_driver);
1932 if (error < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933 return error;
1934
Raghava Aditya Renukuntab9fb54b2016-02-03 15:06:07 -08001935 aac_init_char();
1936
Mark Haverkampbd1aac82005-08-03 15:39:01 -07001937
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938 return 0;
1939}
1940
1941static void __exit aac_exit(void)
1942{
Mark Haverkamp53926272006-03-27 09:44:19 -08001943 if (aac_cfg_major > -1)
1944 unregister_chrdev(aac_cfg_major, "aac");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945 pci_unregister_driver(&aac_pci_driver);
1946}
1947
1948module_init(aac_init);
1949module_exit(aac_exit);