GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / scsi / fdomain.c
blobbb194a9fe746befd74f1047178a5fda2493dc6af
1 /* fdomain.c -- Future Domain TMC-16x0 SCSI driver
2 * Created: Sun May 3 18:53:19 1992 by faith@cs.unc.edu
3 * Revised: Mon Dec 28 21:59:02 1998 by faith@acm.org
4 * Author: Rickard E. Faith, faith@cs.unc.edu
5 * Copyright 1992-1996, 1998 Rickard E. Faith (faith@acm.org)
6 * Shared IRQ supported added 7/7/2001 Alan Cox <alan@lxorguk.ukuu.org.uk>
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2, or (at your option) any
11 * later version.
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
18 * You should have received a copy of the GNU General Public License along
19 * with this program; if not, write to the Free Software Foundation, Inc.,
20 * 675 Mass Ave, Cambridge, MA 02139, USA.
22 **************************************************************************
24 SUMMARY:
26 Future Domain BIOS versions supported for autodetect:
27 2.0, 3.0, 3.2, 3.4 (1.0), 3.5 (2.0), 3.6, 3.61
28 Chips are supported:
29 TMC-1800, TMC-18C50, TMC-18C30, TMC-36C70
30 Boards supported:
31 Future Domain TMC-1650, TMC-1660, TMC-1670, TMC-1680, TMC-1610M/MER/MEX
32 Future Domain TMC-3260 (PCI)
33 Quantum ISA-200S, ISA-250MG
34 Adaptec AHA-2920A (PCI) [BUT *NOT* AHA-2920C -- use aic7xxx instead]
35 IBM ?
36 LILO/INSMOD command-line options:
37 fdomain=<PORT_BASE>,<IRQ>[,<ADAPTER_ID>]
41 NOTE:
43 The Adaptec AHA-2920C has an Adaptec AIC-7850 chip on it.
44 Use the aic7xxx driver for this board.
46 The Adaptec AHA-2920A has a Future Domain chip on it, so this is the right
47 driver for that card. Unfortunately, the boxes will probably just say
48 "2920", so you'll have to look on the card for a Future Domain logo, or a
49 letter after the 2920.
53 THANKS:
55 Thanks to Adaptec for providing PCI boards for testing. This finally
56 enabled me to test the PCI detection and correct it for PCI boards that do
57 not have a BIOS at a standard ISA location. For PCI boards, LILO/INSMOD
58 command-line options should no longer be needed. --RF 18Nov98
62 DESCRIPTION:
64 This is the Linux low-level SCSI driver for Future Domain TMC-1660/1680
65 TMC-1650/1670, and TMC-3260 SCSI host adapters. The 1650 and 1670 have a
66 25-pin external connector, whereas the 1660 and 1680 have a SCSI-2 50-pin
67 high-density external connector. The 1670 and 1680 have floppy disk
68 controllers built in. The TMC-3260 is a PCI bus card.
70 Future Domain's older boards are based on the TMC-1800 chip, and this
71 driver was originally written for a TMC-1680 board with the TMC-1800 chip.
72 More recently, boards are being produced with the TMC-18C50 and TMC-18C30
73 chips. The latest and greatest board may not work with this driver. If
74 you have to patch this driver so that it will recognize your board's BIOS
75 signature, then the driver may fail to function after the board is
76 detected.
78 Please note that the drive ordering that Future Domain implemented in BIOS
79 versions 3.4 and 3.5 is the opposite of the order (currently) used by the
80 rest of the SCSI industry. If you have BIOS version 3.4 or 3.5, and have
81 more than one drive, then the drive ordering will be the reverse of that
82 which you see under DOS. For example, under DOS SCSI ID 0 will be D: and
83 SCSI ID 1 will be C: (the boot device). Under Linux, SCSI ID 0 will be
84 /dev/sda and SCSI ID 1 will be /dev/sdb. The Linux ordering is consistent
85 with that provided by all the other SCSI drivers for Linux. If you want
86 this changed, you will probably have to patch the higher level SCSI code.
87 If you do so, please send me patches that are protected by #ifdefs.
89 If you have a TMC-8xx or TMC-9xx board, then this is not the driver for
90 your board. Please refer to the Seagate driver for more information and
91 possible support.
95 HISTORY:
97 Linux Driver Driver
98 Version Version Date Support/Notes
100 0.0 3 May 1992 V2.0 BIOS; 1800 chip
101 0.97 1.9 28 Jul 1992
102 0.98.6 3.1 27 Nov 1992
103 0.99 3.2 9 Dec 1992
105 0.99.3 3.3 10 Jan 1993 V3.0 BIOS
106 0.99.5 3.5 18 Feb 1993
107 0.99.10 3.6 15 May 1993 V3.2 BIOS; 18C50 chip
108 0.99.11 3.17 3 Jul 1993 (now under RCS)
109 0.99.12 3.18 13 Aug 1993
110 0.99.14 5.6 31 Oct 1993 (reselection code removed)
112 0.99.15 5.9 23 Jan 1994 V3.4 BIOS (preliminary)
113 1.0.8/1.1.1 5.15 1 Apr 1994 V3.4 BIOS; 18C30 chip (preliminary)
114 1.0.9/1.1.3 5.16 7 Apr 1994 V3.4 BIOS; 18C30 chip
115 1.1.38 5.18 30 Jul 1994 36C70 chip (PCI version of 18C30)
116 1.1.62 5.20 2 Nov 1994 V3.5 BIOS
117 1.1.73 5.22 7 Dec 1994 Quantum ISA-200S board; V2.0 BIOS
119 1.1.82 5.26 14 Jan 1995 V3.5 BIOS; TMC-1610M/MER/MEX board
120 1.2.10 5.28 5 Jun 1995 Quantum ISA-250MG board; V2.0, V2.01 BIOS
121 1.3.4 5.31 23 Jun 1995 PCI BIOS-32 detection (preliminary)
122 1.3.7 5.33 4 Jul 1995 PCI BIOS-32 detection
123 1.3.28 5.36 17 Sep 1995 V3.61 BIOS; LILO command-line support
124 1.3.34 5.39 12 Oct 1995 V3.60 BIOS; /proc
125 1.3.72 5.39 8 Feb 1996 Adaptec AHA-2920 board
126 1.3.85 5.41 4 Apr 1996
127 2.0.12 5.44 8 Aug 1996 Use ID 7 for all PCI cards
128 2.1.1 5.45 2 Oct 1996 Update ROM accesses for 2.1.x
129 2.1.97 5.46 23 Apr 1998 Rewritten PCI detection routines [mj]
130 2.1.11x 5.47 9 Aug 1998 Touched for 8 SCSI disk majors support
131 5.48 18 Nov 1998 BIOS no longer needed for PCI detection
132 2.2.0 5.50 28 Dec 1998 Support insmod parameters
135 REFERENCES USED:
137 "TMC-1800 SCSI Chip Specification (FDC-1800T)", Future Domain Corporation,
138 1990.
140 "Technical Reference Manual: 18C50 SCSI Host Adapter Chip", Future Domain
141 Corporation, January 1992.
143 "LXT SCSI Products: Specifications and OEM Technical Manual (Revision
144 B/September 1991)", Maxtor Corporation, 1991.
146 "7213S product Manual (Revision P3)", Maxtor Corporation, 1992.
148 "Draft Proposed American National Standard: Small Computer System
149 Interface - 2 (SCSI-2)", Global Engineering Documents. (X3T9.2/86-109,
150 revision 10h, October 17, 1991)
152 Private communications, Drew Eckhardt (drew@cs.colorado.edu) and Eric
153 Youngdale (ericy@cais.com), 1992.
155 Private communication, Tuong Le (Future Domain Engineering department),
156 1994. (Disk geometry computations for Future Domain BIOS version 3.4, and
157 TMC-18C30 detection.)
159 Hogan, Thom. The Programmer's PC Sourcebook. Microsoft Press, 1988. Page
160 60 (2.39: Disk Partition Table Layout).
162 "18C30 Technical Reference Manual", Future Domain Corporation, 1993, page
163 6-1.
167 NOTES ON REFERENCES:
169 The Maxtor manuals were free. Maxtor telephone technical support is
170 great!
172 The Future Domain manuals were $25 and $35. They document the chip, not
173 the TMC-16x0 boards, so some information I had to guess at. In 1992,
174 Future Domain sold DOS BIOS source for $250 and the UN*X driver source was
175 $750, but these required a non-disclosure agreement, so even if I could
176 have afforded them, they would *not* have been useful for writing this
177 publically distributable driver. Future Domain technical support has
178 provided some information on the phone and have sent a few useful FAXs.
179 They have been much more helpful since they started to recognize that the
180 word "Linux" refers to an operating system :-).
184 ALPHA TESTERS:
186 There are many other alpha testers that come and go as the driver
187 develops. The people listed here were most helpful in times of greatest
188 need (mostly early on -- I've probably left out a few worthy people in
189 more recent times):
191 Todd Carrico (todd@wutc.wustl.edu), Dan Poirier (poirier@cs.unc.edu ), Ken
192 Corey (kenc@sol.acs.unt.edu), C. de Bruin (bruin@bruin@sterbbs.nl), Sakari
193 Aaltonen (sakaria@vipunen.hit.fi), John Rice (rice@xanth.cs.odu.edu), Brad
194 Yearwood (brad@optilink.com), and Ray Toy (toy@soho.crd.ge.com).
196 Special thanks to Tien-Wan Yang (twyang@cs.uh.edu), who graciously lent me
197 his 18C50-based card for debugging. He is the sole reason that this
198 driver works with the 18C50 chip.
200 Thanks to Dave Newman (dnewman@crl.com) for providing initial patches for
201 the version 3.4 BIOS.
203 Thanks to James T. McKinley (mckinley@msupa.pa.msu.edu) for providing
204 patches that support the TMC-3260, a PCI bus card with the 36C70 chip.
205 The 36C70 chip appears to be "completely compatible" with the 18C30 chip.
207 Thanks to Eric Kasten (tigger@petroglyph.cl.msu.edu) for providing the
208 patch for the version 3.5 BIOS.
210 Thanks for Stephen Henson (shenson@nyx10.cs.du.edu) for providing the
211 patch for the Quantum ISA-200S SCSI adapter.
213 Thanks to Adam Bowen for the signature to the 1610M/MER/MEX scsi cards, to
214 Martin Andrews (andrewm@ccfadm.eeg.ccf.org) for the signature to some
215 random TMC-1680 repackaged by IBM; and to Mintak Ng (mintak@panix.com) for
216 the version 3.61 BIOS signature.
218 Thanks for Mark Singer (elf@netcom.com) and Richard Simpson
219 (rsimpson@ewrcsdra.demon.co.uk) for more Quantum signatures and detective
220 work on the Quantum RAM layout.
222 Special thanks to James T. McKinley (mckinley@msupa.pa.msu.edu) for
223 providing patches for proper PCI BIOS32-mediated detection of the TMC-3260
224 card (a PCI bus card with the 36C70 chip). Please send James PCI-related
225 bug reports.
227 Thanks to Tom Cavin (tec@usa1.com) for preliminary command-line option
228 patches.
230 New PCI detection code written by Martin Mares <mj@atrey.karlin.mff.cuni.cz>
232 Insmod parameter code based on patches from Daniel Graham
233 <graham@balance.uoregon.edu>.
235 All of the alpha testers deserve much thanks.
239 NOTES ON USER DEFINABLE OPTIONS:
241 DEBUG: This turns on the printing of various debug information.
243 ENABLE_PARITY: This turns on SCSI parity checking. With the current
244 driver, all attached devices must support SCSI parity. If none of your
245 devices support parity, then you can probably get the driver to work by
246 turning this option off. I have no way of testing this, however, and it
247 would appear that no one ever uses this option.
249 FIFO_COUNT: The host adapter has an 8K cache (host adapters based on the
250 18C30 chip have a 2k cache). When this many 512 byte blocks are filled by
251 the SCSI device, an interrupt will be raised. Therefore, this could be as
252 low as 0, or as high as 16. Note, however, that values which are too high
253 or too low seem to prevent any interrupts from occurring, and thereby lock
254 up the machine. I have found that 2 is a good number, but throughput may
255 be increased by changing this value to values which are close to 2.
256 Please let me know if you try any different values.
258 RESELECTION: This is no longer an option, since I gave up trying to
259 implement it in version 4.x of this driver. It did not improve
260 performance at all and made the driver unstable (because I never found one
261 of the two race conditions which were introduced by the multiple
262 outstanding command code). The instability seems a very high price to pay
263 just so that you don't have to wait for the tape to rewind. If you want
264 this feature implemented, send me patches. I'll be happy to send a copy
265 of my (broken) driver to anyone who would like to see a copy.
267 **************************************************************************/
269 #include <linux/module.h>
270 #include <linux/init.h>
271 #include <linux/interrupt.h>
272 #include <linux/blkdev.h>
273 #include <linux/spinlock.h>
274 #include <linux/errno.h>
275 #include <linux/string.h>
276 #include <linux/ioport.h>
277 #include <linux/proc_fs.h>
278 #include <linux/pci.h>
279 #include <linux/stat.h>
280 #include <linux/delay.h>
281 #include <linux/io.h>
282 #include <linux/slab.h>
283 #include <scsi/scsicam.h>
285 #include <asm/system.h>
287 #include <scsi/scsi.h>
288 #include <scsi/scsi_cmnd.h>
289 #include <scsi/scsi_device.h>
290 #include <scsi/scsi_host.h>
291 #include <scsi/scsi_ioctl.h>
292 #include "fdomain.h"
294 #ifndef PCMCIA
295 MODULE_AUTHOR("Rickard E. Faith");
296 MODULE_DESCRIPTION("Future domain SCSI driver");
297 MODULE_LICENSE("GPL");
298 #endif
301 #define VERSION "$Revision: 5.51 $"
303 /* START OF USER DEFINABLE OPTIONS */
305 #define DEBUG 0 /* Enable debugging output */
306 #define ENABLE_PARITY 1 /* Enable SCSI Parity */
307 #define FIFO_COUNT 2 /* Number of 512 byte blocks before INTR */
309 /* END OF USER DEFINABLE OPTIONS */
311 #if DEBUG
312 #define EVERY_ACCESS 0 /* Write a line on every scsi access */
313 #define ERRORS_ONLY 1 /* Only write a line if there is an error */
314 #define DEBUG_DETECT 0 /* Debug fdomain_16x0_detect() */
315 #define DEBUG_MESSAGES 1 /* Debug MESSAGE IN phase */
316 #define DEBUG_ABORT 1 /* Debug abort() routine */
317 #define DEBUG_RESET 1 /* Debug reset() routine */
318 #define DEBUG_RACE 1 /* Debug interrupt-driven race condition */
319 #else
320 #define EVERY_ACCESS 0 /* LEAVE THESE ALONE--CHANGE THE ONES ABOVE */
321 #define ERRORS_ONLY 0
322 #define DEBUG_DETECT 0
323 #define DEBUG_MESSAGES 0
324 #define DEBUG_ABORT 0
325 #define DEBUG_RESET 0
326 #define DEBUG_RACE 0
327 #endif
329 /* Errors are reported on the line, so we don't need to report them again */
330 #if EVERY_ACCESS
331 #undef ERRORS_ONLY
332 #define ERRORS_ONLY 0
333 #endif
335 #if ENABLE_PARITY
336 #define PARITY_MASK 0x08
337 #else
338 #define PARITY_MASK 0x00
339 #endif
341 enum chip_type {
342 unknown = 0x00,
343 tmc1800 = 0x01,
344 tmc18c50 = 0x02,
345 tmc18c30 = 0x03,
348 enum {
349 in_arbitration = 0x02,
350 in_selection = 0x04,
351 in_other = 0x08,
352 disconnect = 0x10,
353 aborted = 0x20,
354 sent_ident = 0x40,
357 enum in_port_type {
358 Read_SCSI_Data = 0,
359 SCSI_Status = 1,
360 TMC_Status = 2,
361 FIFO_Status = 3, /* tmc18c50/tmc18c30 only */
362 Interrupt_Cond = 4, /* tmc18c50/tmc18c30 only */
363 LSB_ID_Code = 5,
364 MSB_ID_Code = 6,
365 Read_Loopback = 7,
366 SCSI_Data_NoACK = 8,
367 Interrupt_Status = 9,
368 Configuration1 = 10,
369 Configuration2 = 11, /* tmc18c50/tmc18c30 only */
370 Read_FIFO = 12,
371 FIFO_Data_Count = 14
374 enum out_port_type {
375 Write_SCSI_Data = 0,
376 SCSI_Cntl = 1,
377 Interrupt_Cntl = 2,
378 SCSI_Mode_Cntl = 3,
379 TMC_Cntl = 4,
380 Memory_Cntl = 5, /* tmc18c50/tmc18c30 only */
381 Write_Loopback = 7,
382 IO_Control = 11, /* tmc18c30 only */
383 Write_FIFO = 12
386 /* .bss will zero all the static variables below */
387 static int port_base;
388 static unsigned long bios_base;
389 static void __iomem * bios_mem;
390 static int bios_major;
391 static int bios_minor;
392 static int PCI_bus;
393 #ifdef CONFIG_PCI
394 static struct pci_dev *PCI_dev;
395 #endif
396 static int Quantum; /* Quantum board variant */
397 static int interrupt_level;
398 static volatile int in_command;
399 static struct scsi_cmnd *current_SC;
400 static enum chip_type chip = unknown;
401 static int adapter_mask;
402 static int this_id;
403 static int setup_called;
405 #if DEBUG_RACE
406 static volatile int in_interrupt_flag;
407 #endif
409 static int FIFO_Size = 0x2000; /* 8k FIFO for
410 pre-tmc18c30 chips */
412 static irqreturn_t do_fdomain_16x0_intr( int irq, void *dev_id );
413 /* Allow insmod parameters to be like LILO parameters. For example:
414 insmod fdomain fdomain=0x140,11 */
415 static char * fdomain = NULL;
416 module_param(fdomain, charp, 0);
418 #ifndef PCMCIA
420 static unsigned long addresses[] = {
421 0xc8000,
422 0xca000,
423 0xce000,
424 0xde000,
425 0xcc000, /* Extra addresses for PCI boards */
426 0xd0000,
427 0xe0000,
429 #define ADDRESS_COUNT ARRAY_SIZE(addresses)
431 static unsigned short ports[] = { 0x140, 0x150, 0x160, 0x170 };
432 #define PORT_COUNT ARRAY_SIZE(ports)
434 static unsigned short ints[] = { 3, 5, 10, 11, 12, 14, 15, 0 };
436 #endif /* !PCMCIA */
440 READ THIS BEFORE YOU ADD A SIGNATURE!
442 READING THIS SHORT NOTE CAN SAVE YOU LOTS OF TIME!
444 READ EVERY WORD, ESPECIALLY THE WORD *NOT*
446 This driver works *ONLY* for Future Domain cards using the TMC-1800,
447 TMC-18C50, or TMC-18C30 chip. This includes models TMC-1650, 1660, 1670,
448 and 1680. These are all 16-bit cards.
450 The following BIOS signature signatures are for boards which do *NOT*
451 work with this driver (these TMC-8xx and TMC-9xx boards may work with the
452 Seagate driver):
454 FUTURE DOMAIN CORP. (C) 1986-1988 V4.0I 03/16/88
455 FUTURE DOMAIN CORP. (C) 1986-1989 V5.0C2/14/89
456 FUTURE DOMAIN CORP. (C) 1986-1989 V6.0A7/28/89
457 FUTURE DOMAIN CORP. (C) 1986-1990 V6.0105/31/90
458 FUTURE DOMAIN CORP. (C) 1986-1990 V6.0209/18/90
459 FUTURE DOMAIN CORP. (C) 1986-1990 V7.009/18/90
460 FUTURE DOMAIN CORP. (C) 1992 V8.00.004/02/92
462 (The cards which do *NOT* work are all 8-bit cards -- although some of
463 them have a 16-bit form-factor, the upper 8-bits are used only for IRQs
464 and are *NOT* used for data. You can tell the difference by following
465 the tracings on the circuit board -- if only the IRQ lines are involved,
466 you have a "8-bit" card, and should *NOT* use this driver.)
470 #ifndef PCMCIA
472 static struct signature {
473 const char *signature;
474 int sig_offset;
475 int sig_length;
476 int major_bios_version;
477 int minor_bios_version;
478 int flag; /* 1 == PCI_bus, 2 == ISA_200S, 3 == ISA_250MG, 4 == ISA_200S */
479 } signatures[] = {
480 /* 1 2 3 4 5 6 */
481 /* 123456789012345678901234567890123456789012345678901234567890 */
482 { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V2.07/28/89", 5, 50, 2, 0, 0 },
483 { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V1.07/28/89", 5, 50, 2, 0, 0 },
484 { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V2.07/28/89", 72, 50, 2, 0, 2 },
485 { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V2.0", 73, 43, 2, 0, 3 },
486 { "FUTURE DOMAIN CORP. (C) 1991 1800-V2.0.", 72, 39, 2, 0, 4 },
487 { "FUTURE DOMAIN CORP. (C) 1992 V3.00.004/02/92", 5, 44, 3, 0, 0 },
488 { "FUTURE DOMAIN TMC-18XX (C) 1993 V3.203/12/93", 5, 44, 3, 2, 0 },
489 { "IBM F1 P2 BIOS v1.0104/29/93", 5, 28, 3, -1, 0 },
490 { "Future Domain Corp. V1.0008/18/93", 5, 33, 3, 4, 0 },
491 { "Future Domain Corp. V1.0008/18/93", 26, 33, 3, 4, 1 },
492 { "Adaptec AHA-2920 PCI-SCSI Card", 42, 31, 3, -1, 1 },
493 { "IBM F1 P264/32", 5, 14, 3, -1, 1 },
494 /* This next signature may not be a 3.5 bios */
495 { "Future Domain Corp. V2.0108/18/93", 5, 33, 3, 5, 0 },
496 { "FUTURE DOMAIN CORP. V3.5008/18/93", 5, 34, 3, 5, 0 },
497 { "FUTURE DOMAIN 18c30/18c50/1800 (C) 1994 V3.5", 5, 44, 3, 5, 0 },
498 { "FUTURE DOMAIN CORP. V3.6008/18/93", 5, 34, 3, 6, 0 },
499 { "FUTURE DOMAIN CORP. V3.6108/18/93", 5, 34, 3, 6, 0 },
500 { "FUTURE DOMAIN TMC-18XX", 5, 22, -1, -1, 0 },
502 /* READ NOTICE ABOVE *BEFORE* YOU WASTE YOUR TIME ADDING A SIGNATURE
503 Also, fix the disk geometry code for your signature and send your
504 changes for faith@cs.unc.edu. Above all, do *NOT* change any old
505 signatures!
507 Note that the last line will match a "generic" 18XX bios. Because
508 Future Domain has changed the host SCSI ID and/or the location of the
509 geometry information in the on-board RAM area for each of the first
510 three BIOS's, it is still important to enter a fully qualified
511 signature in the table for any new BIOS's (after the host SCSI ID and
512 geometry location are verified). */
515 #define SIGNATURE_COUNT ARRAY_SIZE(signatures)
517 #endif /* !PCMCIA */
519 static void print_banner( struct Scsi_Host *shpnt )
521 if (!shpnt) return; /* This won't ever happen */
523 if (bios_major < 0 && bios_minor < 0) {
524 printk(KERN_INFO "scsi%d: <fdomain> No BIOS; using scsi id %d\n",
525 shpnt->host_no, shpnt->this_id);
526 } else {
527 printk(KERN_INFO "scsi%d: <fdomain> BIOS version ", shpnt->host_no);
529 if (bios_major >= 0) printk("%d.", bios_major);
530 else printk("?.");
532 if (bios_minor >= 0) printk("%d", bios_minor);
533 else printk("?.");
535 printk( " at 0x%lx using scsi id %d\n",
536 bios_base, shpnt->this_id );
539 /* If this driver works for later FD PCI
540 boards, we will have to modify banner
541 for additional PCI cards, but for now if
542 it's PCI it's a TMC-3260 - JTM */
543 printk(KERN_INFO "scsi%d: <fdomain> %s chip at 0x%x irq ",
544 shpnt->host_no,
545 chip == tmc1800 ? "TMC-1800" : (chip == tmc18c50 ? "TMC-18C50" : (chip == tmc18c30 ? (PCI_bus ? "TMC-36C70 (PCI bus)" : "TMC-18C30") : "Unknown")),
546 port_base);
548 if (interrupt_level)
549 printk("%d", interrupt_level);
550 else
551 printk("<none>");
553 printk( "\n" );
556 int fdomain_setup(char *str)
558 int ints[4];
560 (void)get_options(str, ARRAY_SIZE(ints), ints);
562 if (setup_called++ || ints[0] < 2 || ints[0] > 3) {
563 printk(KERN_INFO "scsi: <fdomain> Usage: fdomain=<PORT_BASE>,<IRQ>[,<ADAPTER_ID>]\n");
564 printk(KERN_ERR "scsi: <fdomain> Bad LILO/INSMOD parameters?\n");
565 return 0;
568 port_base = ints[0] >= 1 ? ints[1] : 0;
569 interrupt_level = ints[0] >= 2 ? ints[2] : 0;
570 this_id = ints[0] >= 3 ? ints[3] : 0;
572 bios_major = bios_minor = -1; /* Use geometry for BIOS version >= 3.4 */
573 ++setup_called;
574 return 1;
577 __setup("fdomain=", fdomain_setup);
580 static void do_pause(unsigned amount) /* Pause for amount*10 milliseconds */
582 mdelay(10*amount);
585 static inline void fdomain_make_bus_idle( void )
587 outb(0, port_base + SCSI_Cntl);
588 outb(0, port_base + SCSI_Mode_Cntl);
589 if (chip == tmc18c50 || chip == tmc18c30)
590 outb(0x21 | PARITY_MASK, port_base + TMC_Cntl); /* Clear forced intr. */
591 else
592 outb(0x01 | PARITY_MASK, port_base + TMC_Cntl);
595 static int fdomain_is_valid_port( int port )
597 #if DEBUG_DETECT
598 printk( " (%x%x),",
599 inb( port + MSB_ID_Code ), inb( port + LSB_ID_Code ) );
600 #endif
602 /* The MCA ID is a unique id for each MCA compatible board. We
603 are using ISA boards, but Future Domain provides the MCA ID
604 anyway. We can use this ID to ensure that this is a Future
605 Domain TMC-1660/TMC-1680.
608 if (inb( port + LSB_ID_Code ) != 0xe9) { /* test for 0x6127 id */
609 if (inb( port + LSB_ID_Code ) != 0x27) return 0;
610 if (inb( port + MSB_ID_Code ) != 0x61) return 0;
611 chip = tmc1800;
612 } else { /* test for 0xe960 id */
613 if (inb( port + MSB_ID_Code ) != 0x60) return 0;
614 chip = tmc18c50;
616 /* Try to toggle 32-bit mode. This only
617 works on an 18c30 chip. (User reports
618 say this works, so we should switch to
619 it in the near future.) */
621 outb( 0x80, port + IO_Control );
622 if ((inb( port + Configuration2 ) & 0x80) == 0x80) {
623 outb( 0x00, port + IO_Control );
624 if ((inb( port + Configuration2 ) & 0x80) == 0x00) {
625 chip = tmc18c30;
626 FIFO_Size = 0x800; /* 2k FIFO */
629 /* If that failed, we are an 18c50. */
632 return 1;
635 static int fdomain_test_loopback( void )
637 int i;
638 int result;
640 for (i = 0; i < 255; i++) {
641 outb( i, port_base + Write_Loopback );
642 result = inb( port_base + Read_Loopback );
643 if (i != result)
644 return 1;
646 return 0;
649 #ifndef PCMCIA
651 /* fdomain_get_irq assumes that we have a valid MCA ID for a
652 TMC-1660/TMC-1680 Future Domain board. Now, check to be sure the
653 bios_base matches these ports. If someone was unlucky enough to have
654 purchased more than one Future Domain board, then they will have to
655 modify this code, as we only detect one board here. [The one with the
656 lowest bios_base.]
658 Note that this routine is only used for systems without a PCI BIOS32
659 (e.g., ISA bus). For PCI bus systems, this routine will likely fail
660 unless one of the IRQs listed in the ints array is used by the board.
661 Sometimes it is possible to use the computer's BIOS setup screen to
662 configure a PCI system so that one of these IRQs will be used by the
663 Future Domain card. */
665 static int fdomain_get_irq( int base )
667 int options = inb(base + Configuration1);
669 #if DEBUG_DETECT
670 printk("scsi: <fdomain> Options = %x\n", options);
671 #endif
673 /* Check for board with lowest bios_base --
674 this isn't valid for the 18c30 or for
675 boards on the PCI bus, so just assume we
676 have the right board. */
678 if (chip != tmc18c30 && !PCI_bus && addresses[(options & 0xc0) >> 6 ] != bios_base)
679 return 0;
680 return ints[(options & 0x0e) >> 1];
683 static int fdomain_isa_detect( int *irq, int *iobase )
685 int i, j;
686 int base = 0xdeadbeef;
687 int flag = 0;
689 #if DEBUG_DETECT
690 printk( "scsi: <fdomain> fdomain_isa_detect:" );
691 #endif
693 for (i = 0; i < ADDRESS_COUNT; i++) {
694 void __iomem *p = ioremap(addresses[i], 0x2000);
695 if (!p)
696 continue;
697 #if DEBUG_DETECT
698 printk( " %lx(%lx),", addresses[i], bios_base );
699 #endif
700 for (j = 0; j < SIGNATURE_COUNT; j++) {
701 if (check_signature(p + signatures[j].sig_offset,
702 signatures[j].signature,
703 signatures[j].sig_length )) {
704 bios_major = signatures[j].major_bios_version;
705 bios_minor = signatures[j].minor_bios_version;
706 PCI_bus = (signatures[j].flag == 1);
707 Quantum = (signatures[j].flag > 1) ? signatures[j].flag : 0;
708 bios_base = addresses[i];
709 bios_mem = p;
710 goto found;
713 iounmap(p);
716 found:
717 if (bios_major == 2) {
718 /* The TMC-1660/TMC-1680 has a RAM area just after the BIOS ROM.
719 Assuming the ROM is enabled (otherwise we wouldn't have been
720 able to read the ROM signature :-), then the ROM sets up the
721 RAM area with some magic numbers, such as a list of port
722 base addresses and a list of the disk "geometry" reported to
723 DOS (this geometry has nothing to do with physical geometry).
726 switch (Quantum) {
727 case 2: /* ISA_200S */
728 case 3: /* ISA_250MG */
729 base = readb(bios_mem + 0x1fa2) + (readb(bios_mem + 0x1fa3) << 8);
730 break;
731 case 4: /* ISA_200S (another one) */
732 base = readb(bios_mem + 0x1fa3) + (readb(bios_mem + 0x1fa4) << 8);
733 break;
734 default:
735 base = readb(bios_mem + 0x1fcc) + (readb(bios_mem + 0x1fcd) << 8);
736 break;
739 #if DEBUG_DETECT
740 printk( " %x,", base );
741 #endif
743 for (i = 0; i < PORT_COUNT; i++) {
744 if (base == ports[i]) {
745 if (!request_region(base, 0x10, "fdomain"))
746 break;
747 if (!fdomain_is_valid_port(base)) {
748 release_region(base, 0x10);
749 break;
751 *irq = fdomain_get_irq( base );
752 *iobase = base;
753 return 1;
757 /* This is a bad sign. It usually means that someone patched the
758 BIOS signature list (the signatures variable) to contain a BIOS
759 signature for a board *OTHER THAN* the TMC-1660/TMC-1680. */
761 #if DEBUG_DETECT
762 printk( " RAM FAILED, " );
763 #endif
766 /* Anyway, the alternative to finding the address in the RAM is to just
767 search through every possible port address for one that is attached
768 to the Future Domain card. Don't panic, though, about reading all
769 these random port addresses -- there are rumors that the Future
770 Domain BIOS does something very similar.
772 Do not, however, check ports which the kernel knows are being used by
773 another driver. */
775 for (i = 0; i < PORT_COUNT; i++) {
776 base = ports[i];
777 if (!request_region(base, 0x10, "fdomain")) {
778 #if DEBUG_DETECT
779 printk( " (%x inuse),", base );
780 #endif
781 continue;
783 #if DEBUG_DETECT
784 printk( " %x,", base );
785 #endif
786 flag = fdomain_is_valid_port(base);
787 if (flag)
788 break;
789 release_region(base, 0x10);
792 #if DEBUG_DETECT
793 if (flag) printk( " SUCCESS\n" );
794 else printk( " FAILURE\n" );
795 #endif
797 if (!flag) return 0; /* iobase not found */
799 *irq = fdomain_get_irq( base );
800 *iobase = base;
802 return 1; /* success */
805 #else /* PCMCIA */
807 static int fdomain_isa_detect( int *irq, int *iobase )
809 if (irq)
810 *irq = 0;
811 if (iobase)
812 *iobase = 0;
813 return 0;
816 #endif /* !PCMCIA */
819 /* PCI detection function: int fdomain_pci_bios_detect(int* irq, int*
820 iobase) This function gets the Interrupt Level and I/O base address from
821 the PCI configuration registers. */
823 #ifdef CONFIG_PCI
824 static int fdomain_pci_bios_detect( int *irq, int *iobase, struct pci_dev **ret_pdev )
826 unsigned int pci_irq; /* PCI interrupt line */
827 unsigned long pci_base; /* PCI I/O base address */
828 struct pci_dev *pdev = NULL;
830 #if DEBUG_DETECT
831 /* Tell how to print a list of the known PCI devices from bios32 and
832 list vendor and device IDs being used if in debug mode. */
834 printk( "scsi: <fdomain> INFO: use lspci -v to see list of PCI devices\n" );
835 printk( "scsi: <fdomain> TMC-3260 detect:"
836 " Using Vendor ID: 0x%x and Device ID: 0x%x\n",
837 PCI_VENDOR_ID_FD,
838 PCI_DEVICE_ID_FD_36C70 );
839 #endif
841 if ((pdev = pci_get_device(PCI_VENDOR_ID_FD, PCI_DEVICE_ID_FD_36C70, pdev)) == NULL)
842 return 0;
843 if (pci_enable_device(pdev))
844 goto fail;
846 #if DEBUG_DETECT
847 printk( "scsi: <fdomain> TMC-3260 detect:"
848 " PCI bus %u, device %u, function %u\n",
849 pdev->bus->number,
850 PCI_SLOT(pdev->devfn),
851 PCI_FUNC(pdev->devfn));
852 #endif
854 /* We now have the appropriate device function for the FD board so we
855 just read the PCI config info from the registers. */
857 pci_base = pci_resource_start(pdev, 0);
858 pci_irq = pdev->irq;
860 if (!request_region( pci_base, 0x10, "fdomain" ))
861 goto fail;
863 /* Now we have the I/O base address and interrupt from the PCI
864 configuration registers. */
866 *irq = pci_irq;
867 *iobase = pci_base;
868 *ret_pdev = pdev;
870 #if DEBUG_DETECT
871 printk( "scsi: <fdomain> TMC-3260 detect:"
872 " IRQ = %d, I/O base = 0x%x [0x%lx]\n", *irq, *iobase, pci_base );
873 #endif
875 if (!fdomain_is_valid_port(pci_base)) {
876 printk(KERN_ERR "scsi: <fdomain> PCI card detected, but driver not loaded (invalid port)\n" );
877 release_region(pci_base, 0x10);
878 goto fail;
881 /* Fill in a few global variables. Ugh. */
882 bios_major = bios_minor = -1;
883 PCI_bus = 1;
884 PCI_dev = pdev;
885 Quantum = 0;
886 bios_base = 0;
888 return 1;
889 fail:
890 pci_dev_put(pdev);
891 return 0;
894 #endif
896 struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt )
898 int retcode;
899 struct Scsi_Host *shpnt;
900 struct pci_dev *pdev = NULL;
902 if (setup_called) {
903 #if DEBUG_DETECT
904 printk( "scsi: <fdomain> No BIOS, using port_base = 0x%x, irq = %d\n",
905 port_base, interrupt_level );
906 #endif
907 if (!request_region(port_base, 0x10, "fdomain")) {
908 printk( "scsi: <fdomain> port 0x%x is busy\n", port_base );
909 printk( "scsi: <fdomain> Bad LILO/INSMOD parameters?\n" );
910 return NULL;
912 if (!fdomain_is_valid_port( port_base )) {
913 printk( "scsi: <fdomain> Cannot locate chip at port base 0x%x\n",
914 port_base );
915 printk( "scsi: <fdomain> Bad LILO/INSMOD parameters?\n" );
916 release_region(port_base, 0x10);
917 return NULL;
919 } else {
920 int flag = 0;
922 #ifdef CONFIG_PCI
923 /* Try PCI detection first */
924 flag = fdomain_pci_bios_detect( &interrupt_level, &port_base, &pdev );
925 #endif
926 if (!flag) {
927 /* Then try ISA bus detection */
928 flag = fdomain_isa_detect( &interrupt_level, &port_base );
930 if (!flag) {
931 printk( "scsi: <fdomain> Detection failed (no card)\n" );
932 return NULL;
937 fdomain_16x0_bus_reset(NULL);
939 if (fdomain_test_loopback()) {
940 printk(KERN_ERR "scsi: <fdomain> Detection failed (loopback test failed at port base 0x%x)\n", port_base);
941 if (setup_called) {
942 printk(KERN_ERR "scsi: <fdomain> Bad LILO/INSMOD parameters?\n");
944 goto fail;
947 if (this_id) {
948 tpnt->this_id = (this_id & 0x07);
949 adapter_mask = (1 << tpnt->this_id);
950 } else {
951 if (PCI_bus || (bios_major == 3 && bios_minor >= 2) || bios_major < 0) {
952 tpnt->this_id = 7;
953 adapter_mask = 0x80;
954 } else {
955 tpnt->this_id = 6;
956 adapter_mask = 0x40;
960 /* Print out a banner here in case we can't
961 get resources. */
963 shpnt = scsi_register( tpnt, 0 );
964 if(shpnt == NULL) {
965 release_region(port_base, 0x10);
966 return NULL;
968 shpnt->irq = interrupt_level;
969 shpnt->io_port = port_base;
970 shpnt->n_io_port = 0x10;
971 print_banner( shpnt );
973 /* Log IRQ with kernel */
974 if (!interrupt_level) {
975 printk(KERN_ERR "scsi: <fdomain> Card Detected, but driver not loaded (no IRQ)\n" );
976 goto fail;
977 } else {
978 /* Register the IRQ with the kernel */
980 retcode = request_irq( interrupt_level,
981 do_fdomain_16x0_intr, pdev?IRQF_SHARED:0, "fdomain", shpnt);
983 if (retcode < 0) {
984 if (retcode == -EINVAL) {
985 printk(KERN_ERR "scsi: <fdomain> IRQ %d is bad!\n", interrupt_level );
986 printk(KERN_ERR " This shouldn't happen!\n" );
987 printk(KERN_ERR " Send mail to faith@acm.org\n" );
988 } else if (retcode == -EBUSY) {
989 printk(KERN_ERR "scsi: <fdomain> IRQ %d is already in use!\n", interrupt_level );
990 printk(KERN_ERR " Please use another IRQ!\n" );
991 } else {
992 printk(KERN_ERR "scsi: <fdomain> Error getting IRQ %d\n", interrupt_level );
993 printk(KERN_ERR " This shouldn't happen!\n" );
994 printk(KERN_ERR " Send mail to faith@acm.org\n" );
996 printk(KERN_ERR "scsi: <fdomain> Detected, but driver not loaded (IRQ)\n" );
997 goto fail;
1000 return shpnt;
1001 fail:
1002 pci_dev_put(pdev);
1003 release_region(port_base, 0x10);
1004 return NULL;
1007 static int fdomain_16x0_detect(struct scsi_host_template *tpnt)
1009 if (fdomain)
1010 fdomain_setup(fdomain);
1011 return (__fdomain_16x0_detect(tpnt) != NULL);
1014 static const char *fdomain_16x0_info( struct Scsi_Host *ignore )
1016 static char buffer[128];
1017 char *pt;
1019 strcpy( buffer, "Future Domain 16-bit SCSI Driver Version" );
1020 if (strchr( VERSION, ':')) { /* Assume VERSION is an RCS Revision string */
1021 strcat( buffer, strchr( VERSION, ':' ) + 1 );
1022 pt = strrchr( buffer, '$') - 1;
1023 if (!pt) /* Stripped RCS Revision string? */
1024 pt = buffer + strlen( buffer ) - 1;
1025 if (*pt != ' ')
1026 ++pt;
1027 *pt = '\0';
1028 } else { /* Assume VERSION is a number */
1029 strcat( buffer, " " VERSION );
1032 return buffer;
1036 static int fdomain_select( int target )
1038 int status;
1039 unsigned long timeout;
1040 #if ERRORS_ONLY
1041 static int flag = 0;
1042 #endif
1044 outb(0x82, port_base + SCSI_Cntl); /* Bus Enable + Select */
1045 outb(adapter_mask | (1 << target), port_base + SCSI_Data_NoACK);
1047 /* Stop arbitration and enable parity */
1048 outb(PARITY_MASK, port_base + TMC_Cntl);
1050 timeout = 350; /* 350 msec */
1052 do {
1053 status = inb(port_base + SCSI_Status); /* Read adapter status */
1054 if (status & 1) { /* Busy asserted */
1055 /* Enable SCSI Bus (on error, should make bus idle with 0) */
1056 outb(0x80, port_base + SCSI_Cntl);
1057 return 0;
1059 mdelay(1); /* wait one msec */
1060 } while (--timeout);
1061 /* Make bus idle */
1062 fdomain_make_bus_idle();
1063 #if EVERY_ACCESS
1064 if (!target) printk( "Selection failed\n" );
1065 #endif
1066 #if ERRORS_ONLY
1067 if (!target) {
1068 if (!flag) /* Skip first failure for all chips. */
1069 ++flag;
1070 else
1071 printk( "scsi: <fdomain> Selection failed\n" );
1073 #endif
1074 return 1;
1077 static void my_done(int error)
1079 if (in_command) {
1080 in_command = 0;
1081 outb(0x00, port_base + Interrupt_Cntl);
1082 fdomain_make_bus_idle();
1083 current_SC->result = error;
1084 if (current_SC->scsi_done)
1085 current_SC->scsi_done( current_SC );
1086 else panic( "scsi: <fdomain> current_SC->scsi_done() == NULL" );
1087 } else {
1088 panic( "scsi: <fdomain> my_done() called outside of command\n" );
1090 #if DEBUG_RACE
1091 in_interrupt_flag = 0;
1092 #endif
1095 static irqreturn_t do_fdomain_16x0_intr(int irq, void *dev_id)
1097 unsigned long flags;
1098 int status;
1099 int done = 0;
1100 unsigned data_count;
1102 /* The fdomain_16x0_intr is only called via
1103 the interrupt handler. The goal of the
1104 sti() here is to allow other
1105 interruptions while this routine is
1106 running. */
1108 /* Check for other IRQ sources */
1109 if ((inb(port_base + TMC_Status) & 0x01) == 0)
1110 return IRQ_NONE;
1112 /* It is our IRQ */
1113 outb(0x00, port_base + Interrupt_Cntl);
1115 /* We usually have one spurious interrupt after each command. Ignore it. */
1116 if (!in_command || !current_SC) { /* Spurious interrupt */
1117 #if EVERY_ACCESS
1118 printk( "Spurious interrupt, in_command = %d, current_SC = %x\n",
1119 in_command, current_SC );
1120 #endif
1121 return IRQ_NONE;
1124 /* Abort calls my_done, so we do nothing here. */
1125 if (current_SC->SCp.phase & aborted) {
1126 #if DEBUG_ABORT
1127 printk( "scsi: <fdomain> Interrupt after abort, ignoring\n" );
1128 #endif
1130 return IRQ_HANDLED; */
1133 #if DEBUG_RACE
1134 ++in_interrupt_flag;
1135 #endif
1137 if (current_SC->SCp.phase & in_arbitration) {
1138 status = inb(port_base + TMC_Status); /* Read adapter status */
1139 if (!(status & 0x02)) {
1140 #if EVERY_ACCESS
1141 printk( " AFAIL " );
1142 #endif
1143 spin_lock_irqsave(current_SC->device->host->host_lock, flags);
1144 my_done( DID_BUS_BUSY << 16 );
1145 spin_unlock_irqrestore(current_SC->device->host->host_lock, flags);
1146 return IRQ_HANDLED;
1148 current_SC->SCp.phase = in_selection;
1150 outb(0x40 | FIFO_COUNT, port_base + Interrupt_Cntl);
1152 outb(0x82, port_base + SCSI_Cntl); /* Bus Enable + Select */
1153 outb(adapter_mask | (1 << scmd_id(current_SC)), port_base + SCSI_Data_NoACK);
1155 /* Stop arbitration and enable parity */
1156 outb(0x10 | PARITY_MASK, port_base + TMC_Cntl);
1157 #if DEBUG_RACE
1158 in_interrupt_flag = 0;
1159 #endif
1160 return IRQ_HANDLED;
1161 } else if (current_SC->SCp.phase & in_selection) {
1162 status = inb(port_base + SCSI_Status);
1163 if (!(status & 0x01)) {
1164 /* Try again, for slow devices */
1165 if (fdomain_select( scmd_id(current_SC) )) {
1166 #if EVERY_ACCESS
1167 printk( " SFAIL " );
1168 #endif
1169 spin_lock_irqsave(current_SC->device->host->host_lock, flags);
1170 my_done( DID_NO_CONNECT << 16 );
1171 spin_unlock_irqrestore(current_SC->device->host->host_lock, flags);
1172 return IRQ_HANDLED;
1173 } else {
1174 #if EVERY_ACCESS
1175 printk( " AltSel " );
1176 #endif
1177 /* Stop arbitration and enable parity */
1178 outb(0x10 | PARITY_MASK, port_base + TMC_Cntl);
1181 current_SC->SCp.phase = in_other;
1182 outb(0x90 | FIFO_COUNT, port_base + Interrupt_Cntl);
1183 outb(0x80, port_base + SCSI_Cntl);
1184 #if DEBUG_RACE
1185 in_interrupt_flag = 0;
1186 #endif
1187 return IRQ_HANDLED;
1190 /* current_SC->SCp.phase == in_other: this is the body of the routine */
1192 status = inb(port_base + SCSI_Status);
1194 if (status & 0x10) { /* REQ */
1196 switch (status & 0x0e) {
1198 case 0x08: /* COMMAND OUT */
1199 outb(current_SC->cmnd[current_SC->SCp.sent_command++],
1200 port_base + Write_SCSI_Data);
1201 #if EVERY_ACCESS
1202 printk( "CMD = %x,",
1203 current_SC->cmnd[ current_SC->SCp.sent_command - 1] );
1204 #endif
1205 break;
1206 case 0x00: /* DATA OUT -- tmc18c50/tmc18c30 only */
1207 if (chip != tmc1800 && !current_SC->SCp.have_data_in) {
1208 current_SC->SCp.have_data_in = -1;
1209 outb(0xd0 | PARITY_MASK, port_base + TMC_Cntl);
1211 break;
1212 case 0x04: /* DATA IN -- tmc18c50/tmc18c30 only */
1213 if (chip != tmc1800 && !current_SC->SCp.have_data_in) {
1214 current_SC->SCp.have_data_in = 1;
1215 outb(0x90 | PARITY_MASK, port_base + TMC_Cntl);
1217 break;
1218 case 0x0c: /* STATUS IN */
1219 current_SC->SCp.Status = inb(port_base + Read_SCSI_Data);
1220 #if EVERY_ACCESS
1221 printk( "Status = %x, ", current_SC->SCp.Status );
1222 #endif
1223 #if ERRORS_ONLY
1224 if (current_SC->SCp.Status
1225 && current_SC->SCp.Status != 2
1226 && current_SC->SCp.Status != 8) {
1227 printk( "scsi: <fdomain> target = %d, command = %x, status = %x\n",
1228 current_SC->device->id,
1229 current_SC->cmnd[0],
1230 current_SC->SCp.Status );
1232 #endif
1233 break;
1234 case 0x0a: /* MESSAGE OUT */
1235 outb(MESSAGE_REJECT, port_base + Write_SCSI_Data); /* Reject */
1236 break;
1237 case 0x0e: /* MESSAGE IN */
1238 current_SC->SCp.Message = inb(port_base + Read_SCSI_Data);
1239 #if EVERY_ACCESS
1240 printk( "Message = %x, ", current_SC->SCp.Message );
1241 #endif
1242 if (!current_SC->SCp.Message) ++done;
1243 #if DEBUG_MESSAGES || EVERY_ACCESS
1244 if (current_SC->SCp.Message) {
1245 printk( "scsi: <fdomain> message = %x\n",
1246 current_SC->SCp.Message );
1248 #endif
1249 break;
1253 if (chip == tmc1800 && !current_SC->SCp.have_data_in
1254 && (current_SC->SCp.sent_command >= current_SC->cmd_len)) {
1256 if(current_SC->sc_data_direction == DMA_TO_DEVICE)
1258 current_SC->SCp.have_data_in = -1;
1259 outb(0xd0 | PARITY_MASK, port_base + TMC_Cntl);
1261 else
1263 current_SC->SCp.have_data_in = 1;
1264 outb(0x90 | PARITY_MASK, port_base + TMC_Cntl);
1268 if (current_SC->SCp.have_data_in == -1) { /* DATA OUT */
1269 while ((data_count = FIFO_Size - inw(port_base + FIFO_Data_Count)) > 512) {
1270 #if EVERY_ACCESS
1271 printk( "DC=%d, ", data_count ) ;
1272 #endif
1273 if (data_count > current_SC->SCp.this_residual)
1274 data_count = current_SC->SCp.this_residual;
1275 if (data_count > 0) {
1276 #if EVERY_ACCESS
1277 printk( "%d OUT, ", data_count );
1278 #endif
1279 if (data_count == 1) {
1280 outb(*current_SC->SCp.ptr++, port_base + Write_FIFO);
1281 --current_SC->SCp.this_residual;
1282 } else {
1283 data_count >>= 1;
1284 outsw(port_base + Write_FIFO, current_SC->SCp.ptr, data_count);
1285 current_SC->SCp.ptr += 2 * data_count;
1286 current_SC->SCp.this_residual -= 2 * data_count;
1289 if (!current_SC->SCp.this_residual) {
1290 if (current_SC->SCp.buffers_residual) {
1291 --current_SC->SCp.buffers_residual;
1292 ++current_SC->SCp.buffer;
1293 current_SC->SCp.ptr = sg_virt(current_SC->SCp.buffer);
1294 current_SC->SCp.this_residual = current_SC->SCp.buffer->length;
1295 } else
1296 break;
1301 if (current_SC->SCp.have_data_in == 1) { /* DATA IN */
1302 while ((data_count = inw(port_base + FIFO_Data_Count)) > 0) {
1303 #if EVERY_ACCESS
1304 printk( "DC=%d, ", data_count );
1305 #endif
1306 if (data_count > current_SC->SCp.this_residual)
1307 data_count = current_SC->SCp.this_residual;
1308 if (data_count) {
1309 #if EVERY_ACCESS
1310 printk( "%d IN, ", data_count );
1311 #endif
1312 if (data_count == 1) {
1313 *current_SC->SCp.ptr++ = inb(port_base + Read_FIFO);
1314 --current_SC->SCp.this_residual;
1315 } else {
1316 data_count >>= 1; /* Number of words */
1317 insw(port_base + Read_FIFO, current_SC->SCp.ptr, data_count);
1318 current_SC->SCp.ptr += 2 * data_count;
1319 current_SC->SCp.this_residual -= 2 * data_count;
1322 if (!current_SC->SCp.this_residual
1323 && current_SC->SCp.buffers_residual) {
1324 --current_SC->SCp.buffers_residual;
1325 ++current_SC->SCp.buffer;
1326 current_SC->SCp.ptr = sg_virt(current_SC->SCp.buffer);
1327 current_SC->SCp.this_residual = current_SC->SCp.buffer->length;
1332 if (done) {
1333 #if EVERY_ACCESS
1334 printk( " ** IN DONE %d ** ", current_SC->SCp.have_data_in );
1335 #endif
1337 #if ERRORS_ONLY
1338 if (current_SC->cmnd[0] == REQUEST_SENSE && !current_SC->SCp.Status) {
1339 char *buf = scsi_sglist(current_SC);
1340 if ((unsigned char)(*(buf + 2)) & 0x0f) {
1341 unsigned char key;
1342 unsigned char code;
1343 unsigned char qualifier;
1345 key = (unsigned char)(*(buf + 2)) & 0x0f;
1346 code = (unsigned char)(*(buf + 12));
1347 qualifier = (unsigned char)(*(buf + 13));
1349 if (key != UNIT_ATTENTION
1350 && !(key == NOT_READY
1351 && code == 0x04
1352 && (!qualifier || qualifier == 0x02 || qualifier == 0x01))
1353 && !(key == ILLEGAL_REQUEST && (code == 0x25
1354 || code == 0x24
1355 || !code)))
1357 printk( "scsi: <fdomain> REQUEST SENSE"
1358 " Key = %x, Code = %x, Qualifier = %x\n",
1359 key, code, qualifier );
1362 #endif
1363 #if EVERY_ACCESS
1364 printk( "BEFORE MY_DONE. . ." );
1365 #endif
1366 spin_lock_irqsave(current_SC->device->host->host_lock, flags);
1367 my_done( (current_SC->SCp.Status & 0xff)
1368 | ((current_SC->SCp.Message & 0xff) << 8) | (DID_OK << 16) );
1369 spin_unlock_irqrestore(current_SC->device->host->host_lock, flags);
1370 #if EVERY_ACCESS
1371 printk( "RETURNING.\n" );
1372 #endif
1374 } else {
1375 if (current_SC->SCp.phase & disconnect) {
1376 outb(0xd0 | FIFO_COUNT, port_base + Interrupt_Cntl);
1377 outb(0x00, port_base + SCSI_Cntl);
1378 } else {
1379 outb(0x90 | FIFO_COUNT, port_base + Interrupt_Cntl);
1382 #if DEBUG_RACE
1383 in_interrupt_flag = 0;
1384 #endif
1385 return IRQ_HANDLED;
1388 static int fdomain_16x0_queue(struct scsi_cmnd *SCpnt,
1389 void (*done)(struct scsi_cmnd *))
1391 if (in_command) {
1392 panic( "scsi: <fdomain> fdomain_16x0_queue() NOT REENTRANT!\n" );
1394 #if EVERY_ACCESS
1395 printk( "queue: target = %d cmnd = 0x%02x pieces = %d size = %u\n",
1396 SCpnt->target,
1397 *(unsigned char *)SCpnt->cmnd,
1398 scsi_sg_count(SCpnt),
1399 scsi_bufflen(SCpnt));
1400 #endif
1402 fdomain_make_bus_idle();
1404 current_SC = SCpnt; /* Save this for the done function */
1405 current_SC->scsi_done = done;
1407 /* Initialize static data */
1409 if (scsi_sg_count(current_SC)) {
1410 current_SC->SCp.buffer = scsi_sglist(current_SC);
1411 current_SC->SCp.ptr = sg_virt(current_SC->SCp.buffer);
1412 current_SC->SCp.this_residual = current_SC->SCp.buffer->length;
1413 current_SC->SCp.buffers_residual = scsi_sg_count(current_SC) - 1;
1414 } else {
1415 current_SC->SCp.ptr = NULL;
1416 current_SC->SCp.this_residual = 0;
1417 current_SC->SCp.buffer = NULL;
1418 current_SC->SCp.buffers_residual = 0;
1421 current_SC->SCp.Status = 0;
1422 current_SC->SCp.Message = 0;
1423 current_SC->SCp.have_data_in = 0;
1424 current_SC->SCp.sent_command = 0;
1425 current_SC->SCp.phase = in_arbitration;
1427 /* Start arbitration */
1428 outb(0x00, port_base + Interrupt_Cntl);
1429 outb(0x00, port_base + SCSI_Cntl); /* Disable data drivers */
1430 outb(adapter_mask, port_base + SCSI_Data_NoACK); /* Set our id bit */
1431 ++in_command;
1432 outb(0x20, port_base + Interrupt_Cntl);
1433 outb(0x14 | PARITY_MASK, port_base + TMC_Cntl); /* Start arbitration */
1435 return 0;
1438 #if DEBUG_ABORT
1439 static void print_info(struct scsi_cmnd *SCpnt)
1441 unsigned int imr;
1442 unsigned int irr;
1443 unsigned int isr;
1445 if (!SCpnt || !SCpnt->device || !SCpnt->device->host) {
1446 printk(KERN_WARNING "scsi: <fdomain> Cannot provide detailed information\n");
1447 return;
1450 printk(KERN_INFO "%s\n", fdomain_16x0_info( SCpnt->device->host ) );
1451 print_banner(SCpnt->device->host);
1452 switch (SCpnt->SCp.phase) {
1453 case in_arbitration: printk("arbitration"); break;
1454 case in_selection: printk("selection"); break;
1455 case in_other: printk("other"); break;
1456 default: printk("unknown"); break;
1459 printk( " (%d), target = %d cmnd = 0x%02x pieces = %d size = %u\n",
1460 SCpnt->SCp.phase,
1461 SCpnt->device->id,
1462 *(unsigned char *)SCpnt->cmnd,
1463 scsi_sg_count(SCpnt),
1464 scsi_bufflen(SCpnt));
1465 printk( "sent_command = %d, have_data_in = %d, timeout = %d\n",
1466 SCpnt->SCp.sent_command,
1467 SCpnt->SCp.have_data_in,
1468 SCpnt->timeout );
1469 #if DEBUG_RACE
1470 printk( "in_interrupt_flag = %d\n", in_interrupt_flag );
1471 #endif
1473 imr = (inb( 0x0a1 ) << 8) + inb( 0x21 );
1474 outb( 0x0a, 0xa0 );
1475 irr = inb( 0xa0 ) << 8;
1476 outb( 0x0a, 0x20 );
1477 irr += inb( 0x20 );
1478 outb( 0x0b, 0xa0 );
1479 isr = inb( 0xa0 ) << 8;
1480 outb( 0x0b, 0x20 );
1481 isr += inb( 0x20 );
1483 /* Print out interesting information */
1484 printk( "IMR = 0x%04x", imr );
1485 if (imr & (1 << interrupt_level))
1486 printk( " (masked)" );
1487 printk( ", IRR = 0x%04x, ISR = 0x%04x\n", irr, isr );
1489 printk( "SCSI Status = 0x%02x\n", inb(port_base + SCSI_Status));
1490 printk( "TMC Status = 0x%02x", inb(port_base + TMC_Status));
1491 if (inb((port_base + TMC_Status) & 1))
1492 printk( " (interrupt)" );
1493 printk( "\n" );
1494 printk("Interrupt Status = 0x%02x", inb(port_base + Interrupt_Status));
1495 if (inb(port_base + Interrupt_Status) & 0x08)
1496 printk( " (enabled)" );
1497 printk( "\n" );
1498 if (chip == tmc18c50 || chip == tmc18c30) {
1499 printk("FIFO Status = 0x%02x\n", inb(port_base + FIFO_Status));
1500 printk( "Int. Condition = 0x%02x\n",
1501 inb( port_base + Interrupt_Cond ) );
1503 printk( "Configuration 1 = 0x%02x\n", inb( port_base + Configuration1 ) );
1504 if (chip == tmc18c50 || chip == tmc18c30)
1505 printk( "Configuration 2 = 0x%02x\n",
1506 inb( port_base + Configuration2 ) );
1508 #endif
1510 static int fdomain_16x0_abort(struct scsi_cmnd *SCpnt)
1512 #if EVERY_ACCESS || ERRORS_ONLY || DEBUG_ABORT
1513 printk( "scsi: <fdomain> abort " );
1514 #endif
1516 if (!in_command) {
1517 #if EVERY_ACCESS || ERRORS_ONLY
1518 printk( " (not in command)\n" );
1519 #endif
1520 return FAILED;
1521 } else printk( "\n" );
1523 #if DEBUG_ABORT
1524 print_info( SCpnt );
1525 #endif
1527 fdomain_make_bus_idle();
1528 current_SC->SCp.phase |= aborted;
1529 current_SC->result = DID_ABORT << 16;
1531 /* Aborts are not done well. . . */
1532 my_done(DID_ABORT << 16);
1533 return SUCCESS;
1536 int fdomain_16x0_bus_reset(struct scsi_cmnd *SCpnt)
1538 unsigned long flags;
1540 local_irq_save(flags);
1542 outb(1, port_base + SCSI_Cntl);
1543 do_pause( 2 );
1544 outb(0, port_base + SCSI_Cntl);
1545 do_pause( 115 );
1546 outb(0, port_base + SCSI_Mode_Cntl);
1547 outb(PARITY_MASK, port_base + TMC_Cntl);
1549 local_irq_restore(flags);
1550 return SUCCESS;
1553 static int fdomain_16x0_biosparam(struct scsi_device *sdev,
1554 struct block_device *bdev,
1555 sector_t capacity, int *info_array)
1557 int drive;
1558 int size = capacity;
1559 unsigned long offset;
1560 struct drive_info {
1561 unsigned short cylinders;
1562 unsigned char heads;
1563 unsigned char sectors;
1564 } i;
1566 /* NOTES:
1567 The RAM area starts at 0x1f00 from the bios_base address.
1569 For BIOS Version 2.0:
1571 The drive parameter table seems to start at 0x1f30.
1572 The first byte's purpose is not known.
1573 Next is the cylinder, head, and sector information.
1574 The last 4 bytes appear to be the drive's size in sectors.
1575 The other bytes in the drive parameter table are unknown.
1576 If anyone figures them out, please send me mail, and I will
1577 update these notes.
1579 Tape drives do not get placed in this table.
1581 There is another table at 0x1fea:
1582 If the byte is 0x01, then the SCSI ID is not in use.
1583 If the byte is 0x18 or 0x48, then the SCSI ID is in use,
1584 although tapes don't seem to be in this table. I haven't
1585 seen any other numbers (in a limited sample).
1587 0x1f2d is a drive count (i.e., not including tapes)
1589 The table at 0x1fcc are I/O ports addresses for the various
1590 operations. I calculate these by hand in this driver code.
1594 For the ISA-200S version of BIOS Version 2.0:
1596 The drive parameter table starts at 0x1f33.
1598 WARNING: Assume that the table entry is 25 bytes long. Someone needs
1599 to check this for the Quantum ISA-200S card.
1603 For BIOS Version 3.2:
1605 The drive parameter table starts at 0x1f70. Each entry is
1606 0x0a bytes long. Heads are one less than we need to report.
1609 if (MAJOR(bdev->bd_dev) != SCSI_DISK0_MAJOR) {
1610 printk("scsi: <fdomain> fdomain_16x0_biosparam: too many disks");
1611 return 0;
1613 drive = MINOR(bdev->bd_dev) >> 4;
1615 if (bios_major == 2) {
1616 switch (Quantum) {
1617 case 2: /* ISA_200S */
1618 /* The value of 25 has never been verified.
1619 It should probably be 15. */
1620 offset = 0x1f33 + drive * 25;
1621 break;
1622 case 3: /* ISA_250MG */
1623 offset = 0x1f36 + drive * 15;
1624 break;
1625 case 4: /* ISA_200S (another one) */
1626 offset = 0x1f34 + drive * 15;
1627 break;
1628 default:
1629 offset = 0x1f31 + drive * 25;
1630 break;
1632 memcpy_fromio( &i, bios_mem + offset, sizeof( struct drive_info ) );
1633 info_array[0] = i.heads;
1634 info_array[1] = i.sectors;
1635 info_array[2] = i.cylinders;
1636 } else if (bios_major == 3
1637 && bios_minor >= 0
1638 && bios_minor < 4) { /* 3.0 and 3.2 BIOS */
1639 memcpy_fromio( &i, bios_mem + 0x1f71 + drive * 10,
1640 sizeof( struct drive_info ) );
1641 info_array[0] = i.heads + 1;
1642 info_array[1] = i.sectors;
1643 info_array[2] = i.cylinders;
1644 } else { /* 3.4 BIOS (and up?) */
1645 /* This algorithm was provided by Future Domain (much thanks!). */
1646 unsigned char *p = scsi_bios_ptable(bdev);
1648 if (p && p[65] == 0xaa && p[64] == 0x55 /* Partition table valid */
1649 && p[4]) { /* Partition type */
1651 /* The partition table layout is as follows:
1653 Start: 0x1b3h
1654 Offset: 0 = partition status
1655 1 = starting head
1656 2 = starting sector and cylinder (word, encoded)
1657 4 = partition type
1658 5 = ending head
1659 6 = ending sector and cylinder (word, encoded)
1660 8 = starting absolute sector (double word)
1661 c = number of sectors (double word)
1662 Signature: 0x1fe = 0x55aa
1664 So, this algorithm assumes:
1665 1) the first partition table is in use,
1666 2) the data in the first entry is correct, and
1667 3) partitions never divide cylinders
1669 Note that (1) may be FALSE for NetBSD (and other BSD flavors),
1670 as well as for Linux. Note also, that Linux doesn't pay any
1671 attention to the fields that are used by this algorithm -- it
1672 only uses the absolute sector data. Recent versions of Linux's
1673 fdisk(1) will fill this data in correctly, and forthcoming
1674 versions will check for consistency.
1676 Checking for a non-zero partition type is not part of the
1677 Future Domain algorithm, but it seemed to be a reasonable thing
1678 to do, especially in the Linux and BSD worlds. */
1680 info_array[0] = p[5] + 1; /* heads */
1681 info_array[1] = p[6] & 0x3f; /* sectors */
1682 } else {
1684 /* Note that this new method guarantees that there will always be
1685 less than 1024 cylinders on a platter. This is good for drives
1686 up to approximately 7.85GB (where 1GB = 1024 * 1024 kB). */
1688 if ((unsigned int)size >= 0x7e0000U) {
1689 info_array[0] = 0xff; /* heads = 255 */
1690 info_array[1] = 0x3f; /* sectors = 63 */
1691 } else if ((unsigned int)size >= 0x200000U) {
1692 info_array[0] = 0x80; /* heads = 128 */
1693 info_array[1] = 0x3f; /* sectors = 63 */
1694 } else {
1695 info_array[0] = 0x40; /* heads = 64 */
1696 info_array[1] = 0x20; /* sectors = 32 */
1699 /* For both methods, compute the cylinders */
1700 info_array[2] = (unsigned int)size / (info_array[0] * info_array[1] );
1701 kfree(p);
1704 return 0;
1707 static int fdomain_16x0_release(struct Scsi_Host *shpnt)
1709 if (shpnt->irq)
1710 free_irq(shpnt->irq, shpnt);
1711 if (shpnt->io_port && shpnt->n_io_port)
1712 release_region(shpnt->io_port, shpnt->n_io_port);
1713 if (PCI_bus)
1714 pci_dev_put(PCI_dev);
1715 return 0;
1718 struct scsi_host_template fdomain_driver_template = {
1719 .module = THIS_MODULE,
1720 .name = "fdomain",
1721 .proc_name = "fdomain",
1722 .detect = fdomain_16x0_detect,
1723 .info = fdomain_16x0_info,
1724 .queuecommand = fdomain_16x0_queue,
1725 .eh_abort_handler = fdomain_16x0_abort,
1726 .eh_bus_reset_handler = fdomain_16x0_bus_reset,
1727 .bios_param = fdomain_16x0_biosparam,
1728 .release = fdomain_16x0_release,
1729 .can_queue = 1,
1730 .this_id = 6,
1731 .sg_tablesize = 64,
1732 .cmd_per_lun = 1,
1733 .use_clustering = DISABLE_CLUSTERING,
1736 #ifndef PCMCIA
1737 #ifdef CONFIG_PCI
1739 static struct pci_device_id fdomain_pci_tbl[] __devinitdata = {
1740 { PCI_VENDOR_ID_FD, PCI_DEVICE_ID_FD_36C70,
1741 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
1744 MODULE_DEVICE_TABLE(pci, fdomain_pci_tbl);
1745 #endif
1746 #define driver_template fdomain_driver_template
1747 #include "scsi_module.c"
1749 #endif