Ondrej Zary | 1d084d2 | 2015-02-06 23:11:47 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Driver for Adaptec AHA-1542 SCSI host adapters |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | * |
| 4 | * Copyright (C) 1992 Tommy Thorn |
| 5 | * Copyright (C) 1993, 1994, 1995 Eric Youngdale |
Ondrej Zary | 1d084d2 | 2015-02-06 23:11:47 +0100 | [diff] [blame] | 6 | * Copyright (C) 2015 Ondrej Zary |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | */ |
| 8 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | #include <linux/module.h> |
| 10 | #include <linux/interrupt.h> |
| 11 | #include <linux/kernel.h> |
| 12 | #include <linux/types.h> |
| 13 | #include <linux/string.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #include <linux/delay.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | #include <linux/init.h> |
| 16 | #include <linux/spinlock.h> |
Ondrej Zary | 643a7c4 | 2015-02-06 23:11:22 +0100 | [diff] [blame] | 17 | #include <linux/isa.h> |
| 18 | #include <linux/pnp.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 19 | #include <linux/slab.h> |
Ondrej Zary | 954a9fd | 2015-02-06 23:11:48 +0100 | [diff] [blame] | 20 | #include <linux/io.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | #include <asm/dma.h> |
Ondrej Zary | 954a9fd | 2015-02-06 23:11:48 +0100 | [diff] [blame] | 22 | #include <scsi/scsi_cmnd.h> |
| 23 | #include <scsi/scsi_device.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | #include <scsi/scsi_host.h> |
| 25 | #include "aha1542.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 27 | #define MAXBOARDS 4 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 29 | static bool isapnp = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | module_param(isapnp, bool, 0); |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 31 | MODULE_PARM_DESC(isapnp, "enable PnP support (default=1)"); |
| 32 | |
| 33 | static int io[MAXBOARDS] = { 0x330, 0x334, 0, 0 }; |
| 34 | module_param_array(io, int, NULL, 0); |
| 35 | MODULE_PARM_DESC(io, "base IO address of controller (0x130,0x134,0x230,0x234,0x330,0x334, default=0x330,0x334)"); |
| 36 | |
| 37 | /* time AHA spends on the AT-bus during data transfer */ |
| 38 | static int bus_on[MAXBOARDS] = { -1, -1, -1, -1 }; /* power-on default: 11us */ |
| 39 | module_param_array(bus_on, int, NULL, 0); |
| 40 | MODULE_PARM_DESC(bus_on, "bus on time [us] (2-15, default=-1 [HW default: 11])"); |
| 41 | |
| 42 | /* time AHA spends off the bus (not to monopolize it) during data transfer */ |
| 43 | static int bus_off[MAXBOARDS] = { -1, -1, -1, -1 }; /* power-on default: 4us */ |
| 44 | module_param_array(bus_off, int, NULL, 0); |
| 45 | MODULE_PARM_DESC(bus_off, "bus off time [us] (1-64, default=-1 [HW default: 4])"); |
| 46 | |
| 47 | /* default is jumper selected (J1 on 1542A), factory default = 5 MB/s */ |
| 48 | static int dma_speed[MAXBOARDS] = { -1, -1, -1, -1 }; |
| 49 | module_param_array(dma_speed, int, NULL, 0); |
| 50 | MODULE_PARM_DESC(dma_speed, "DMA speed [MB/s] (5,6,7,8,10, default=-1 [by jumper])"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | #define BIOS_TRANSLATION_6432 1 /* Default case these days */ |
| 53 | #define BIOS_TRANSLATION_25563 2 /* Big disk case */ |
| 54 | |
| 55 | struct aha1542_hostdata { |
| 56 | /* This will effectively start both of them at the first mailbox */ |
| 57 | int bios_translation; /* Mapping bios uses - for compatibility */ |
| 58 | int aha1542_last_mbi_used; |
| 59 | int aha1542_last_mbo_used; |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 60 | struct scsi_cmnd *int_cmds[AHA1542_MAILBOXES]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | struct mailbox mb[2 * AHA1542_MAILBOXES]; |
| 62 | struct ccb ccb[AHA1542_MAILBOXES]; |
| 63 | }; |
| 64 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | static DEFINE_SPINLOCK(aha1542_lock); |
| 66 | |
Ondrej Zary | f1bbef6 | 2015-02-06 23:11:26 +0100 | [diff] [blame] | 67 | static inline void aha1542_intr_reset(u16 base) |
| 68 | { |
| 69 | outb(IRST, CONTROL(base)); |
| 70 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | |
Ondrej Zary | 2093bfa | 2015-02-06 23:11:31 +0100 | [diff] [blame] | 72 | static inline bool wait_mask(u16 port, u8 mask, u8 allof, u8 noneof, int timeout) |
| 73 | { |
| 74 | bool delayed = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | |
Ondrej Zary | 2093bfa | 2015-02-06 23:11:31 +0100 | [diff] [blame] | 76 | if (timeout == 0) { |
| 77 | timeout = 3000000; |
| 78 | delayed = false; |
| 79 | } |
| 80 | |
| 81 | while (1) { |
| 82 | u8 bits = inb(port) & mask; |
| 83 | if ((bits & allof) == allof && ((bits & noneof) == 0)) |
| 84 | break; |
| 85 | if (delayed) |
| 86 | mdelay(1); |
| 87 | if (--timeout == 0) |
| 88 | return false; |
| 89 | } |
| 90 | |
| 91 | return true; |
| 92 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 94 | /* This is a bit complicated, but we need to make sure that an interrupt |
| 95 | routine does not send something out while we are in the middle of this. |
| 96 | Fortunately, it is only at boot time that multi-byte messages |
| 97 | are ever sent. */ |
Ondrej Zary | cad2fc7 | 2015-02-06 23:11:43 +0100 | [diff] [blame] | 98 | static int aha1542_outb(unsigned int base, u8 val) |
Ondrej Zary | 0c2b648 | 2015-02-06 23:11:33 +0100 | [diff] [blame] | 99 | { |
| 100 | unsigned long flags; |
| 101 | |
| 102 | while (1) { |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 103 | if (!wait_mask(STATUS(base), CDF, 0, CDF, 0)) |
Ondrej Zary | 0c2b648 | 2015-02-06 23:11:33 +0100 | [diff] [blame] | 104 | return 1; |
Ondrej Zary | 0c2b648 | 2015-02-06 23:11:33 +0100 | [diff] [blame] | 105 | spin_lock_irqsave(&aha1542_lock, flags); |
| 106 | if (inb(STATUS(base)) & CDF) { |
| 107 | spin_unlock_irqrestore(&aha1542_lock, flags); |
| 108 | continue; |
| 109 | } |
Ondrej Zary | cad2fc7 | 2015-02-06 23:11:43 +0100 | [diff] [blame] | 110 | outb(val, DATA(base)); |
Ondrej Zary | 0c2b648 | 2015-02-06 23:11:33 +0100 | [diff] [blame] | 111 | spin_unlock_irqrestore(&aha1542_lock, flags); |
| 112 | return 0; |
| 113 | } |
| 114 | } |
| 115 | |
Ondrej Zary | cad2fc7 | 2015-02-06 23:11:43 +0100 | [diff] [blame] | 116 | static int aha1542_out(unsigned int base, u8 *buf, int len) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 117 | { |
Ondrej Zary | 0c2b648 | 2015-02-06 23:11:33 +0100 | [diff] [blame] | 118 | unsigned long flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 119 | |
Ondrej Zary | 0c2b648 | 2015-02-06 23:11:33 +0100 | [diff] [blame] | 120 | spin_lock_irqsave(&aha1542_lock, flags); |
| 121 | while (len--) { |
| 122 | if (!wait_mask(STATUS(base), CDF, 0, CDF, 0)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 123 | spin_unlock_irqrestore(&aha1542_lock, flags); |
Ondrej Zary | 0c2b648 | 2015-02-06 23:11:33 +0100 | [diff] [blame] | 124 | return 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 125 | } |
Ondrej Zary | cad2fc7 | 2015-02-06 23:11:43 +0100 | [diff] [blame] | 126 | outb(*buf++, DATA(base)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | } |
Ondrej Zary | 0c2b648 | 2015-02-06 23:11:33 +0100 | [diff] [blame] | 128 | spin_unlock_irqrestore(&aha1542_lock, flags); |
Ondrej Zary | 23e6940 | 2015-02-06 23:11:39 +0100 | [diff] [blame] | 129 | if (!wait_mask(INTRFLAGS(base), INTRMASK, HACC, 0, 0)) |
| 130 | return 1; |
Ondrej Zary | 0c2b648 | 2015-02-06 23:11:33 +0100 | [diff] [blame] | 131 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 132 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 133 | } |
| 134 | |
| 135 | /* Only used at boot time, so we do not need to worry about latency as much |
| 136 | here */ |
| 137 | |
Ondrej Zary | cad2fc7 | 2015-02-06 23:11:43 +0100 | [diff] [blame] | 138 | static int aha1542_in(unsigned int base, u8 *buf, int len, int timeout) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 139 | { |
| 140 | unsigned long flags; |
| 141 | |
| 142 | spin_lock_irqsave(&aha1542_lock, flags); |
| 143 | while (len--) { |
Ondrej Zary | a13b372 | 2015-02-06 23:11:34 +0100 | [diff] [blame] | 144 | if (!wait_mask(STATUS(base), DF, DF, 0, timeout)) { |
| 145 | spin_unlock_irqrestore(&aha1542_lock, flags); |
Ondrej Zary | a13b372 | 2015-02-06 23:11:34 +0100 | [diff] [blame] | 146 | return 1; |
| 147 | } |
Ondrej Zary | cad2fc7 | 2015-02-06 23:11:43 +0100 | [diff] [blame] | 148 | *buf++ = inb(DATA(base)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 149 | } |
| 150 | spin_unlock_irqrestore(&aha1542_lock, flags); |
| 151 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 152 | } |
| 153 | |
| 154 | static int makecode(unsigned hosterr, unsigned scsierr) |
| 155 | { |
| 156 | switch (hosterr) { |
| 157 | case 0x0: |
| 158 | case 0xa: /* Linked command complete without error and linked normally */ |
| 159 | case 0xb: /* Linked command complete without error, interrupt generated */ |
| 160 | hosterr = 0; |
| 161 | break; |
| 162 | |
| 163 | case 0x11: /* Selection time out-The initiator selection or target |
| 164 | reselection was not complete within the SCSI Time out period */ |
| 165 | hosterr = DID_TIME_OUT; |
| 166 | break; |
| 167 | |
| 168 | case 0x12: /* Data overrun/underrun-The target attempted to transfer more data |
| 169 | than was allocated by the Data Length field or the sum of the |
| 170 | Scatter / Gather Data Length fields. */ |
| 171 | |
| 172 | case 0x13: /* Unexpected bus free-The target dropped the SCSI BSY at an unexpected time. */ |
| 173 | |
| 174 | case 0x15: /* MBO command was not 00, 01 or 02-The first byte of the CB was |
| 175 | invalid. This usually indicates a software failure. */ |
| 176 | |
| 177 | case 0x16: /* Invalid CCB Operation Code-The first byte of the CCB was invalid. |
| 178 | This usually indicates a software failure. */ |
| 179 | |
| 180 | case 0x17: /* Linked CCB does not have the same LUN-A subsequent CCB of a set |
| 181 | of linked CCB's does not specify the same logical unit number as |
| 182 | the first. */ |
| 183 | case 0x18: /* Invalid Target Direction received from Host-The direction of a |
| 184 | Target Mode CCB was invalid. */ |
| 185 | |
| 186 | case 0x19: /* Duplicate CCB Received in Target Mode-More than once CCB was |
| 187 | received to service data transfer between the same target LUN |
| 188 | and initiator SCSI ID in the same direction. */ |
| 189 | |
| 190 | case 0x1a: /* Invalid CCB or Segment List Parameter-A segment list with a zero |
| 191 | length segment or invalid segment list boundaries was received. |
| 192 | A CCB parameter was invalid. */ |
Ondrej Zary | fde1fb8 | 2015-02-06 23:11:52 +0100 | [diff] [blame] | 193 | #ifdef DEBUG |
| 194 | printk("Aha1542: %x %x\n", hosterr, scsierr); |
| 195 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | hosterr = DID_ERROR; /* Couldn't find any better */ |
| 197 | break; |
| 198 | |
| 199 | case 0x14: /* Target bus phase sequence failure-An invalid bus phase or bus |
| 200 | phase sequence was requested by the target. The host adapter |
| 201 | will generate a SCSI Reset Condition, notifying the host with |
| 202 | a SCRD interrupt */ |
| 203 | hosterr = DID_RESET; |
| 204 | break; |
| 205 | default: |
| 206 | printk(KERN_ERR "aha1542: makecode: unknown hoststatus %x\n", hosterr); |
| 207 | break; |
| 208 | } |
| 209 | return scsierr | (hosterr << 16); |
| 210 | } |
| 211 | |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 212 | static int aha1542_test_port(struct Scsi_Host *sh) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 213 | { |
Ondrej Zary | cb5b570 | 2015-02-06 23:11:27 +0100 | [diff] [blame] | 214 | u8 inquiry_result[4]; |
Ondrej Zary | cad2fc7 | 2015-02-06 23:11:43 +0100 | [diff] [blame] | 215 | int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 216 | |
| 217 | /* Quick and dirty test for presence of the card. */ |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 218 | if (inb(STATUS(sh->io_port)) == 0xff) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 219 | return 0; |
| 220 | |
| 221 | /* Reset the adapter. I ought to make a hard reset, but it's not really necessary */ |
| 222 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 223 | /* In case some other card was probing here, reset interrupts */ |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 224 | aha1542_intr_reset(sh->io_port); /* reset interrupts, so they don't block */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 225 | |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 226 | outb(SRST | IRST /*|SCRST */ , CONTROL(sh->io_port)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 227 | |
| 228 | mdelay(20); /* Wait a little bit for things to settle down. */ |
| 229 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | /* Expect INIT and IDLE, any of the others are bad */ |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 231 | if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) |
Ondrej Zary | a13b372 | 2015-02-06 23:11:34 +0100 | [diff] [blame] | 232 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | /* Shouldn't have generated any interrupts during reset */ |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 235 | if (inb(INTRFLAGS(sh->io_port)) & INTRMASK) |
Ondrej Zary | a13b372 | 2015-02-06 23:11:34 +0100 | [diff] [blame] | 236 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 238 | /* Perform a host adapter inquiry instead so we do not need to set |
| 239 | up the mailboxes ahead of time */ |
| 240 | |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 241 | aha1542_outb(sh->io_port, CMD_INQUIRY); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 242 | |
Ondrej Zary | cad2fc7 | 2015-02-06 23:11:43 +0100 | [diff] [blame] | 243 | for (i = 0; i < 4; i++) { |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 244 | if (!wait_mask(STATUS(sh->io_port), DF, DF, 0, 0)) |
Ondrej Zary | a13b372 | 2015-02-06 23:11:34 +0100 | [diff] [blame] | 245 | return 0; |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 246 | inquiry_result[i] = inb(DATA(sh->io_port)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 247 | } |
| 248 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 249 | /* Reading port should reset DF */ |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 250 | if (inb(STATUS(sh->io_port)) & DF) |
Ondrej Zary | a13b372 | 2015-02-06 23:11:34 +0100 | [diff] [blame] | 251 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 252 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 253 | /* When HACC, command is completed, and we're though testing */ |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 254 | if (!wait_mask(INTRFLAGS(sh->io_port), HACC, HACC, 0, 0)) |
Ondrej Zary | a13b372 | 2015-02-06 23:11:34 +0100 | [diff] [blame] | 255 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 256 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 257 | /* Clear interrupts */ |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 258 | outb(IRST, CONTROL(sh->io_port)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 259 | |
Ondrej Zary | bdebe22 | 2015-02-06 23:11:35 +0100 | [diff] [blame] | 260 | return 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 261 | } |
| 262 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 263 | /* A "high" level interrupt handler */ |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 264 | static void aha1542_intr_handle(struct Scsi_Host *sh) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 265 | { |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 266 | struct aha1542_hostdata *aha1542 = shost_priv(sh); |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 267 | void (*my_done)(struct scsi_cmnd *) = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 268 | int errstatus, mbi, mbo, mbistatus; |
| 269 | int number_serviced; |
| 270 | unsigned long flags; |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 271 | struct scsi_cmnd *tmp_cmd; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 272 | int flag; |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 273 | struct mailbox *mb = aha1542->mb; |
| 274 | struct ccb *ccb = aha1542->ccb; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 275 | |
| 276 | #ifdef DEBUG |
| 277 | { |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 278 | flag = inb(INTRFLAGS(sh->io_port)); |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 279 | shost_printk(KERN_DEBUG, sh, "aha1542_intr_handle: "); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 280 | if (!(flag & ANYINTR)) |
| 281 | printk("no interrupt?"); |
| 282 | if (flag & MBIF) |
| 283 | printk("MBIF "); |
| 284 | if (flag & MBOA) |
| 285 | printk("MBOF "); |
| 286 | if (flag & HACC) |
| 287 | printk("HACC "); |
| 288 | if (flag & SCRD) |
| 289 | printk("SCRD "); |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 290 | printk("status %02x\n", inb(STATUS(sh->io_port))); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 291 | }; |
| 292 | #endif |
| 293 | number_serviced = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 294 | |
| 295 | while (1 == 1) { |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 296 | flag = inb(INTRFLAGS(sh->io_port)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 297 | |
| 298 | /* Check for unusual interrupts. If any of these happen, we should |
| 299 | probably do something special, but for now just printing a message |
| 300 | is sufficient. A SCSI reset detected is something that we really |
| 301 | need to deal with in some way. */ |
| 302 | if (flag & ~MBIF) { |
| 303 | if (flag & MBOA) |
| 304 | printk("MBOF "); |
| 305 | if (flag & HACC) |
| 306 | printk("HACC "); |
Ondrej Zary | dfd7c99 | 2015-02-06 23:11:36 +0100 | [diff] [blame] | 307 | if (flag & SCRD) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 308 | printk("SCRD "); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 309 | } |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 310 | aha1542_intr_reset(sh->io_port); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 311 | |
| 312 | spin_lock_irqsave(&aha1542_lock, flags); |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 313 | mbi = aha1542->aha1542_last_mbi_used + 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 314 | if (mbi >= 2 * AHA1542_MAILBOXES) |
| 315 | mbi = AHA1542_MAILBOXES; |
| 316 | |
| 317 | do { |
| 318 | if (mb[mbi].status != 0) |
| 319 | break; |
| 320 | mbi++; |
| 321 | if (mbi >= 2 * AHA1542_MAILBOXES) |
| 322 | mbi = AHA1542_MAILBOXES; |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 323 | } while (mbi != aha1542->aha1542_last_mbi_used); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 324 | |
| 325 | if (mb[mbi].status == 0) { |
| 326 | spin_unlock_irqrestore(&aha1542_lock, flags); |
| 327 | /* Hmm, no mail. Must have read it the last time around */ |
Ondrej Zary | dfd7c99 | 2015-02-06 23:11:36 +0100 | [diff] [blame] | 328 | if (!number_serviced) |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 329 | shost_printk(KERN_WARNING, sh, "interrupt received, but no mail.\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 330 | return; |
| 331 | }; |
| 332 | |
Ondrej Zary | 10be625 | 2015-02-06 23:11:24 +0100 | [diff] [blame] | 333 | mbo = (scsi2int(mb[mbi].ccbptr) - (isa_virt_to_bus(&ccb[0]))) / sizeof(struct ccb); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 334 | mbistatus = mb[mbi].status; |
| 335 | mb[mbi].status = 0; |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 336 | aha1542->aha1542_last_mbi_used = mbi; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 337 | spin_unlock_irqrestore(&aha1542_lock, flags); |
| 338 | |
| 339 | #ifdef DEBUG |
Ondrej Zary | fde1fb8 | 2015-02-06 23:11:52 +0100 | [diff] [blame] | 340 | if (ccb[mbo].tarstat | ccb[mbo].hastat) |
| 341 | shost_printk(KERN_DEBUG, sh, "aha1542_command: returning %x (status %d)\n", |
| 342 | ccb[mbo].tarstat + ((int) ccb[mbo].hastat << 16), mb[mbi].status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 343 | #endif |
| 344 | |
| 345 | if (mbistatus == 3) |
| 346 | continue; /* Aborted command not found */ |
| 347 | |
| 348 | #ifdef DEBUG |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 349 | shost_printk(KERN_DEBUG, sh, "...done %d %d\n", mbo, mbi); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 350 | #endif |
| 351 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 352 | tmp_cmd = aha1542->int_cmds[mbo]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 353 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 354 | if (!tmp_cmd || !tmp_cmd->scsi_done) { |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 355 | shost_printk(KERN_WARNING, sh, "Unexpected interrupt\n"); |
| 356 | shost_printk(KERN_WARNING, sh, "tarstat=%x, hastat=%x idlun=%x ccb#=%d\n", ccb[mbo].tarstat, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 357 | ccb[mbo].hastat, ccb[mbo].idlun, mbo); |
| 358 | return; |
| 359 | } |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 360 | my_done = tmp_cmd->scsi_done; |
| 361 | kfree(tmp_cmd->host_scribble); |
| 362 | tmp_cmd->host_scribble = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 363 | /* Fetch the sense data, and tuck it away, in the required slot. The |
| 364 | Adaptec automatically fetches it, and there is no guarantee that |
| 365 | we will still have it in the cdb when we come back */ |
| 366 | if (ccb[mbo].tarstat == 2) |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 367 | memcpy(tmp_cmd->sense_buffer, &ccb[mbo].cdb[ccb[mbo].cdblen], |
FUJITA Tomonori | b80ca4f | 2008-01-13 15:46:13 +0900 | [diff] [blame] | 368 | SCSI_SENSE_BUFFERSIZE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 369 | |
| 370 | |
| 371 | /* is there mail :-) */ |
| 372 | |
| 373 | /* more error checking left out here */ |
| 374 | if (mbistatus != 1) |
| 375 | /* This is surely wrong, but I don't know what's right */ |
| 376 | errstatus = makecode(ccb[mbo].hastat, ccb[mbo].tarstat); |
| 377 | else |
| 378 | errstatus = 0; |
| 379 | |
| 380 | #ifdef DEBUG |
| 381 | if (errstatus) |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 382 | shost_printk(KERN_DEBUG, sh, "(aha1542 error:%x %x %x) ", errstatus, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 383 | ccb[mbo].hastat, ccb[mbo].tarstat); |
Ondrej Zary | 6ddc8cf | 2015-02-06 23:11:53 +0100 | [diff] [blame] | 384 | if (ccb[mbo].tarstat == 2) |
| 385 | print_hex_dump_bytes("sense: ", DUMP_PREFIX_NONE, &ccb[mbo].cdb[ccb[mbo].cdblen], 12); |
Ondrej Zary | fde1fb8 | 2015-02-06 23:11:52 +0100 | [diff] [blame] | 386 | if (errstatus) |
| 387 | printk("aha1542_intr_handle: returning %6x\n", errstatus); |
| 388 | #endif |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 389 | tmp_cmd->result = errstatus; |
| 390 | aha1542->int_cmds[mbo] = NULL; /* This effectively frees up the mailbox slot, as |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 391 | far as queuecommand is concerned */ |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 392 | my_done(tmp_cmd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 393 | number_serviced++; |
| 394 | }; |
| 395 | } |
| 396 | |
Ondrej Zary | 09a4483 | 2015-02-06 23:11:28 +0100 | [diff] [blame] | 397 | /* A quick wrapper for do_aha1542_intr_handle to grab the spin lock */ |
| 398 | static irqreturn_t do_aha1542_intr_handle(int dummy, void *dev_id) |
| 399 | { |
| 400 | unsigned long flags; |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 401 | struct Scsi_Host *sh = dev_id; |
Ondrej Zary | 09a4483 | 2015-02-06 23:11:28 +0100 | [diff] [blame] | 402 | |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 403 | spin_lock_irqsave(sh->host_lock, flags); |
| 404 | aha1542_intr_handle(sh); |
| 405 | spin_unlock_irqrestore(sh->host_lock, flags); |
Ondrej Zary | 09a4483 | 2015-02-06 23:11:28 +0100 | [diff] [blame] | 406 | return IRQ_HANDLED; |
| 407 | } |
| 408 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 409 | static int aha1542_queuecommand_lck(struct scsi_cmnd *cmd, void (*done) (struct scsi_cmnd *)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 410 | { |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 411 | struct Scsi_Host *sh = cmd->device->host; |
| 412 | struct aha1542_hostdata *aha1542 = shost_priv(sh); |
Ondrej Zary | cb5b570 | 2015-02-06 23:11:27 +0100 | [diff] [blame] | 413 | u8 direction; |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 414 | u8 target = cmd->device->id; |
| 415 | u8 lun = cmd->device->lun; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 416 | unsigned long flags; |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 417 | int bufflen = scsi_bufflen(cmd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 418 | int mbo; |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 419 | struct mailbox *mb = aha1542->mb; |
| 420 | struct ccb *ccb = aha1542->ccb; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 421 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 422 | if (*cmd->cmnd == REQUEST_SENSE) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 423 | /* Don't do the command - we have the sense data already */ |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 424 | cmd->result = 0; |
| 425 | done(cmd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 426 | return 0; |
| 427 | } |
| 428 | #ifdef DEBUG |
Ondrej Zary | 764a0c7 | 2015-02-06 23:11:54 +0100 | [diff] [blame^] | 429 | { |
| 430 | int i = -1; |
| 431 | if (*cmd->cmnd == READ_10 || *cmd->cmnd == WRITE_10) |
| 432 | i = xscsi2int(cmd->cmnd + 2); |
| 433 | else if (*cmd->cmnd == READ_6 || *cmd->cmnd == WRITE_6) |
| 434 | i = scsi2int(cmd->cmnd + 2); |
| 435 | shost_printk(KERN_DEBUG, sh, "aha1542_queuecommand: dev %d cmd %02x pos %d len %d", |
| 436 | target, *cmd->cmnd, i, bufflen); |
| 437 | print_hex_dump_bytes("command: ", DUMP_PREFIX_NONE, cmd->cmnd, cmd->cmd_len); |
| 438 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 439 | #endif |
| 440 | /* Use the outgoing mailboxes in a round-robin fashion, because this |
| 441 | is how the host adapter will scan for them */ |
| 442 | |
| 443 | spin_lock_irqsave(&aha1542_lock, flags); |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 444 | mbo = aha1542->aha1542_last_mbo_used + 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 445 | if (mbo >= AHA1542_MAILBOXES) |
| 446 | mbo = 0; |
| 447 | |
| 448 | do { |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 449 | if (mb[mbo].status == 0 && aha1542->int_cmds[mbo] == NULL) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 450 | break; |
| 451 | mbo++; |
| 452 | if (mbo >= AHA1542_MAILBOXES) |
| 453 | mbo = 0; |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 454 | } while (mbo != aha1542->aha1542_last_mbo_used); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 455 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 456 | if (mb[mbo].status || aha1542->int_cmds[mbo]) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 457 | panic("Unable to find empty mailbox for aha1542.\n"); |
| 458 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 459 | aha1542->int_cmds[mbo] = cmd; /* This will effectively prevent someone else from |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 460 | screwing with this cdb. */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 461 | |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 462 | aha1542->aha1542_last_mbo_used = mbo; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 463 | spin_unlock_irqrestore(&aha1542_lock, flags); |
| 464 | |
| 465 | #ifdef DEBUG |
Ondrej Zary | 6ddc8cf | 2015-02-06 23:11:53 +0100 | [diff] [blame] | 466 | shost_printk(KERN_DEBUG, sh, "Sending command (%d %p)...", mbo, done); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 467 | #endif |
| 468 | |
Ondrej Zary | 10be625 | 2015-02-06 23:11:24 +0100 | [diff] [blame] | 469 | any2scsi(mb[mbo].ccbptr, isa_virt_to_bus(&ccb[mbo])); /* This gets trashed for some reason */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 470 | |
| 471 | memset(&ccb[mbo], 0, sizeof(struct ccb)); |
| 472 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 473 | ccb[mbo].cdblen = cmd->cmd_len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 474 | |
| 475 | direction = 0; |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 476 | if (*cmd->cmnd == READ_10 || *cmd->cmnd == READ_6) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 477 | direction = 8; |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 478 | else if (*cmd->cmnd == WRITE_10 || *cmd->cmnd == WRITE_6) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 479 | direction = 16; |
| 480 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 481 | memcpy(ccb[mbo].cdb, cmd->cmnd, ccb[mbo].cdblen); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 482 | |
Boaz Harrosh | fc3fdfc | 2007-09-09 21:02:45 +0300 | [diff] [blame] | 483 | if (bufflen) { |
Jens Axboe | 51cf224 | 2007-07-16 10:00:31 +0200 | [diff] [blame] | 484 | struct scatterlist *sg; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 485 | struct chain *cptr; |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 486 | int i, sg_count = scsi_sg_count(cmd); |
Ondrej Zary | 6ddc8cf | 2015-02-06 23:11:53 +0100 | [diff] [blame] | 487 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 488 | ccb[mbo].op = 2; /* SCSI Initiator Command w/scatter-gather */ |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 489 | cmd->host_scribble = kmalloc(sizeof(*cptr)*sg_count, |
Boaz Harrosh | fc3fdfc | 2007-09-09 21:02:45 +0300 | [diff] [blame] | 490 | GFP_KERNEL | GFP_DMA); |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 491 | cptr = (struct chain *) cmd->host_scribble; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 492 | if (cptr == NULL) { |
| 493 | /* free the claimed mailbox slot */ |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 494 | aha1542->int_cmds[mbo] = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 495 | return SCSI_MLQUEUE_HOST_BUSY; |
| 496 | } |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 497 | scsi_for_each_sg(cmd, sg, sg_count, i) { |
Ondrej Zary | 10be625 | 2015-02-06 23:11:24 +0100 | [diff] [blame] | 498 | any2scsi(cptr[i].dataptr, isa_page_to_bus(sg_page(sg)) |
| 499 | + sg->offset); |
Jens Axboe | 51cf224 | 2007-07-16 10:00:31 +0200 | [diff] [blame] | 500 | any2scsi(cptr[i].datalen, sg->length); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 501 | }; |
Boaz Harrosh | fc3fdfc | 2007-09-09 21:02:45 +0300 | [diff] [blame] | 502 | any2scsi(ccb[mbo].datalen, sg_count * sizeof(struct chain)); |
Ondrej Zary | 10be625 | 2015-02-06 23:11:24 +0100 | [diff] [blame] | 503 | any2scsi(ccb[mbo].dataptr, isa_virt_to_bus(cptr)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 504 | #ifdef DEBUG |
Ondrej Zary | 6ddc8cf | 2015-02-06 23:11:53 +0100 | [diff] [blame] | 505 | shost_printk(KERN_DEBUG, sh, "cptr %p: ", cptr); |
| 506 | print_hex_dump_bytes("cptr: ", DUMP_PREFIX_NONE, cptr, 18); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 507 | #endif |
| 508 | } else { |
| 509 | ccb[mbo].op = 0; /* SCSI Initiator Command */ |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 510 | cmd->host_scribble = NULL; |
Boaz Harrosh | fc3fdfc | 2007-09-09 21:02:45 +0300 | [diff] [blame] | 511 | any2scsi(ccb[mbo].datalen, 0); |
| 512 | any2scsi(ccb[mbo].dataptr, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 513 | }; |
| 514 | ccb[mbo].idlun = (target & 7) << 5 | direction | (lun & 7); /*SCSI Target Id */ |
| 515 | ccb[mbo].rsalen = 16; |
| 516 | ccb[mbo].linkptr[0] = ccb[mbo].linkptr[1] = ccb[mbo].linkptr[2] = 0; |
| 517 | ccb[mbo].commlinkid = 0; |
| 518 | |
| 519 | #ifdef DEBUG |
Ondrej Zary | 6ddc8cf | 2015-02-06 23:11:53 +0100 | [diff] [blame] | 520 | print_hex_dump_bytes("sending: ", DUMP_PREFIX_NONE, &ccb[mbo], sizeof(ccb[mbo]) - 10); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 521 | #endif |
| 522 | |
| 523 | if (done) { |
Ondrej Zary | fde1fb8 | 2015-02-06 23:11:52 +0100 | [diff] [blame] | 524 | #ifdef DEBUG |
| 525 | printk("aha1542_queuecommand: now waiting for interrupt "); |
| 526 | #endif |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 527 | cmd->scsi_done = done; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 528 | mb[mbo].status = 1; |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 529 | aha1542_outb(cmd->device->host->io_port, CMD_START_SCSI); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 530 | } else |
| 531 | printk("aha1542_queuecommand: done can't be NULL\n"); |
| 532 | |
| 533 | return 0; |
| 534 | } |
| 535 | |
Jeff Garzik | f281233 | 2010-11-16 02:10:29 -0500 | [diff] [blame] | 536 | static DEF_SCSI_QCMD(aha1542_queuecommand) |
| 537 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 538 | /* Initialize mailboxes */ |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 539 | static void setup_mailboxes(struct Scsi_Host *sh) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 540 | { |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 541 | struct aha1542_hostdata *aha1542 = shost_priv(sh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 542 | int i; |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 543 | struct mailbox *mb = aha1542->mb; |
| 544 | struct ccb *ccb = aha1542->ccb; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 545 | |
Ondrej Zary | cad2fc7 | 2015-02-06 23:11:43 +0100 | [diff] [blame] | 546 | u8 mb_cmd[5] = { CMD_MBINIT, AHA1542_MAILBOXES, 0, 0, 0}; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 547 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 548 | for (i = 0; i < AHA1542_MAILBOXES; i++) { |
| 549 | mb[i].status = mb[AHA1542_MAILBOXES + i].status = 0; |
Ondrej Zary | 10be625 | 2015-02-06 23:11:24 +0100 | [diff] [blame] | 550 | any2scsi(mb[i].ccbptr, isa_virt_to_bus(&ccb[i])); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 551 | }; |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 552 | aha1542_intr_reset(sh->io_port); /* reset interrupts, so they don't block */ |
Ondrej Zary | cad2fc7 | 2015-02-06 23:11:43 +0100 | [diff] [blame] | 553 | any2scsi((mb_cmd + 2), isa_virt_to_bus(mb)); |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 554 | if (aha1542_out(sh->io_port, mb_cmd, 5)) |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 555 | shost_printk(KERN_ERR, sh, "failed setting up mailboxes\n"); |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 556 | aha1542_intr_reset(sh->io_port); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 557 | } |
| 558 | |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 559 | static int aha1542_getconfig(struct Scsi_Host *sh) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 560 | { |
Ondrej Zary | cb5b570 | 2015-02-06 23:11:27 +0100 | [diff] [blame] | 561 | u8 inquiry_result[3]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 562 | int i; |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 563 | i = inb(STATUS(sh->io_port)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 564 | if (i & DF) { |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 565 | i = inb(DATA(sh->io_port)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 566 | }; |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 567 | aha1542_outb(sh->io_port, CMD_RETCONF); |
| 568 | aha1542_in(sh->io_port, inquiry_result, 3, 0); |
| 569 | if (!wait_mask(INTRFLAGS(sh->io_port), INTRMASK, HACC, 0, 0)) |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 570 | shost_printk(KERN_ERR, sh, "error querying board settings\n"); |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 571 | aha1542_intr_reset(sh->io_port); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 572 | switch (inquiry_result[0]) { |
| 573 | case 0x80: |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 574 | sh->dma_channel = 7; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 575 | break; |
| 576 | case 0x40: |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 577 | sh->dma_channel = 6; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 578 | break; |
| 579 | case 0x20: |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 580 | sh->dma_channel = 5; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 581 | break; |
| 582 | case 0x01: |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 583 | sh->dma_channel = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 584 | break; |
| 585 | case 0: |
| 586 | /* This means that the adapter, although Adaptec 1542 compatible, doesn't use a DMA channel. |
| 587 | Currently only aware of the BusLogic BT-445S VL-Bus adapter which needs this. */ |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 588 | sh->dma_channel = 0xFF; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 589 | break; |
| 590 | default: |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 591 | shost_printk(KERN_ERR, sh, "Unable to determine DMA channel.\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 592 | return -1; |
| 593 | }; |
| 594 | switch (inquiry_result[1]) { |
| 595 | case 0x40: |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 596 | sh->irq = 15; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 597 | break; |
| 598 | case 0x20: |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 599 | sh->irq = 14; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 600 | break; |
| 601 | case 0x8: |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 602 | sh->irq = 12; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 603 | break; |
| 604 | case 0x4: |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 605 | sh->irq = 11; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 606 | break; |
| 607 | case 0x2: |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 608 | sh->irq = 10; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 609 | break; |
| 610 | case 0x1: |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 611 | sh->irq = 9; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 612 | break; |
| 613 | default: |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 614 | shost_printk(KERN_ERR, sh, "Unable to determine IRQ level.\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 615 | return -1; |
| 616 | }; |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 617 | sh->this_id = inquiry_result[2] & 7; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 618 | return 0; |
| 619 | } |
| 620 | |
| 621 | /* This function should only be called for 1542C boards - we can detect |
| 622 | the special firmware settings and unlock the board */ |
| 623 | |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 624 | static int aha1542_mbenable(struct Scsi_Host *sh) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 625 | { |
Ondrej Zary | cb5b570 | 2015-02-06 23:11:27 +0100 | [diff] [blame] | 626 | static u8 mbenable_cmd[3]; |
| 627 | static u8 mbenable_result[2]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 628 | int retval; |
| 629 | |
| 630 | retval = BIOS_TRANSLATION_6432; |
| 631 | |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 632 | aha1542_outb(sh->io_port, CMD_EXTBIOS); |
| 633 | if (aha1542_in(sh->io_port, mbenable_result, 2, 100)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 634 | return retval; |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 635 | if (!wait_mask(INTRFLAGS(sh->io_port), INTRMASK, HACC, 0, 100)) |
Ondrej Zary | 2093bfa | 2015-02-06 23:11:31 +0100 | [diff] [blame] | 636 | goto fail; |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 637 | aha1542_intr_reset(sh->io_port); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 638 | |
| 639 | if ((mbenable_result[0] & 0x08) || mbenable_result[1]) { |
| 640 | mbenable_cmd[0] = CMD_MBENABLE; |
| 641 | mbenable_cmd[1] = 0; |
| 642 | mbenable_cmd[2] = mbenable_result[1]; |
| 643 | |
| 644 | if ((mbenable_result[0] & 0x08) && (mbenable_result[1] & 0x03)) |
| 645 | retval = BIOS_TRANSLATION_25563; |
| 646 | |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 647 | if (aha1542_out(sh->io_port, mbenable_cmd, 3)) |
Ondrej Zary | 2093bfa | 2015-02-06 23:11:31 +0100 | [diff] [blame] | 648 | goto fail; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 649 | }; |
| 650 | while (0) { |
| 651 | fail: |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 652 | shost_printk(KERN_ERR, sh, "Mailbox init failed\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 653 | } |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 654 | aha1542_intr_reset(sh->io_port); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 655 | return retval; |
| 656 | } |
| 657 | |
| 658 | /* Query the board to find out if it is a 1542 or a 1740, or whatever. */ |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 659 | static int aha1542_query(struct Scsi_Host *sh) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 660 | { |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 661 | struct aha1542_hostdata *aha1542 = shost_priv(sh); |
Ondrej Zary | cb5b570 | 2015-02-06 23:11:27 +0100 | [diff] [blame] | 662 | u8 inquiry_result[4]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 663 | int i; |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 664 | i = inb(STATUS(sh->io_port)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 665 | if (i & DF) { |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 666 | i = inb(DATA(sh->io_port)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 667 | }; |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 668 | aha1542_outb(sh->io_port, CMD_INQUIRY); |
| 669 | aha1542_in(sh->io_port, inquiry_result, 4, 0); |
| 670 | if (!wait_mask(INTRFLAGS(sh->io_port), INTRMASK, HACC, 0, 0)) |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 671 | shost_printk(KERN_ERR, sh, "error querying card type\n"); |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 672 | aha1542_intr_reset(sh->io_port); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 673 | |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 674 | aha1542->bios_translation = BIOS_TRANSLATION_6432; /* Default case */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 675 | |
| 676 | /* For an AHA1740 series board, we ignore the board since there is a |
| 677 | hardware bug which can lead to wrong blocks being returned if the board |
| 678 | is operating in the 1542 emulation mode. Since there is an extended mode |
| 679 | driver, we simply ignore the board and let the 1740 driver pick it up. |
| 680 | */ |
| 681 | |
| 682 | if (inquiry_result[0] == 0x43) { |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 683 | shost_printk(KERN_INFO, sh, "Emulation mode not supported for AHA-1740 hardware, use aha1740 driver instead.\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 684 | return 1; |
| 685 | }; |
| 686 | |
| 687 | /* Always call this - boards that do not support extended bios translation |
| 688 | will ignore the command, and we will set the proper default */ |
| 689 | |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 690 | aha1542->bios_translation = aha1542_mbenable(sh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 691 | |
| 692 | return 0; |
| 693 | } |
| 694 | |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 695 | static u8 dma_speed_hw(int dma_speed) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 696 | { |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 697 | switch (dma_speed) { |
| 698 | case 5: |
| 699 | return 0x00; |
| 700 | case 6: |
| 701 | return 0x04; |
| 702 | case 7: |
| 703 | return 0x01; |
| 704 | case 8: |
| 705 | return 0x02; |
| 706 | case 10: |
| 707 | return 0x03; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 708 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 709 | |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 710 | return 0xff; /* invalid */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 711 | } |
| 712 | |
Ondrej Zary | b847fd0 | 2015-02-06 23:11:38 +0100 | [diff] [blame] | 713 | /* Set the Bus on/off-times as not to ruin floppy performance */ |
Ondrej Zary | 37d607b | 2015-02-06 23:11:50 +0100 | [diff] [blame] | 714 | static void aha1542_set_bus_times(struct Scsi_Host *sh, int bus_on, int bus_off, int dma_speed) |
Ondrej Zary | b847fd0 | 2015-02-06 23:11:38 +0100 | [diff] [blame] | 715 | { |
Ondrej Zary | 37d607b | 2015-02-06 23:11:50 +0100 | [diff] [blame] | 716 | if (bus_on > 0) { |
| 717 | u8 oncmd[] = { CMD_BUSON_TIME, clamp(bus_on, 2, 15) }; |
Ondrej Zary | b847fd0 | 2015-02-06 23:11:38 +0100 | [diff] [blame] | 718 | |
Ondrej Zary | 37d607b | 2015-02-06 23:11:50 +0100 | [diff] [blame] | 719 | aha1542_intr_reset(sh->io_port); |
| 720 | if (aha1542_out(sh->io_port, oncmd, 2)) |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 721 | goto fail; |
Ondrej Zary | b847fd0 | 2015-02-06 23:11:38 +0100 | [diff] [blame] | 722 | } |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 723 | |
Ondrej Zary | 37d607b | 2015-02-06 23:11:50 +0100 | [diff] [blame] | 724 | if (bus_off > 0) { |
| 725 | u8 offcmd[] = { CMD_BUSOFF_TIME, clamp(bus_off, 1, 64) }; |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 726 | |
Ondrej Zary | 37d607b | 2015-02-06 23:11:50 +0100 | [diff] [blame] | 727 | aha1542_intr_reset(sh->io_port); |
| 728 | if (aha1542_out(sh->io_port, offcmd, 2)) |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 729 | goto fail; |
| 730 | } |
| 731 | |
Ondrej Zary | 37d607b | 2015-02-06 23:11:50 +0100 | [diff] [blame] | 732 | if (dma_speed_hw(dma_speed) != 0xff) { |
| 733 | u8 dmacmd[] = { CMD_DMASPEED, dma_speed_hw(dma_speed) }; |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 734 | |
Ondrej Zary | 37d607b | 2015-02-06 23:11:50 +0100 | [diff] [blame] | 735 | aha1542_intr_reset(sh->io_port); |
| 736 | if (aha1542_out(sh->io_port, dmacmd, 2)) |
Ondrej Zary | b847fd0 | 2015-02-06 23:11:38 +0100 | [diff] [blame] | 737 | goto fail; |
| 738 | } |
Ondrej Zary | 37d607b | 2015-02-06 23:11:50 +0100 | [diff] [blame] | 739 | aha1542_intr_reset(sh->io_port); |
Ondrej Zary | b847fd0 | 2015-02-06 23:11:38 +0100 | [diff] [blame] | 740 | return; |
| 741 | fail: |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 742 | shost_printk(KERN_ERR, sh, "setting bus on/off-time failed\n"); |
Ondrej Zary | 37d607b | 2015-02-06 23:11:50 +0100 | [diff] [blame] | 743 | aha1542_intr_reset(sh->io_port); |
Ondrej Zary | b847fd0 | 2015-02-06 23:11:38 +0100 | [diff] [blame] | 744 | } |
| 745 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 746 | /* return non-zero on detection */ |
Ondrej Zary | 643a7c4 | 2015-02-06 23:11:22 +0100 | [diff] [blame] | 747 | static struct Scsi_Host *aha1542_hw_init(struct scsi_host_template *tpnt, struct device *pdev, int indx) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 748 | { |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 749 | unsigned int base_io = io[indx]; |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 750 | struct Scsi_Host *sh; |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 751 | struct aha1542_hostdata *aha1542; |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 752 | char dma_info[] = "no DMA"; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 753 | |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 754 | if (base_io == 0) |
| 755 | return NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 756 | |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 757 | if (!request_region(base_io, AHA1542_REGION_SIZE, "aha1542")) |
| 758 | return NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 759 | |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 760 | sh = scsi_host_alloc(tpnt, sizeof(struct aha1542_hostdata)); |
| 761 | if (!sh) |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 762 | goto release; |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 763 | aha1542 = shost_priv(sh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 764 | |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 765 | sh->unique_id = base_io; |
| 766 | sh->io_port = base_io; |
| 767 | sh->n_io_port = AHA1542_REGION_SIZE; |
| 768 | aha1542->aha1542_last_mbi_used = 2 * AHA1542_MAILBOXES - 1; |
| 769 | aha1542->aha1542_last_mbo_used = AHA1542_MAILBOXES - 1; |
| 770 | |
| 771 | if (!aha1542_test_port(sh)) |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 772 | goto unregister; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 773 | |
Ondrej Zary | 37d607b | 2015-02-06 23:11:50 +0100 | [diff] [blame] | 774 | aha1542_set_bus_times(sh, bus_on[indx], bus_off[indx], dma_speed[indx]); |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 775 | if (aha1542_query(sh)) |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 776 | goto unregister; |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 777 | if (aha1542_getconfig(sh) == -1) |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 778 | goto unregister; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 779 | |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 780 | if (sh->dma_channel != 0xFF) |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 781 | snprintf(dma_info, sizeof(dma_info), "DMA %d", sh->dma_channel); |
| 782 | shost_printk(KERN_INFO, sh, "Adaptec AHA-1542 (SCSI-ID %d) at IO 0x%x, IRQ %d, %s\n", |
| 783 | sh->this_id, base_io, sh->irq, dma_info); |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 784 | if (aha1542->bios_translation == BIOS_TRANSLATION_25563) |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 785 | shost_printk(KERN_INFO, sh, "Using extended bios translation\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 786 | |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 787 | setup_mailboxes(sh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 788 | |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 789 | if (request_irq(sh->irq, do_aha1542_intr_handle, 0, |
| 790 | "aha1542", sh)) { |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 791 | shost_printk(KERN_ERR, sh, "Unable to allocate IRQ.\n"); |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 792 | goto unregister; |
| 793 | } |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 794 | if (sh->dma_channel != 0xFF) { |
| 795 | if (request_dma(sh->dma_channel, "aha1542")) { |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 796 | shost_printk(KERN_ERR, sh, "Unable to allocate DMA channel.\n"); |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 797 | goto free_irq; |
| 798 | } |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 799 | if (sh->dma_channel == 0 || sh->dma_channel >= 5) { |
| 800 | set_dma_mode(sh->dma_channel, DMA_MODE_CASCADE); |
| 801 | enable_dma(sh->dma_channel); |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 802 | } |
| 803 | } |
Jeff Garzik | 87c4d7b | 2008-04-24 19:45:32 -0400 | [diff] [blame] | 804 | |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 805 | if (scsi_add_host(sh, pdev)) |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 806 | goto free_dma; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 807 | |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 808 | scsi_scan_host(sh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 809 | |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 810 | return sh; |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 811 | free_dma: |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 812 | if (sh->dma_channel != 0xff) |
| 813 | free_dma(sh->dma_channel); |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 814 | free_irq: |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 815 | free_irq(sh->irq, sh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 816 | unregister: |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 817 | scsi_host_put(sh); |
Ondrej Zary | 3a70c00 | 2015-02-06 23:11:40 +0100 | [diff] [blame] | 818 | release: |
| 819 | release_region(base_io, AHA1542_REGION_SIZE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 820 | |
Ondrej Zary | 643a7c4 | 2015-02-06 23:11:22 +0100 | [diff] [blame] | 821 | return NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 822 | } |
| 823 | |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 824 | static int aha1542_release(struct Scsi_Host *sh) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 825 | { |
Ondrej Zary | c2532f6 | 2015-02-06 23:11:45 +0100 | [diff] [blame] | 826 | scsi_remove_host(sh); |
| 827 | if (sh->dma_channel != 0xff) |
| 828 | free_dma(sh->dma_channel); |
| 829 | if (sh->irq) |
| 830 | free_irq(sh->irq, sh); |
| 831 | if (sh->io_port && sh->n_io_port) |
| 832 | release_region(sh->io_port, sh->n_io_port); |
| 833 | scsi_host_put(sh); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 834 | return 0; |
| 835 | } |
| 836 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 837 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 838 | /* |
| 839 | * This is a device reset. This is handled by sending a special command |
| 840 | * to the device. |
| 841 | */ |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 842 | static int aha1542_dev_reset(struct scsi_cmnd *cmd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 843 | { |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 844 | struct aha1542_hostdata *aha1542 = shost_priv(cmd->device->host); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 845 | unsigned long flags; |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 846 | struct mailbox *mb = aha1542->mb; |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 847 | u8 target = cmd->device->id; |
| 848 | u8 lun = cmd->device->lun; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 849 | int mbo; |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 850 | struct ccb *ccb = aha1542->ccb; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 851 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 852 | spin_lock_irqsave(&aha1542_lock, flags); |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 853 | mbo = aha1542->aha1542_last_mbo_used + 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 854 | if (mbo >= AHA1542_MAILBOXES) |
| 855 | mbo = 0; |
| 856 | |
| 857 | do { |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 858 | if (mb[mbo].status == 0 && aha1542->int_cmds[mbo] == NULL) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 859 | break; |
| 860 | mbo++; |
| 861 | if (mbo >= AHA1542_MAILBOXES) |
| 862 | mbo = 0; |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 863 | } while (mbo != aha1542->aha1542_last_mbo_used); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 864 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 865 | if (mb[mbo].status || aha1542->int_cmds[mbo]) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 866 | panic("Unable to find empty mailbox for aha1542.\n"); |
| 867 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 868 | aha1542->int_cmds[mbo] = cmd; /* This will effectively |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 869 | prevent someone else from |
| 870 | screwing with this cdb. */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 871 | |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 872 | aha1542->aha1542_last_mbo_used = mbo; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 873 | spin_unlock_irqrestore(&aha1542_lock, flags); |
| 874 | |
Ondrej Zary | 10be625 | 2015-02-06 23:11:24 +0100 | [diff] [blame] | 875 | any2scsi(mb[mbo].ccbptr, isa_virt_to_bus(&ccb[mbo])); /* This gets trashed for some reason */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 876 | |
| 877 | memset(&ccb[mbo], 0, sizeof(struct ccb)); |
| 878 | |
| 879 | ccb[mbo].op = 0x81; /* BUS DEVICE RESET */ |
| 880 | |
| 881 | ccb[mbo].idlun = (target & 7) << 5 | (lun & 7); /*SCSI Target Id */ |
| 882 | |
| 883 | ccb[mbo].linkptr[0] = ccb[mbo].linkptr[1] = ccb[mbo].linkptr[2] = 0; |
| 884 | ccb[mbo].commlinkid = 0; |
| 885 | |
| 886 | /* |
| 887 | * Now tell the 1542 to flush all pending commands for this |
| 888 | * target |
| 889 | */ |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 890 | aha1542_outb(cmd->device->host->io_port, CMD_START_SCSI); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 891 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 892 | scmd_printk(KERN_WARNING, cmd, |
Jeff Garzik | 017560f | 2005-10-24 18:04:36 -0400 | [diff] [blame] | 893 | "Trying device reset for target\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 894 | |
| 895 | return SUCCESS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 896 | } |
| 897 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 898 | static int aha1542_reset(struct scsi_cmnd *cmd, u8 reset_cmd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 899 | { |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 900 | struct aha1542_hostdata *aha1542 = shost_priv(cmd->device->host); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 901 | int i; |
| 902 | |
| 903 | /* |
| 904 | * This does a scsi reset for all devices on the bus. |
| 905 | * In principle, we could also reset the 1542 - should |
| 906 | * we do this? Try this first, and we can add that later |
| 907 | * if it turns out to be useful. |
| 908 | */ |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 909 | outb(reset_cmd, CONTROL(cmd->device->host->io_port)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 910 | |
| 911 | /* |
| 912 | * Wait for the thing to settle down a bit. Unfortunately |
| 913 | * this is going to basically lock up the machine while we |
| 914 | * wait for this to complete. To be 100% correct, we need to |
| 915 | * check for timeout, and if we are doing something like this |
| 916 | * we are pretty desperate anyways. |
| 917 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 918 | ssleep(4); |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 919 | spin_lock_irq(cmd->device->host->host_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 920 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 921 | if (!wait_mask(STATUS(cmd->device->host->io_port), |
Ondrej Zary | a13b372 | 2015-02-06 23:11:34 +0100 | [diff] [blame] | 922 | STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) { |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 923 | spin_unlock_irq(cmd->device->host->host_lock); |
Ondrej Zary | a13b372 | 2015-02-06 23:11:34 +0100 | [diff] [blame] | 924 | return FAILED; |
| 925 | } |
Ondrej Zary | 8537cba | 2015-02-06 23:11:37 +0100 | [diff] [blame] | 926 | /* |
| 927 | * We need to do this too before the 1542 can interact with |
| 928 | * us again after host reset. |
| 929 | */ |
| 930 | if (reset_cmd & HRST) |
Ondrej Zary | 68ea9de | 2015-02-06 23:11:49 +0100 | [diff] [blame] | 931 | setup_mailboxes(cmd->device->host); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 932 | /* |
| 933 | * Now try to pick up the pieces. For all pending commands, |
| 934 | * free any internal data structures, and basically clear things |
| 935 | * out. We do not try and restart any commands or anything - |
| 936 | * the strategy handler takes care of that crap. |
| 937 | */ |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 938 | shost_printk(KERN_WARNING, cmd->device->host, "Sent BUS RESET to scsi host %d\n", cmd->device->host->host_no); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 939 | |
| 940 | for (i = 0; i < AHA1542_MAILBOXES; i++) { |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 941 | if (aha1542->int_cmds[i] != NULL) { |
| 942 | struct scsi_cmnd *tmp_cmd; |
| 943 | tmp_cmd = aha1542->int_cmds[i]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 944 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 945 | if (tmp_cmd->device->soft_reset) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 946 | /* |
| 947 | * If this device implements the soft reset option, |
| 948 | * then it is still holding onto the command, and |
| 949 | * may yet complete it. In this case, we don't |
| 950 | * flush the data. |
| 951 | */ |
| 952 | continue; |
| 953 | } |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 954 | kfree(tmp_cmd->host_scribble); |
| 955 | tmp_cmd->host_scribble = NULL; |
| 956 | aha1542->int_cmds[i] = NULL; |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 957 | aha1542->mb[i].status = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 958 | } |
| 959 | } |
| 960 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 961 | spin_unlock_irq(cmd->device->host->host_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 962 | return SUCCESS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 963 | } |
| 964 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 965 | static int aha1542_bus_reset(struct scsi_cmnd *cmd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 966 | { |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 967 | return aha1542_reset(cmd, SCRST); |
Ondrej Zary | 8537cba | 2015-02-06 23:11:37 +0100 | [diff] [blame] | 968 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 969 | |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 970 | static int aha1542_host_reset(struct scsi_cmnd *cmd) |
Ondrej Zary | 8537cba | 2015-02-06 23:11:37 +0100 | [diff] [blame] | 971 | { |
Ondrej Zary | 55b28f9 | 2015-02-06 23:11:44 +0100 | [diff] [blame] | 972 | return aha1542_reset(cmd, HRST | SCRST); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 973 | } |
| 974 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 975 | static int aha1542_biosparam(struct scsi_device *sdev, |
Ondrej Zary | 17787a0 | 2015-02-06 23:11:42 +0100 | [diff] [blame] | 976 | struct block_device *bdev, sector_t capacity, int geom[]) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 977 | { |
Ondrej Zary | e98878f | 2015-02-06 23:11:25 +0100 | [diff] [blame] | 978 | struct aha1542_hostdata *aha1542 = shost_priv(sdev->host); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 979 | |
Ondrej Zary | 17787a0 | 2015-02-06 23:11:42 +0100 | [diff] [blame] | 980 | if (capacity >= 0x200000 && |
| 981 | aha1542->bios_translation == BIOS_TRANSLATION_25563) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 982 | /* Please verify that this is the same as what DOS returns */ |
Ondrej Zary | 17787a0 | 2015-02-06 23:11:42 +0100 | [diff] [blame] | 983 | geom[0] = 255; /* heads */ |
| 984 | geom[1] = 63; /* sectors */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 985 | } else { |
Ondrej Zary | 17787a0 | 2015-02-06 23:11:42 +0100 | [diff] [blame] | 986 | geom[0] = 64; /* heads */ |
| 987 | geom[1] = 32; /* sectors */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 988 | } |
Ondrej Zary | 17787a0 | 2015-02-06 23:11:42 +0100 | [diff] [blame] | 989 | geom[2] = sector_div(capacity, geom[0] * geom[1]); /* cylinders */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 990 | |
| 991 | return 0; |
| 992 | } |
| 993 | MODULE_LICENSE("GPL"); |
| 994 | |
Christoph Hellwig | d0be4a7d | 2005-10-31 18:31:40 +0100 | [diff] [blame] | 995 | static struct scsi_host_template driver_template = { |
Ondrej Zary | 643a7c4 | 2015-02-06 23:11:22 +0100 | [diff] [blame] | 996 | .module = THIS_MODULE, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 997 | .proc_name = "aha1542", |
| 998 | .name = "Adaptec 1542", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 999 | .queuecommand = aha1542_queuecommand, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1000 | .eh_device_reset_handler= aha1542_dev_reset, |
| 1001 | .eh_bus_reset_handler = aha1542_bus_reset, |
| 1002 | .eh_host_reset_handler = aha1542_host_reset, |
| 1003 | .bios_param = aha1542_biosparam, |
| 1004 | .can_queue = AHA1542_MAILBOXES, |
| 1005 | .this_id = 7, |
Ondrej Zary | 10be625 | 2015-02-06 23:11:24 +0100 | [diff] [blame] | 1006 | .sg_tablesize = 16, |
| 1007 | .cmd_per_lun = 1, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1008 | .unchecked_isa_dma = 1, |
| 1009 | .use_clustering = ENABLE_CLUSTERING, |
| 1010 | }; |
Ondrej Zary | 643a7c4 | 2015-02-06 23:11:22 +0100 | [diff] [blame] | 1011 | |
| 1012 | static int aha1542_isa_match(struct device *pdev, unsigned int ndev) |
| 1013 | { |
| 1014 | struct Scsi_Host *sh = aha1542_hw_init(&driver_template, pdev, ndev); |
| 1015 | |
| 1016 | if (!sh) |
| 1017 | return 0; |
| 1018 | |
| 1019 | dev_set_drvdata(pdev, sh); |
| 1020 | return 1; |
| 1021 | } |
| 1022 | |
| 1023 | static int aha1542_isa_remove(struct device *pdev, |
| 1024 | unsigned int ndev) |
| 1025 | { |
| 1026 | aha1542_release(dev_get_drvdata(pdev)); |
| 1027 | dev_set_drvdata(pdev, NULL); |
| 1028 | return 0; |
| 1029 | } |
| 1030 | |
| 1031 | static struct isa_driver aha1542_isa_driver = { |
| 1032 | .match = aha1542_isa_match, |
| 1033 | .remove = aha1542_isa_remove, |
| 1034 | .driver = { |
| 1035 | .name = "aha1542" |
| 1036 | }, |
| 1037 | }; |
| 1038 | static int isa_registered; |
| 1039 | |
| 1040 | #ifdef CONFIG_PNP |
| 1041 | static struct pnp_device_id aha1542_pnp_ids[] = { |
| 1042 | { .id = "ADP1542" }, |
| 1043 | { .id = "" } |
| 1044 | }; |
| 1045 | MODULE_DEVICE_TABLE(pnp, aha1542_pnp_ids); |
| 1046 | |
| 1047 | static int aha1542_pnp_probe(struct pnp_dev *pdev, const struct pnp_device_id *id) |
| 1048 | { |
| 1049 | int indx; |
| 1050 | struct Scsi_Host *sh; |
| 1051 | |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 1052 | for (indx = 0; indx < ARRAY_SIZE(io); indx++) { |
| 1053 | if (io[indx]) |
Ondrej Zary | 643a7c4 | 2015-02-06 23:11:22 +0100 | [diff] [blame] | 1054 | continue; |
| 1055 | |
| 1056 | if (pnp_activate_dev(pdev) < 0) |
| 1057 | continue; |
| 1058 | |
Ondrej Zary | f71429a | 2015-02-06 23:11:41 +0100 | [diff] [blame] | 1059 | io[indx] = pnp_port_start(pdev, 0); |
Ondrej Zary | 643a7c4 | 2015-02-06 23:11:22 +0100 | [diff] [blame] | 1060 | |
| 1061 | /* The card can be queried for its DMA, we have |
| 1062 | the DMA set up that is enough */ |
| 1063 | |
Ondrej Zary | 2906b3c | 2015-02-06 23:11:51 +0100 | [diff] [blame] | 1064 | dev_info(&pdev->dev, "ISAPnP found an AHA1535 at I/O 0x%03X", io[indx]); |
Ondrej Zary | 643a7c4 | 2015-02-06 23:11:22 +0100 | [diff] [blame] | 1065 | } |
| 1066 | |
| 1067 | sh = aha1542_hw_init(&driver_template, &pdev->dev, indx); |
| 1068 | if (!sh) |
| 1069 | return -ENODEV; |
| 1070 | |
| 1071 | pnp_set_drvdata(pdev, sh); |
| 1072 | return 0; |
| 1073 | } |
| 1074 | |
| 1075 | static void aha1542_pnp_remove(struct pnp_dev *pdev) |
| 1076 | { |
| 1077 | aha1542_release(pnp_get_drvdata(pdev)); |
| 1078 | pnp_set_drvdata(pdev, NULL); |
| 1079 | } |
| 1080 | |
| 1081 | static struct pnp_driver aha1542_pnp_driver = { |
| 1082 | .name = "aha1542", |
| 1083 | .id_table = aha1542_pnp_ids, |
| 1084 | .probe = aha1542_pnp_probe, |
| 1085 | .remove = aha1542_pnp_remove, |
| 1086 | }; |
| 1087 | static int pnp_registered; |
| 1088 | #endif /* CONFIG_PNP */ |
| 1089 | |
| 1090 | static int __init aha1542_init(void) |
| 1091 | { |
| 1092 | int ret = 0; |
Ondrej Zary | 643a7c4 | 2015-02-06 23:11:22 +0100 | [diff] [blame] | 1093 | |
| 1094 | #ifdef CONFIG_PNP |
| 1095 | if (isapnp) { |
| 1096 | ret = pnp_register_driver(&aha1542_pnp_driver); |
| 1097 | if (!ret) |
| 1098 | pnp_registered = 1; |
| 1099 | } |
| 1100 | #endif |
| 1101 | ret = isa_register_driver(&aha1542_isa_driver, MAXBOARDS); |
| 1102 | if (!ret) |
| 1103 | isa_registered = 1; |
| 1104 | |
| 1105 | #ifdef CONFIG_PNP |
| 1106 | if (pnp_registered) |
| 1107 | ret = 0; |
| 1108 | #endif |
| 1109 | if (isa_registered) |
| 1110 | ret = 0; |
| 1111 | |
| 1112 | return ret; |
| 1113 | } |
| 1114 | |
| 1115 | static void __exit aha1542_exit(void) |
| 1116 | { |
| 1117 | #ifdef CONFIG_PNP |
| 1118 | if (pnp_registered) |
| 1119 | pnp_unregister_driver(&aha1542_pnp_driver); |
| 1120 | #endif |
| 1121 | if (isa_registered) |
| 1122 | isa_unregister_driver(&aha1542_isa_driver); |
| 1123 | } |
| 1124 | |
| 1125 | module_init(aha1542_init); |
| 1126 | module_exit(aha1542_exit); |