fdomain.c
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:65k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  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@redhat.com>
  7.  * This program is free software; you can redistribute it and/or modify it
  8.  * under the terms of the GNU General Public License as published by the
  9.  * Free Software Foundation; either version 2, or (at your option) any
  10.  * later version.
  11.  * This program is distributed in the hope that it will be useful, but
  12.  * WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14.  * General Public License for more details.
  15.  * You should have received a copy of the GNU General Public License along
  16.  * with this program; if not, write to the Free Software Foundation, Inc.,
  17.  * 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  **************************************************************************
  19.  SUMMARY:
  20.  Future Domain BIOS versions supported for autodetect:
  21.     2.0, 3.0, 3.2, 3.4 (1.0), 3.5 (2.0), 3.6, 3.61
  22.  Chips are supported:
  23.     TMC-1800, TMC-18C50, TMC-18C30, TMC-36C70
  24.  Boards supported:
  25.     Future Domain TMC-1650, TMC-1660, TMC-1670, TMC-1680, TMC-1610M/MER/MEX
  26.     Future Domain TMC-3260 (PCI)
  27.     Quantum ISA-200S, ISA-250MG
  28.     Adaptec AHA-2920A (PCI) [BUT *NOT* AHA-2920C -- use aic7xxx instead]
  29.     IBM ?
  30.  LILO/INSMOD command-line options:
  31.     fdomain=<PORT_BASE>,<IRQ>[,<ADAPTER_ID>]
  32.     
  33.  NOTE:
  34.  The Adaptec AHA-2920C has an Adaptec AIC-7850 chip on it.
  35.  Use the aic7xxx driver for this board.
  36.        
  37.  The Adaptec AHA-2920A has a Future Domain chip on it, so this is the right
  38.  driver for that card.  Unfortunately, the boxes will probably just say
  39.  "2920", so you'll have to look on the card for a Future Domain logo, or a
  40.  letter after the 2920.
  41.  
  42.  
  43.  THANKS:
  44.  Thanks to Adaptec for providing PCI boards for testing.  This finally
  45.  enabled me to test the PCI detection and correct it for PCI boards that do
  46.  not have a BIOS at a standard ISA location.  For PCI boards, LILO/INSMOD
  47.  command-line options should no longer be needed.  --RF 18Nov98
  48.  
  49.  DESCRIPTION:
  50.  
  51.  This is the Linux low-level SCSI driver for Future Domain TMC-1660/1680
  52.  TMC-1650/1670, and TMC-3260 SCSI host adapters.  The 1650 and 1670 have a
  53.  25-pin external connector, whereas the 1660 and 1680 have a SCSI-2 50-pin
  54.  high-density external connector.  The 1670 and 1680 have floppy disk
  55.  controllers built in.  The TMC-3260 is a PCI bus card.
  56.  Future Domain's older boards are based on the TMC-1800 chip, and this
  57.  driver was originally written for a TMC-1680 board with the TMC-1800 chip.
  58.  More recently, boards are being produced with the TMC-18C50 and TMC-18C30
  59.  chips.  The latest and greatest board may not work with this driver.  If
  60.  you have to patch this driver so that it will recognize your board's BIOS
  61.  signature, then the driver may fail to function after the board is
  62.  detected.
  63.  Please note that the drive ordering that Future Domain implemented in BIOS
  64.  versions 3.4 and 3.5 is the opposite of the order (currently) used by the
  65.  rest of the SCSI industry.  If you have BIOS version 3.4 or 3.5, and have
  66.  more then one drive, then the drive ordering will be the reverse of that
  67.  which you see under DOS.  For example, under DOS SCSI ID 0 will be D: and
  68.  SCSI ID 1 will be C: (the boot device).  Under Linux, SCSI ID 0 will be
  69.  /dev/sda and SCSI ID 1 will be /dev/sdb.  The Linux ordering is consistent
  70.  with that provided by all the other SCSI drivers for Linux.  If you want
  71.  this changed, you will probably have to patch the higher level SCSI code.
  72.  If you do so, please send me patches that are protected by #ifdefs.
  73.  If you have a TMC-8xx or TMC-9xx board, then this is not the driver for
  74.  your board.  Please refer to the Seagate driver for more information and
  75.  possible support.
  76.  
  77.  
  78.  HISTORY:
  79.  Linux       Driver      Driver
  80.  Version     Version     Date         Support/Notes
  81.              0.0          3 May 1992  V2.0 BIOS; 1800 chip
  82.  0.97        1.9         28 Jul 1992
  83.  0.98.6      3.1         27 Nov 1992
  84.  0.99        3.2          9 Dec 1992
  85.  0.99.3      3.3         10 Jan 1993  V3.0 BIOS
  86.  0.99.5      3.5         18 Feb 1993
  87.  0.99.10     3.6         15 May 1993  V3.2 BIOS; 18C50 chip
  88.  0.99.11     3.17         3 Jul 1993  (now under RCS)
  89.  0.99.12     3.18        13 Aug 1993
  90.  0.99.14     5.6         31 Oct 1993  (reselection code removed)
  91.  0.99.15     5.9         23 Jan 1994  V3.4 BIOS (preliminary)
  92.  1.0.8/1.1.1 5.15         1 Apr 1994  V3.4 BIOS; 18C30 chip (preliminary)
  93.  1.0.9/1.1.3 5.16         7 Apr 1994  V3.4 BIOS; 18C30 chip
  94.  1.1.38      5.18        30 Jul 1994  36C70 chip (PCI version of 18C30)
  95.  1.1.62      5.20         2 Nov 1994  V3.5 BIOS
  96.  1.1.73      5.22         7 Dec 1994  Quantum ISA-200S board; V2.0 BIOS
  97.  1.1.82      5.26        14 Jan 1995  V3.5 BIOS; TMC-1610M/MER/MEX board
  98.  1.2.10      5.28         5 Jun 1995  Quantum ISA-250MG board; V2.0, V2.01 BIOS
  99.  1.3.4       5.31        23 Jun 1995  PCI BIOS-32 detection (preliminary)
  100.  1.3.7       5.33         4 Jul 1995  PCI BIOS-32 detection
  101.  1.3.28      5.36        17 Sep 1995  V3.61 BIOS; LILO command-line support
  102.  1.3.34      5.39        12 Oct 1995  V3.60 BIOS; /proc
  103.  1.3.72      5.39         8 Feb 1996  Adaptec AHA-2920 board
  104.  1.3.85      5.41         4 Apr 1996
  105.  2.0.12      5.44         8 Aug 1996  Use ID 7 for all PCI cards
  106.  2.1.1       5.45         2 Oct 1996  Update ROM accesses for 2.1.x
  107.  2.1.97      5.46  23 Apr 1998  Rewritten PCI detection routines [mj]
  108.  2.1.11x     5.47   9 Aug 1998  Touched for 8 SCSI disk majors support
  109.              5.48        18 Nov 1998  BIOS no longer needed for PCI detection
  110.  2.2.0       5.50        28 Dec 1998  Support insmod parameters
  111.  
  112.  REFERENCES USED:
  113.  "TMC-1800 SCSI Chip Specification (FDC-1800T)", Future Domain Corporation,
  114.  1990.
  115.  "Technical Reference Manual: 18C50 SCSI Host Adapter Chip", Future Domain
  116.  Corporation, January 1992.
  117.  "LXT SCSI Products: Specifications and OEM Technical Manual (Revision
  118.  B/September 1991)", Maxtor Corporation, 1991.
  119.  "7213S product Manual (Revision P3)", Maxtor Corporation, 1992.
  120.  "Draft Proposed American National Standard: Small Computer System
  121.  Interface - 2 (SCSI-2)", Global Engineering Documents. (X3T9.2/86-109,
  122.  revision 10h, October 17, 1991)
  123.  Private communications, Drew Eckhardt (drew@cs.colorado.edu) and Eric
  124.  Youngdale (ericy@cais.com), 1992.
  125.  Private communication, Tuong Le (Future Domain Engineering department),
  126.  1994. (Disk geometry computations for Future Domain BIOS version 3.4, and
  127.  TMC-18C30 detection.)
  128.  Hogan, Thom. The Programmer's PC Sourcebook. Microsoft Press, 1988. Page
  129.  60 (2.39: Disk Partition Table Layout).
  130.  "18C30 Technical Reference Manual", Future Domain Corporation, 1993, page
  131.  6-1.
  132.  
  133.  NOTES ON REFERENCES:
  134.  The Maxtor manuals were free.  Maxtor telephone technical support is
  135.  great!
  136.  The Future Domain manuals were $25 and $35.  They document the chip, not
  137.  the TMC-16x0 boards, so some information I had to guess at.  In 1992,
  138.  Future Domain sold DOS BIOS source for $250 and the UN*X driver source was
  139.  $750, but these required a non-disclosure agreement, so even if I could
  140.  have afforded them, they would *not* have been useful for writing this
  141.  publically distributable driver.  Future Domain technical support has
  142.  provided some information on the phone and have sent a few useful FAXs.
  143.  They have been much more helpful since they started to recognize that the
  144.  word "Linux" refers to an operating system :-).
  145.  
  146.  ALPHA TESTERS:
  147.  There are many other alpha testers that come and go as the driver
  148.  develops.  The people listed here were most helpful in times of greatest
  149.  need (mostly early on -- I've probably left out a few worthy people in
  150.  more recent times):
  151.  Todd Carrico (todd@wutc.wustl.edu), Dan Poirier (poirier@cs.unc.edu ), Ken
  152.  Corey (kenc@sol.acs.unt.edu), C. de Bruin (bruin@bruin@sterbbs.nl), Sakari
  153.  Aaltonen (sakaria@vipunen.hit.fi), John Rice (rice@xanth.cs.odu.edu), Brad
  154.  Yearwood (brad@optilink.com), and Ray Toy (toy@soho.crd.ge.com).
  155.  Special thanks to Tien-Wan Yang (twyang@cs.uh.edu), who graciously lent me
  156.  his 18C50-based card for debugging.  He is the sole reason that this
  157.  driver works with the 18C50 chip.
  158.  Thanks to Dave Newman (dnewman@crl.com) for providing initial patches for
  159.  the version 3.4 BIOS.
  160.  Thanks to James T. McKinley (mckinley@msupa.pa.msu.edu) for providing
  161.  patches that support the TMC-3260, a PCI bus card with the 36C70 chip.
  162.  The 36C70 chip appears to be "completely compatible" with the 18C30 chip.
  163.  Thanks to Eric Kasten (tigger@petroglyph.cl.msu.edu) for providing the
  164.  patch for the version 3.5 BIOS.
  165.  Thanks for Stephen Henson (shenson@nyx10.cs.du.edu) for providing the
  166.  patch for the Quantum ISA-200S SCSI adapter.
  167.  
  168.  Thanks to Adam Bowen for the signature to the 1610M/MER/MEX scsi cards, to
  169.  Martin Andrews (andrewm@ccfadm.eeg.ccf.org) for the signature to some
  170.  random TMC-1680 repackaged by IBM; and to Mintak Ng (mintak@panix.com) for
  171.  the version 3.61 BIOS signature.
  172.  Thanks for Mark Singer (elf@netcom.com) and Richard Simpson
  173.  (rsimpson@ewrcsdra.demon.co.uk) for more Quantum signatures and detective
  174.  work on the Quantum RAM layout.
  175.  Special thanks to James T. McKinley (mckinley@msupa.pa.msu.edu) for
  176.  providing patches for proper PCI BIOS32-mediated detection of the TMC-3260
  177.  card (a PCI bus card with the 36C70 chip).  Please send James PCI-related
  178.  bug reports.
  179.  Thanks to Tom Cavin (tec@usa1.com) for preliminary command-line option
  180.  patches.
  181.  New PCI detection code written by Martin Mares <mj@atrey.karlin.mff.cuni.cz>
  182.  Insmod parameter code based on patches from Daniel Graham
  183.  <graham@balance.uoregon.edu>. 
  184.  
  185.  All of the alpha testers deserve much thanks.
  186.  NOTES ON USER DEFINABLE OPTIONS:
  187.  DEBUG: This turns on the printing of various debug information.
  188.  ENABLE_PARITY: This turns on SCSI parity checking.  With the current
  189.  driver, all attached devices must support SCSI parity.  If none of your
  190.  devices support parity, then you can probably get the driver to work by
  191.  turning this option off.  I have no way of testing this, however, and it
  192.  would appear that no one ever uses this option.
  193.  FIFO_COUNT: The host adapter has an 8K cache (host adapters based on the
  194.  18C30 chip have a 2k cache).  When this many 512 byte blocks are filled by
  195.  the SCSI device, an interrupt will be raised.  Therefore, this could be as
  196.  low as 0, or as high as 16.  Note, however, that values which are too high
  197.  or too low seem to prevent any interrupts from occurring, and thereby lock
  198.  up the machine.  I have found that 2 is a good number, but throughput may
  199.  be increased by changing this value to values which are close to 2.
  200.  Please let me know if you try any different values.
  201.  DO_DETECT: This activates some old scan code which was needed before the
  202.  high level drivers got fixed.  If you are having trouble with the driver,
  203.  turning this on should not hurt, and might help.  Please let me know if
  204.  this is the case, since this code will be removed from future drivers.
  205.  RESELECTION: This is no longer an option, since I gave up trying to
  206.  implement it in version 4.x of this driver.  It did not improve
  207.  performance at all and made the driver unstable (because I never found one
  208.  of the two race conditions which were introduced by the multiple
  209.  outstanding command code).  The instability seems a very high price to pay
  210.  just so that you don't have to wait for the tape to rewind.  If you want
  211.  this feature implemented, send me patches.  I'll be happy to send a copy
  212.  of my (broken) driver to anyone who would like to see a copy.
  213.  **************************************************************************/
  214. #include <linux/module.h>
  215. #ifdef PCMCIA
  216. #undef MODULE
  217. #endif
  218. #include <linux/init.h>
  219. #include <linux/sched.h>
  220. #include <asm/io.h>
  221. #include <linux/blk.h>
  222. #include "scsi.h"
  223. #include "hosts.h"
  224. #include "fdomain.h"
  225. #include <asm/system.h>
  226. #include <linux/spinlock.h>
  227. #include <linux/errno.h>
  228. #include <linux/string.h>
  229. #include <linux/ioport.h>
  230. #include <linux/proc_fs.h>
  231. #include <linux/pci.h>
  232. #include <linux/stat.h>
  233. #include <linux/delay.h>
  234. #include <linux/config.h> /* for CONFIG_PCI */
  235.   
  236. #define VERSION          "$Revision: 5.50 $"
  237. /* START OF USER DEFINABLE OPTIONS */
  238. #define DEBUG            1 /* Enable debugging output */
  239. #define ENABLE_PARITY    1 /* Enable SCSI Parity */
  240. #define FIFO_COUNT       2 /* Number of 512 byte blocks before INTR */
  241. #define DO_DETECT        0 /* Do device detection here (see scsi.c) */
  242. /* END OF USER DEFINABLE OPTIONS */
  243. #if DEBUG
  244. #define EVERY_ACCESS     0 /* Write a line on every scsi access */
  245. #define ERRORS_ONLY      1 /* Only write a line if there is an error */
  246. #define DEBUG_DETECT     0 /* Debug fdomain_16x0_detect() */
  247. #define DEBUG_MESSAGES   1 /* Debug MESSAGE IN phase */
  248. #define DEBUG_ABORT      1 /* Debug abort() routine */
  249. #define DEBUG_RESET      1 /* Debug reset() routine */
  250. #define DEBUG_RACE       1      /* Debug interrupt-driven race condition */
  251. #else
  252. #define EVERY_ACCESS     0 /* LEAVE THESE ALONE--CHANGE THE ONES ABOVE */
  253. #define ERRORS_ONLY      0
  254. #define DEBUG_DETECT     0
  255. #define DEBUG_MESSAGES   0
  256. #define DEBUG_ABORT      0
  257. #define DEBUG_RESET      0
  258. #define DEBUG_RACE       0
  259. #endif
  260. /* Errors are reported on the line, so we don't need to report them again */
  261. #if EVERY_ACCESS
  262. #undef ERRORS_ONLY
  263. #define ERRORS_ONLY      0
  264. #endif
  265. #if ENABLE_PARITY
  266. #define PARITY_MASK      0x08
  267. #else
  268. #define PARITY_MASK      0x00
  269. #endif
  270. enum chip_type {
  271.    unknown          = 0x00,
  272.    tmc1800          = 0x01,
  273.    tmc18c50         = 0x02,
  274.    tmc18c30         = 0x03,
  275. };
  276. enum {
  277.    in_arbitration   = 0x02,
  278.    in_selection     = 0x04,
  279.    in_other         = 0x08,
  280.    disconnect       = 0x10,
  281.    aborted          = 0x20,
  282.    sent_ident       = 0x40,
  283. };
  284. enum in_port_type {
  285.    Read_SCSI_Data   =  0,
  286.    SCSI_Status      =  1,
  287.    TMC_Status       =  2,
  288.    FIFO_Status      =  3, /* tmc18c50/tmc18c30 only */
  289.    Interrupt_Cond   =  4, /* tmc18c50/tmc18c30 only */
  290.    LSB_ID_Code      =  5,
  291.    MSB_ID_Code      =  6,
  292.    Read_Loopback    =  7,
  293.    SCSI_Data_NoACK  =  8,
  294.    Interrupt_Status =  9,
  295.    Configuration1   = 10,
  296.    Configuration2   = 11, /* tmc18c50/tmc18c30 only */
  297.    Read_FIFO        = 12,
  298.    FIFO_Data_Count  = 14
  299. };
  300. enum out_port_type {
  301.    Write_SCSI_Data  =  0,
  302.    SCSI_Cntl        =  1,
  303.    Interrupt_Cntl   =  2,
  304.    SCSI_Mode_Cntl   =  3,
  305.    TMC_Cntl         =  4,
  306.    Memory_Cntl      =  5, /* tmc18c50/tmc18c30 only */
  307.    Write_Loopback   =  7,
  308.    IO_Control       = 11, /* tmc18c30 only */
  309.    Write_FIFO       = 12
  310. };
  311. static int               port_base         = 0;
  312. static unsigned long     bios_base         = 0;
  313. static int               bios_major        = 0;
  314. static int               bios_minor        = 0;
  315. static int               PCI_bus           = 0;
  316. static int               Quantum           = 0; /* Quantum board variant */
  317. static int               interrupt_level   = 0;
  318. static volatile int      in_command        = 0;
  319. static Scsi_Cmnd         *current_SC       = NULL;
  320. static enum chip_type    chip              = unknown;
  321. static int               adapter_mask      = 0;
  322. static int               this_id           = 0;
  323. static int               setup_called      = 0;
  324. #if DEBUG_RACE
  325. static volatile int      in_interrupt_flag = 0;
  326. #endif
  327. static int               SCSI_Mode_Cntl_port;
  328. static int               FIFO_Data_Count_port;
  329. static int               Interrupt_Cntl_port;
  330. static int               Interrupt_Status_port;
  331. static int               Read_FIFO_port;
  332. static int               Read_SCSI_Data_port;
  333. static int               SCSI_Cntl_port;
  334. static int               SCSI_Data_NoACK_port;
  335. static int               SCSI_Status_port;
  336. static int               TMC_Cntl_port;
  337. static int               TMC_Status_port;
  338. static int               Write_FIFO_port;
  339. static int               Write_SCSI_Data_port;
  340. static int               FIFO_Size = 0x2000; /* 8k FIFO for
  341. pre-tmc18c30 chips */
  342. extern void              do_fdomain_16x0_intr( int irq, void *dev_id,
  343.     struct pt_regs * regs );
  344. #ifdef MODULE
  345. /* Allow insmod parameters to be like LILO
  346.                                    parameters.  For example:
  347.    insmod fdomain fdomain=0x140,11
  348. */
  349. static char * fdomain = NULL;
  350. MODULE_PARM(fdomain, "s");
  351. #endif
  352. static unsigned long addresses[] = {
  353.    0xc8000,
  354.    0xca000,
  355.    0xce000,
  356.    0xde000,
  357.    0xcc000, /* Extra addresses for PCI boards */
  358.    0xd0000,
  359.    0xe0000,
  360. };
  361. #define ADDRESS_COUNT (sizeof( addresses ) / sizeof( unsigned ))
  362.        
  363. static unsigned short ports[] = { 0x140, 0x150, 0x160, 0x170 };
  364. #define PORT_COUNT (sizeof( ports ) / sizeof( unsigned short ))
  365. static unsigned short ints[] = { 3, 5, 10, 11, 12, 14, 15, 0 };
  366. /*
  367.   READ THIS BEFORE YOU ADD A SIGNATURE!
  368.   READING THIS SHORT NOTE CAN SAVE YOU LOTS OF TIME!
  369.   READ EVERY WORD, ESPECIALLY THE WORD *NOT*
  370.   This driver works *ONLY* for Future Domain cards using the TMC-1800,
  371.   TMC-18C50, or TMC-18C30 chip.  This includes models TMC-1650, 1660, 1670,
  372.   and 1680.  These are all 16-bit cards.
  373.   The following BIOS signature signatures are for boards which do *NOT*
  374.   work with this driver (these TMC-8xx and TMC-9xx boards may work with the
  375.   Seagate driver):
  376.   FUTURE DOMAIN CORP. (C) 1986-1988 V4.0I 03/16/88
  377.   FUTURE DOMAIN CORP. (C) 1986-1989 V5.0C2/14/89
  378.   FUTURE DOMAIN CORP. (C) 1986-1989 V6.0A7/28/89
  379.   FUTURE DOMAIN CORP. (C) 1986-1990 V6.0105/31/90
  380.   FUTURE DOMAIN CORP. (C) 1986-1990 V6.0209/18/90
  381.   FUTURE DOMAIN CORP. (C) 1986-1990 V7.009/18/90
  382.   FUTURE DOMAIN CORP. (C) 1992 V8.00.004/02/92
  383.   (The cards which do *NOT* work are all 8-bit cards -- although some of
  384.   them have a 16-bit form-factor, the upper 8-bits are used only for IRQs
  385.   and are *NOT* used for data.  You can tell the difference by following
  386.   the tracings on the circuit board -- if only the IRQ lines are involved,
  387.   you have a "8-bit" card, and should *NOT* use this driver.)
  388. */
  389. struct signature {
  390.    const char *signature;
  391.    int  sig_offset;
  392.    int  sig_length;
  393.    int  major_bios_version;
  394.    int  minor_bios_version;
  395.    int  flag; /* 1 == PCI_bus, 2 == ISA_200S, 3 == ISA_250MG, 4 == ISA_200S */
  396. } signatures[] = {
  397.    /*          1         2         3         4         5         6 */
  398.    /* 123456789012345678901234567890123456789012345678901234567890 */
  399.    { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V2.07/28/89",  5, 50,  2,  0, 0 },
  400.    { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V1.07/28/89",  5, 50,  2,  0, 0 },
  401.    { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V2.07/28/89", 72, 50,  2,  0, 2 },
  402.    { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V2.0",        73, 43,  2,  0, 3 },
  403.    { "FUTURE DOMAIN CORP. (C) 1991 1800-V2.0.",            72, 39,  2,  0, 4 },
  404.    { "FUTURE DOMAIN CORP. (C) 1992 V3.00.004/02/92",        5, 44,  3,  0, 0 },
  405.    { "FUTURE DOMAIN TMC-18XX (C) 1993 V3.203/12/93",        5, 44,  3,  2, 0 },
  406.    { "IBM F1 P2 BIOS v1.0104/29/93",                        5, 28,  3, -1, 0 },
  407.    { "Future Domain Corp. V1.0008/18/93",                   5, 33,  3,  4, 0 },
  408.    { "Future Domain Corp. V1.0008/18/93",                  26, 33,  3,  4, 1 },
  409.    { "Adaptec AHA-2920 PCI-SCSI Card",                     42, 31,  3, -1, 1 },
  410.    { "IBM F1 P264/32",                                      5, 14,  3, -1, 1 },
  411. /* This next signature may not be a 3.5 bios */
  412.    { "Future Domain Corp. V2.0108/18/93",                   5, 33,  3,  5, 0 },
  413.    { "FUTURE DOMAIN CORP.  V3.5008/18/93",                  5, 34,  3,  5, 0 },
  414.    { "FUTURE DOMAIN 18c30/18c50/1800 (C) 1994 V3.5",        5, 44,  3,  5, 0 },
  415.    { "FUTURE DOMAIN CORP.  V3.6008/18/93",                  5, 34,  3,  6, 0 },
  416.    { "FUTURE DOMAIN CORP.  V3.6108/18/93",                  5, 34,  3,  6, 0 },
  417.    { "FUTURE DOMAIN TMC-18XX",                              5, 22, -1, -1, 0 },
  418.    /* READ NOTICE ABOVE *BEFORE* YOU WASTE YOUR TIME ADDING A SIGNATURE
  419.     Also, fix the disk geometry code for your signature and send your
  420.     changes for faith@cs.unc.edu.  Above all, do *NOT* change any old
  421.     signatures!
  422.     Note that the last line will match a "generic" 18XX bios.  Because
  423.     Future Domain has changed the host SCSI ID and/or the location of the
  424.     geometry information in the on-board RAM area for each of the first
  425.     three BIOS's, it is still important to enter a fully qualified
  426.     signature in the table for any new BIOS's (after the host SCSI ID and
  427.     geometry location are verified). */
  428. };
  429. #define SIGNATURE_COUNT (sizeof( signatures ) / sizeof( struct signature ))
  430. static void print_banner( struct Scsi_Host *shpnt )
  431. {
  432.    if (!shpnt) return; /* This won't ever happen */
  433.    if (bios_major < 0 && bios_minor < 0) {
  434.       printk( "scsi%d: <fdomain> No BIOS; using scsi id %dn",
  435.       shpnt->host_no, shpnt->this_id );
  436.    } else {
  437.       printk( "scsi%d: <fdomain> BIOS version ", shpnt->host_no );
  438.       if (bios_major >= 0) printk( "%d.", bios_major );
  439.       else                 printk( "?." );
  440.       if (bios_minor >= 0) printk( "%d", bios_minor );
  441.       else                 printk( "?." );
  442.    
  443.       printk( " at 0x%lx using scsi id %dn",
  444.       bios_base, shpnt->this_id );
  445.    }
  446. /* If this driver works for later FD PCI
  447.    boards, we will have to modify banner
  448.    for additional PCI cards, but for now if
  449.    it's PCI it's a TMC-3260 - JTM */
  450.    printk( "scsi%d: <fdomain> %s chip at 0x%x irq ",
  451.    shpnt->host_no,
  452.    chip == tmc1800 ? "TMC-1800"
  453.    : (chip == tmc18c50 ? "TMC-18C50"
  454.       : (chip == tmc18c30 ?
  455.  (PCI_bus ? "TMC-36C70 (PCI bus)" : "TMC-18C30")
  456.  : "Unknown")),
  457.    port_base );
  458.    if (interrupt_level) printk( "%d", interrupt_level );
  459.    else                 printk( "<none>" );
  460.    printk( "n" );
  461. }
  462. static int __init fdomain_setup( char *str )
  463. {
  464. int ints[4];
  465. (void)get_options(str, ARRAY_SIZE(ints), ints);
  466. if (setup_called++ || ints[0] < 2 || ints[0] > 3) {
  467. printk( "scsi: <fdomain>"
  468. " Usage: fdomain=<PORT_BASE>,<IRQ>[,<ADAPTER_ID>]n" );
  469. printk( "scsi: <fdomain> Bad LILO/INSMOD parameters?n" );
  470. return 0;
  471. }
  472. port_base       = ints[0] >= 1 ? ints[1] : 0;
  473. interrupt_level = ints[0] >= 2 ? ints[2] : 0;
  474. this_id         = ints[0] >= 3 ? ints[3] : 0;
  475.    
  476. bios_major = bios_minor = -1; /* Use geometry for BIOS version >= 3.4 */
  477. ++setup_called;
  478. return 1;
  479. }
  480. __setup("fdomain=", fdomain_setup);
  481. static void do_pause( unsigned amount ) /* Pause for amount*10 milliseconds */
  482. {
  483.    mdelay(10*amount);
  484. }
  485. inline static void fdomain_make_bus_idle( void )
  486. {
  487.    outb( 0, SCSI_Cntl_port );
  488.    outb( 0, SCSI_Mode_Cntl_port );
  489.    if (chip == tmc18c50 || chip == tmc18c30)
  490.  outb( 0x21 | PARITY_MASK, TMC_Cntl_port ); /* Clear forced intr. */
  491.    else
  492.  outb( 0x01 | PARITY_MASK, TMC_Cntl_port );
  493. }
  494. static int fdomain_is_valid_port( int port )
  495. {
  496. #if DEBUG_DETECT 
  497.    printk( " (%x%x),",
  498.    inb( port + MSB_ID_Code ), inb( port + LSB_ID_Code ) );
  499. #endif
  500.    /* The MCA ID is a unique id for each MCA compatible board.  We
  501.       are using ISA boards, but Future Domain provides the MCA ID
  502.       anyway.  We can use this ID to ensure that this is a Future
  503.       Domain TMC-1660/TMC-1680.
  504.     */
  505.    if (inb( port + LSB_ID_Code ) != 0xe9) { /* test for 0x6127 id */
  506.       if (inb( port + LSB_ID_Code ) != 0x27) return 0;
  507.       if (inb( port + MSB_ID_Code ) != 0x61) return 0;
  508.       chip = tmc1800;
  509.    } else {     /* test for 0xe960 id */
  510.       if (inb( port + MSB_ID_Code ) != 0x60) return 0;
  511.       chip = tmc18c50;
  512. /* Try to toggle 32-bit mode.  This only
  513.    works on an 18c30 chip.  (User reports
  514.    say this works, so we should switch to
  515.    it in the near future.) */
  516.       outb( 0x80, port + IO_Control );
  517.       if ((inb( port + Configuration2 ) & 0x80) == 0x80) {
  518.  outb( 0x00, port + IO_Control );
  519.  if ((inb( port + Configuration2 ) & 0x80) == 0x00) {
  520.     chip = tmc18c30;
  521.     FIFO_Size = 0x800; /* 2k FIFO */
  522.  }
  523.       }
  524. /* If that failed, we are an 18c50. */
  525.    }
  526.    return 1;
  527. }
  528. static int fdomain_test_loopback( void )
  529. {
  530.    int i;
  531.    int result;
  532.    for (i = 0; i < 255; i++) {
  533.       outb( i, port_base + Write_Loopback );
  534.       result = inb( port_base + Read_Loopback );
  535.       if (i != result)
  536.     return 1;
  537.    }
  538.    return 0;
  539. }
  540. /* fdomain_get_irq assumes that we have a valid MCA ID for a
  541.    TMC-1660/TMC-1680 Future Domain board.  Now, check to be sure the
  542.    bios_base matches these ports.  If someone was unlucky enough to have
  543.    purchased more than one Future Domain board, then they will have to
  544.    modify this code, as we only detect one board here.  [The one with the
  545.    lowest bios_base.]
  546.    Note that this routine is only used for systems without a PCI BIOS32
  547.    (e.g., ISA bus).  For PCI bus systems, this routine will likely fail
  548.    unless one of the IRQs listed in the ints array is used by the board.
  549.    Sometimes it is possible to use the computer's BIOS setup screen to
  550.    configure a PCI system so that one of these IRQs will be used by the
  551.    Future Domain card. */
  552. static int fdomain_get_irq( int base )
  553. {
  554.    int options = inb( base + Configuration1 );
  555. #if DEBUG_DETECT
  556.    printk( "scsi: <fdomain> Options = %xn", options );
  557. #endif
  558.    
  559. /* Check for board with lowest bios_base --
  560.    this isn't valid for the 18c30 or for
  561.    boards on the PCI bus, so just assume we
  562.    have the right board. */
  563.    if (chip != tmc18c30
  564.        && !PCI_bus
  565.        && addresses[ (options & 0xc0) >> 6 ] != bios_base) return 0;
  566.    return ints[ (options & 0x0e) >> 1 ];
  567. }
  568. static int fdomain_isa_detect( int *irq, int *iobase )
  569. {
  570.    int i, j;
  571.    int base = 0xdeadbeef;
  572.    int flag = 0;
  573. #if DEBUG_DETECT
  574.    printk( "scsi: <fdomain> fdomain_isa_detect:" );
  575. #endif
  576.    for (i = 0; !bios_base && i < ADDRESS_COUNT; i++) {
  577. #if DEBUG_DETECT
  578.       printk( " %lx(%lx),", addresses[i], bios_base );
  579. #endif
  580.       for (j = 0; !bios_base && j < SIGNATURE_COUNT; j++) {
  581.  if (isa_check_signature(addresses[i] + signatures[j].sig_offset,
  582.      signatures[j].signature,
  583.      signatures[j].sig_length )) {
  584.     bios_major = signatures[j].major_bios_version;
  585.     bios_minor = signatures[j].minor_bios_version;
  586.     PCI_bus    = (signatures[j].flag == 1);
  587.     Quantum    = (signatures[j].flag > 1) ? signatures[j].flag : 0;
  588.     bios_base  = addresses[i];
  589.  }
  590.       }
  591.    }
  592.    
  593.    if (bios_major == 2) {
  594.       /* The TMC-1660/TMC-1680 has a RAM area just after the BIOS ROM.
  595.  Assuming the ROM is enabled (otherwise we wouldn't have been
  596.  able to read the ROM signature :-), then the ROM sets up the
  597.  RAM area with some magic numbers, such as a list of port
  598.  base addresses and a list of the disk "geometry" reported to
  599.  DOS (this geometry has nothing to do with physical geometry).
  600.        */
  601.       switch (Quantum) {
  602.       case 2: /* ISA_200S */
  603.       case 3: /* ISA_250MG */
  604.  base = isa_readb(bios_base + 0x1fa2) + (isa_readb(bios_base + 0x1fa3) << 8);
  605.  break;
  606.       case 4: /* ISA_200S (another one) */
  607.  base = isa_readb(bios_base + 0x1fa3) + (isa_readb(bios_base + 0x1fa4) << 8);
  608.  break;
  609.       default:
  610.  base = isa_readb(bios_base + 0x1fcc) + (isa_readb(bios_base + 0x1fcd) << 8);
  611.  break;
  612.       }
  613.    
  614. #if DEBUG_DETECT
  615.       printk( " %x,", base );
  616. #endif
  617.       for (flag = 0, i = 0; !flag && i < PORT_COUNT; i++) {
  618.  if (base == ports[i])
  619.        ++flag;
  620.       }
  621.       if (flag && fdomain_is_valid_port( base )) {
  622.  *irq    = fdomain_get_irq( base );
  623.  *iobase = base;
  624.  return 1;
  625.       }
  626.       
  627.       /* This is a bad sign.  It usually means that someone patched the
  628.  BIOS signature list (the signatures variable) to contain a BIOS
  629.  signature for a board *OTHER THAN* the TMC-1660/TMC-1680. */
  630.       
  631. #if DEBUG_DETECT
  632.       printk( " RAM FAILED, " );
  633. #endif
  634.    }
  635.    /* Anyway, the alternative to finding the address in the RAM is to just
  636.       search through every possible port address for one that is attached
  637.       to the Future Domain card.  Don't panic, though, about reading all
  638.       these random port addresses -- there are rumors that the Future
  639.       Domain BIOS does something very similar.
  640.       Do not, however, check ports which the kernel knows are being used by
  641.       another driver. */
  642.    for (i = 0; i < PORT_COUNT; i++) {
  643.       base = ports[i];
  644.       if (check_region( base, 0x10 )) {
  645. #if DEBUG_DETECT
  646.  printk( " (%x inuse),", base );
  647. #endif
  648.  continue;
  649.       }
  650. #if DEBUG_DETECT
  651.       printk( " %x,", base );
  652. #endif
  653.       if ((flag = fdomain_is_valid_port( base ))) break;
  654.    }
  655. #if DEBUG_DETECT
  656.    if (flag) printk( " SUCCESSn" );
  657.    else      printk( " FAILUREn" );
  658. #endif
  659.    if (!flag) return 0; /* iobase not found */
  660.    *irq    = fdomain_get_irq( base );
  661.    *iobase = base;
  662.    return 1; /* success */
  663. }
  664. /* PCI detection function: int fdomain_pci_bios_detect(int* irq, int*
  665.    iobase) This function gets the Interrupt Level and I/O base address from
  666.    the PCI configuration registers. */
  667. #ifdef CONFIG_PCI
  668. static int fdomain_pci_bios_detect( int *irq, int *iobase, struct pci_dev **ret_pdev )
  669. {
  670.    unsigned int     pci_irq;                /* PCI interrupt line */
  671.    unsigned long    pci_base;               /* PCI I/O base address */
  672.    struct pci_dev   *pdev = NULL;
  673.    if (!pci_present()) return 0;
  674. #if DEBUG_DETECT
  675.    /* Tell how to print a list of the known PCI devices from bios32 and
  676.       list vendor and device IDs being used if in debug mode.  */
  677.       
  678.    printk( "scsi: <fdomain> INFO: use lspci -v to see list of PCI devicesn" );
  679.    printk( "scsi: <fdomain> TMC-3260 detect:"
  680.    " Using Vendor ID: 0x%x and Device ID: 0x%xn",
  681.    PCI_VENDOR_ID_FD, 
  682.    PCI_DEVICE_ID_FD_36C70 );
  683. #endif 
  684.    if ((pdev = pci_find_device(PCI_VENDOR_ID_FD,
  685.        PCI_DEVICE_ID_FD_36C70,
  686.        pdev)) == NULL)
  687.      return 0;
  688.    if (pci_enable_device(pdev)) return 0;
  689.        
  690. #if DEBUG_DETECT
  691.    printk( "scsi: <fdomain> TMC-3260 detect:"
  692.    " PCI bus %u, device %u, function %un",
  693.    pdev->bus->number,
  694.    PCI_SLOT(pdev->devfn),
  695.    PCI_FUNC(pdev->devfn));
  696. #endif
  697.    /* We now have the appropriate device function for the FD board so we
  698.       just read the PCI config info from the registers.  */
  699.    pci_base = pci_resource_start(pdev, 0);
  700.    pci_irq = pdev->irq;
  701.    /* Now we have the I/O base address and interrupt from the PCI
  702.       configuration registers. */
  703.    *irq    = pci_irq;
  704.    *iobase = pci_base;
  705.    *ret_pdev = pdev;
  706. #if DEBUG_DETECT
  707.    printk( "scsi: <fdomain> TMC-3260 detect:"
  708.    " IRQ = %d, I/O base = 0x%x [0x%lx]n", *irq, *iobase, pci_base );
  709. #endif
  710.    if (!fdomain_is_valid_port( *iobase )) {
  711.       printk( "scsi: <fdomain>"
  712.       " PCI card detected, but driver not loaded (invalid port)n" );
  713.       return 0;
  714.    }
  715. /* Fill in a few global variables.  Ugh. */
  716.    bios_major = bios_minor = -1;
  717.    PCI_bus    = 1;
  718.    Quantum    = 0;
  719.    bios_base  = 0;
  720.    
  721.    return 1;
  722. }
  723. #endif
  724. int fdomain_16x0_detect( Scsi_Host_Template *tpnt )
  725. {
  726.    int              retcode;
  727.    struct Scsi_Host *shpnt;
  728.    struct pci_dev *pdev = NULL;
  729. #if DO_DETECT
  730.    int i = 0;
  731.    int j = 0;
  732.    const int        buflen = 255;
  733.    Scsi_Cmnd        SCinit;
  734.    unsigned char    do_inquiry[] =       { INQUIRY, 0, 0, 0, buflen, 0 };
  735.    unsigned char    do_request_sense[] = { REQUEST_SENSE, 0, 0, 0, buflen, 0 };
  736.    unsigned char    do_read_capacity[] = { READ_CAPACITY,
  737.    0, 0, 0, 0, 0, 0, 0, 0, 0 };
  738.    unsigned char    buf[buflen];
  739. #endif
  740.    tpnt->proc_name = "fdomain";
  741. #ifdef MODULE
  742. if (fdomain)
  743. fdomain_setup(fdomain);
  744. #endif
  745.    
  746.    if (setup_called) {
  747. #if DEBUG_DETECT
  748.       printk( "scsi: <fdomain> No BIOS, using port_base = 0x%x, irq = %dn",
  749.       port_base, interrupt_level );
  750. #endif
  751.       if (!fdomain_is_valid_port( port_base )) {
  752.  printk( "scsi: <fdomain> Cannot locate chip at port base 0x%xn",
  753.  port_base );
  754.  printk( "scsi: <fdomain> Bad LILO/INSMOD parameters?n" );
  755.  return 0;
  756.       }
  757.    } else {
  758.       int flag = 0;
  759. #ifdef CONFIG_PCI
  760. /* Try PCI detection first */
  761.       flag = fdomain_pci_bios_detect( &interrupt_level, &port_base, &pdev );
  762. #endif
  763.       if (!flag) {
  764. /* Then try ISA bus detection */
  765.  flag = fdomain_isa_detect( &interrupt_level, &port_base );
  766.  if (!flag) {
  767.     printk( "scsi: <fdomain> Detection failed (no card)n" );
  768.     return 0;
  769.  }
  770.       }
  771.    }
  772.    SCSI_Mode_Cntl_port   = port_base + SCSI_Mode_Cntl;
  773.    FIFO_Data_Count_port  = port_base + FIFO_Data_Count;
  774.    Interrupt_Cntl_port   = port_base + Interrupt_Cntl;
  775.    Interrupt_Status_port = port_base + Interrupt_Status;
  776.    Read_FIFO_port        = port_base + Read_FIFO;
  777.    Read_SCSI_Data_port   = port_base + Read_SCSI_Data;
  778.    SCSI_Cntl_port        = port_base + SCSI_Cntl;
  779.    SCSI_Data_NoACK_port  = port_base + SCSI_Data_NoACK;
  780.    SCSI_Status_port      = port_base + SCSI_Status;
  781.    TMC_Cntl_port         = port_base + TMC_Cntl;
  782.    TMC_Status_port       = port_base + TMC_Status;
  783.    Write_FIFO_port       = port_base + Write_FIFO;
  784.    Write_SCSI_Data_port  = port_base + Write_SCSI_Data;
  785.    fdomain_16x0_reset( NULL, 0 );
  786.    if (fdomain_test_loopback()) {
  787.       printk( "scsi: <fdomain> Detection failed"
  788.       " (loopback test failed at port base 0x%x)n", port_base );
  789.       if (setup_called) {
  790.  printk( "scsi: <fdomain> Bad LILO/INSMOD parameters?n" );
  791.       }
  792.       return 0;
  793.    }
  794.    if (this_id) {
  795.       tpnt->this_id = (this_id & 0x07);
  796.       adapter_mask  = (1 << tpnt->this_id);
  797.    } else {
  798.       if (PCI_bus || (bios_major == 3 && bios_minor >= 2) || bios_major < 0) {
  799.  tpnt->this_id = 7;
  800.  adapter_mask  = 0x80;
  801.       } else {
  802.  tpnt->this_id = 6;
  803.  adapter_mask  = 0x40;
  804.       }
  805.    }
  806. /* Print out a banner here in case we can't
  807.    get resources.  */
  808.    shpnt = scsi_register( tpnt, 0 );
  809.    if(shpnt == NULL)
  810.     return 0;
  811.    shpnt->irq = interrupt_level;
  812.    shpnt->io_port = port_base;
  813.    scsi_set_pci_device(shpnt, pdev);
  814.    shpnt->n_io_port = 0x10;
  815.    print_banner( shpnt );
  816. /* Log IRQ with kernel */   
  817.    if (!interrupt_level) {
  818.       printk( "scsi: <fdomain>"
  819.       " Card Detected, but driver not loaded (no IRQ)n" );
  820.       return 0;
  821.    } else {
  822.       /* Register the IRQ with the kernel */
  823.       retcode = request_irq( interrupt_level,
  824.      do_fdomain_16x0_intr, pdev?SA_SHIRQ:0, "fdomain", shpnt);
  825.       if (retcode < 0) {
  826.  if (retcode == -EINVAL) {
  827.     printk( "scsi: <fdomain> IRQ %d is bad!n", interrupt_level );
  828.     printk( "                This shouldn't happen!n" );
  829.     printk( "                Send mail to faith@acm.orgn" );
  830.  } else if (retcode == -EBUSY) {
  831.     printk( "scsi: <fdomain> IRQ %d is already in use!n",
  832.     interrupt_level );
  833.     printk( "                Please use another IRQ!n" );
  834.  } else {
  835.     printk( "scsi: <fdomain> Error getting IRQ %dn",
  836.     interrupt_level );
  837.     printk( "                This shouldn't happen!n" );
  838.     printk( "                Send mail to faith@acm.orgn" );
  839.  }
  840.  printk( "scsi: <fdomain> Detected, but driver not loaded (IRQ)n" );
  841.  return 0;
  842.       }
  843.    }
  844. /* Log I/O ports with kernel */
  845.    request_region( port_base, 0x10, "fdomain" );
  846. #if DO_DETECT
  847.    /* These routines are here because of the way the SCSI bus behaves after
  848.       a reset.  This appropriate behavior was not handled correctly by the
  849.       higher level SCSI routines when I first wrote this driver.  Now,
  850.       however, correct scan routines are part of scsi.c and these routines
  851.       are no longer needed.  However, this code is still good for
  852.       debugging.  */
  853.    SCinit.request_buffer  = SCinit.buffer = buf;
  854.    SCinit.request_bufflen = SCinit.bufflen = sizeof(buf)-1;
  855.    SCinit.use_sg          = 0;
  856.    SCinit.lun             = 0;
  857.    printk( "scsi: <fdomain> detection routine scanning for devices:n" );
  858.    for (i = 0; i < 8; i++) {
  859.       SCinit.target = i;
  860.       if (i == tpnt->this_id) /* Skip host adapter */
  861.     continue;
  862.       memcpy(SCinit.cmnd, do_request_sense, sizeof(do_request_sense));
  863.       retcode = fdomain_16x0_command(&SCinit);
  864.       if (!retcode) {
  865.  memcpy(SCinit.cmnd, do_inquiry, sizeof(do_inquiry));
  866.  retcode = fdomain_16x0_command(&SCinit);
  867.  if (!retcode) {
  868.     printk( "     SCSI ID %d: ", i );
  869.     for (j = 8; j < (buf[4] < 32 ? buf[4] : 32); j++)
  870.   printk( "%c", buf[j] >= 20 ? buf[j] : ' ' );
  871.     memcpy(SCinit.cmnd, do_read_capacity, sizeof(do_read_capacity));
  872.     retcode = fdomain_16x0_command(&SCinit);
  873.     if (!retcode) {
  874.        unsigned long blocks, size, capacity;
  875.        
  876.        blocks = (buf[0] << 24) | (buf[1] << 16)
  877.      | (buf[2] << 8) | buf[3];
  878.        size = (buf[4] << 24) | (buf[5] << 16) | (buf[6] << 8) | buf[7];
  879.        capacity = +( +(blocks / 1024L) * +(size * 10L)) / 1024L;
  880.        
  881.        printk( "%lu MB (%lu byte blocks)",
  882.        ((capacity + 5L) / 10L), size );
  883.     } else {
  884.        memcpy(SCinit.cmnd, do_request_sense, sizeof(do_request_sense));
  885.        retcode = fdomain_16x0_command(&SCinit);
  886.     }
  887.     printk ("n" );
  888.  } else {
  889.     memcpy(SCinit.cmnd, do_request_sense, sizeof(do_request_sense));
  890.     retcode = fdomain_16x0_command(&SCinit);
  891.  }
  892.       }
  893.    }
  894. #endif
  895.    return 1; /* Maximum of one adapter will be detected. */
  896. }
  897. const char *fdomain_16x0_info( struct Scsi_Host *ignore )
  898. {
  899.    static char buffer[128];
  900.    char        *pt;
  901.    
  902.    strcpy( buffer, "Future Domain 16-bit SCSI Driver Version" );
  903.    if (strchr( VERSION, ':')) { /* Assume VERSION is an RCS Revision string */
  904.       strcat( buffer, strchr( VERSION, ':' ) + 1 );
  905.       pt = strrchr( buffer, '$') - 1;
  906.       if (!pt)   /* Stripped RCS Revision string? */
  907.     pt = buffer + strlen( buffer ) - 1;
  908.       if (*pt != ' ')
  909.     ++pt;
  910.       *pt = '';
  911.    } else { /* Assume VERSION is a number */
  912.       strcat( buffer, " " VERSION );
  913.    }
  914.       
  915.    return buffer;
  916. }
  917. /* First pass at /proc information routine. */
  918. /*
  919.  * inout : decides on the direction of the dataflow and the meaning of the 
  920.  *         variables
  921.  * buffer: If inout==FALSE data is being written to it else read from it
  922.  * *start: If inout==FALSE start of the valid data in the buffer
  923.  * offset: If inout==FALSE offset from the beginning of the imaginary file 
  924.  *         from which we start writing into the buffer
  925.  * length: If inout==FALSE max number of bytes to be written into the buffer 
  926.  *         else number of bytes in the buffer
  927.  */
  928. int fdomain_16x0_proc_info( char *buffer, char **start, off_t offset,
  929.     int length, int hostno, int inout )
  930. {
  931.    const char *info = fdomain_16x0_info( NULL );
  932.    int        len;
  933.    int        pos;
  934.    int        begin;
  935.    if (inout) return(-ENOSYS);
  936.     
  937.    begin = 0;
  938.    strcpy( buffer, info );
  939.    strcat( buffer, "n" );
  940.    pos = len = strlen( buffer );
  941.    if(pos < offset) {
  942.       len = 0;
  943.       begin = pos;
  944.    }
  945.     
  946.    *start = buffer + (offset - begin);   /* Start of wanted data */
  947.    len -= (offset - begin);
  948.    if(len > length) len = length;
  949.    
  950.    return(len);
  951. }
  952.    
  953. #if 0
  954. static int fdomain_arbitrate( void )
  955. {
  956.    int           status = 0;
  957.    unsigned long timeout;
  958. #if EVERY_ACCESS
  959.    printk( "fdomain_arbitrate()n" );
  960. #endif
  961.    
  962.    outb( 0x00, SCSI_Cntl_port );              /* Disable data drivers */
  963.    outb( adapter_mask, port_base + SCSI_Data_NoACK ); /* Set our id bit */
  964.    outb( 0x04 | PARITY_MASK, TMC_Cntl_port ); /* Start arbitration */
  965.    timeout = 500;
  966.    do {
  967.       status = inb( TMC_Status_port );        /* Read adapter status */
  968.       if (status & 0x02)       /* Arbitration complete */
  969.     return 0;
  970.       mdelay(1); /* Wait one millisecond */
  971.    } while (--timeout);
  972.    /* Make bus idle */
  973.    fdomain_make_bus_idle();
  974. #if EVERY_ACCESS
  975.    printk( "Arbitration failed, status = %xn", status );
  976. #endif
  977. #if ERRORS_ONLY
  978.    printk( "scsi: <fdomain> Arbitration failed, status = %xn", status );
  979. #endif
  980.    return 1;
  981. }
  982. #endif
  983. static int fdomain_select( int target )
  984. {
  985.    int           status;
  986.    unsigned long timeout;
  987.    static int    flag = 0;
  988.    outb( 0x82, SCSI_Cntl_port ); /* Bus Enable + Select */
  989.    outb( adapter_mask | (1 << target), SCSI_Data_NoACK_port );
  990.    /* Stop arbitration and enable parity */
  991.    outb( PARITY_MASK, TMC_Cntl_port ); 
  992.    timeout = 350; /* 350 msec */
  993.    do {
  994.       status = inb( SCSI_Status_port ); /* Read adapter status */
  995.       if (status & 1) { /* Busy asserted */
  996.  /* Enable SCSI Bus (on error, should make bus idle with 0) */
  997.  outb( 0x80, SCSI_Cntl_port );
  998.  return 0;
  999.       }
  1000.       mdelay(1); /* wait one msec */
  1001.    } while (--timeout);
  1002.    /* Make bus idle */
  1003.    fdomain_make_bus_idle();
  1004. #if EVERY_ACCESS
  1005.    if (!target) printk( "Selection failedn" );
  1006. #endif
  1007. #if ERRORS_ONLY
  1008.    if (!target) {
  1009.       if (!flag) /* Skip first failure for all chips. */
  1010.     ++flag;
  1011.       else
  1012.     printk( "scsi: <fdomain> Selection failedn" );
  1013.    }
  1014. #endif
  1015.    return 1;
  1016. }
  1017. void my_done( int error )
  1018. {
  1019.    if (in_command) {
  1020.       in_command = 0;
  1021.       outb( 0x00, Interrupt_Cntl_port );
  1022.       fdomain_make_bus_idle();
  1023.       current_SC->result = error;
  1024.       if (current_SC->scsi_done)
  1025.     current_SC->scsi_done( current_SC );
  1026.       else panic( "scsi: <fdomain> current_SC->scsi_done() == NULL" );
  1027.    } else {
  1028.       panic( "scsi: <fdomain> my_done() called outside of commandn" );
  1029.    }
  1030. #if DEBUG_RACE
  1031.    in_interrupt_flag = 0;
  1032. #endif
  1033. }
  1034. void do_fdomain_16x0_intr( int irq, void *dev_id, struct pt_regs * regs )
  1035. {
  1036.    unsigned long flags;
  1037.    int      status;
  1038.    int      done = 0;
  1039.    unsigned data_count;
  1040. /* The fdomain_16x0_intr is only called via
  1041.    the interrupt handler.  The goal of the
  1042.    sti() here is to allow other
  1043.    interruptions while this routine is
  1044.    running. */
  1045.    /* Check for other IRQ sources */
  1046.    if((inb(TMC_Status_port)&0x01)==0)   
  1047.     return;
  1048.    /* It is our IRQ */   
  1049.    outb( 0x00, Interrupt_Cntl_port );
  1050.    /* We usually have one spurious interrupt after each command.  Ignore it. */
  1051.    if (!in_command || !current_SC) { /* Spurious interrupt */
  1052. #if EVERY_ACCESS
  1053.       printk( "Spurious interrupt, in_command = %d, current_SC = %xn",
  1054.       in_command, current_SC );
  1055. #endif
  1056.       return;
  1057.    }
  1058.    /* Abort calls my_done, so we do nothing here. */
  1059.    if (current_SC->SCp.phase & aborted) {
  1060. #if DEBUG_ABORT
  1061.       printk( "scsi: <fdomain> Interrupt after abort, ignoringn" );
  1062. #endif
  1063.       /*
  1064.       return; */
  1065.    }
  1066. #if DEBUG_RACE
  1067.    ++in_interrupt_flag;
  1068. #endif
  1069.    if (current_SC->SCp.phase & in_arbitration) {
  1070.       status = inb( TMC_Status_port );        /* Read adapter status */
  1071.       if (!(status & 0x02)) {
  1072. #if EVERY_ACCESS
  1073.  printk( " AFAIL " );
  1074. #endif
  1075.          spin_lock_irqsave(&io_request_lock, flags);
  1076.  my_done( DID_BUS_BUSY << 16 );
  1077.          spin_unlock_irqrestore(&io_request_lock, flags);
  1078.  return;
  1079.       }
  1080.       current_SC->SCp.phase = in_selection;
  1081.       
  1082.       outb( 0x40 | FIFO_COUNT, Interrupt_Cntl_port );
  1083.       outb( 0x82, SCSI_Cntl_port ); /* Bus Enable + Select */
  1084.       outb( adapter_mask | (1 << current_SC->target), SCSI_Data_NoACK_port );
  1085.       
  1086.       /* Stop arbitration and enable parity */
  1087.       outb( 0x10 | PARITY_MASK, TMC_Cntl_port );
  1088. #if DEBUG_RACE
  1089.       in_interrupt_flag = 0;
  1090. #endif
  1091.       return;
  1092.    } else if (current_SC->SCp.phase & in_selection) {
  1093.       status = inb( SCSI_Status_port );
  1094.       if (!(status & 0x01)) {
  1095.  /* Try again, for slow devices */
  1096.  if (fdomain_select( current_SC->target )) {
  1097. #if EVERY_ACCESS
  1098.     printk( " SFAIL " );
  1099. #endif
  1100.             spin_lock_irqsave(&io_request_lock, flags);
  1101.     my_done( DID_NO_CONNECT << 16 );
  1102.             spin_unlock_irqrestore(&io_request_lock, flags);
  1103.     return;
  1104.  } else {
  1105. #if EVERY_ACCESS
  1106.     printk( " AltSel " );
  1107. #endif
  1108.     /* Stop arbitration and enable parity */
  1109.     outb( 0x10 | PARITY_MASK, TMC_Cntl_port );
  1110.  }
  1111.       }
  1112.       current_SC->SCp.phase = in_other;
  1113.       outb( 0x90 | FIFO_COUNT, Interrupt_Cntl_port );
  1114.       outb( 0x80, SCSI_Cntl_port );
  1115. #if DEBUG_RACE
  1116.       in_interrupt_flag = 0;
  1117. #endif
  1118.       return;
  1119.    }
  1120.    
  1121.    /* current_SC->SCp.phase == in_other: this is the body of the routine */
  1122.    
  1123.    status = inb( SCSI_Status_port );
  1124.    
  1125.    if (status & 0x10) { /* REQ */
  1126.       
  1127.       switch (status & 0x0e) {
  1128.        
  1129.       case 0x08: /* COMMAND OUT */
  1130.  outb( current_SC->cmnd[current_SC->SCp.sent_command++],
  1131.        Write_SCSI_Data_port );
  1132. #if EVERY_ACCESS
  1133.  printk( "CMD = %x,",
  1134.  current_SC->cmnd[ current_SC->SCp.sent_command - 1] );
  1135. #endif
  1136.  break;
  1137.       case 0x00: /* DATA OUT -- tmc18c50/tmc18c30 only */
  1138.  if (chip != tmc1800 && !current_SC->SCp.have_data_in) {
  1139.     current_SC->SCp.have_data_in = -1;
  1140.     outb( 0xd0 | PARITY_MASK, TMC_Cntl_port );
  1141.  }
  1142.  break;
  1143.       case 0x04: /* DATA IN -- tmc18c50/tmc18c30 only */
  1144.  if (chip != tmc1800 && !current_SC->SCp.have_data_in) {
  1145.     current_SC->SCp.have_data_in = 1;
  1146.     outb( 0x90 | PARITY_MASK, TMC_Cntl_port );
  1147.  }
  1148.  break;
  1149.       case 0x0c: /* STATUS IN */
  1150.  current_SC->SCp.Status = inb( Read_SCSI_Data_port );
  1151. #if EVERY_ACCESS
  1152.  printk( "Status = %x, ", current_SC->SCp.Status );
  1153. #endif
  1154. #if ERRORS_ONLY
  1155.  if (current_SC->SCp.Status
  1156.      && current_SC->SCp.Status != 2
  1157.      && current_SC->SCp.Status != 8) {
  1158.     printk( "scsi: <fdomain> target = %d, command = %x, status = %xn",
  1159.     current_SC->target,
  1160.     current_SC->cmnd[0],
  1161.     current_SC->SCp.Status );
  1162.  }
  1163. #endif
  1164.        break;
  1165.       case 0x0a: /* MESSAGE OUT */
  1166.  outb( MESSAGE_REJECT, Write_SCSI_Data_port ); /* Reject */
  1167.  break;
  1168.       case 0x0e: /* MESSAGE IN */
  1169.  current_SC->SCp.Message = inb( Read_SCSI_Data_port );
  1170. #if EVERY_ACCESS
  1171.  printk( "Message = %x, ", current_SC->SCp.Message );
  1172. #endif
  1173.  if (!current_SC->SCp.Message) ++done;
  1174. #if DEBUG_MESSAGES || EVERY_ACCESS
  1175.  if (current_SC->SCp.Message) {
  1176.     printk( "scsi: <fdomain> message = %xn",
  1177.     current_SC->SCp.Message );
  1178.  }
  1179. #endif
  1180.  break;
  1181.       }
  1182.    }
  1183.    if (chip == tmc1800
  1184.        && !current_SC->SCp.have_data_in
  1185.        && (current_SC->SCp.sent_command
  1186.    >= current_SC->cmd_len)) {
  1187. /* We have to get the FIFO direction
  1188.    correct, so I've made a table based
  1189.    on the SCSI Standard of which commands
  1190.    appear to require a DATA OUT phase.
  1191.  */
  1192.       /*
  1193. p. 94: Command for all device types
  1194. CHANGE DEFINITION            40 DATA OUT
  1195. COMPARE                      39 DATA OUT
  1196. COPY                         18 DATA OUT
  1197. COPY AND VERIFY              3a DATA OUT
  1198. INQUIRY                      12 
  1199. LOG SELECT                   4c DATA OUT
  1200. LOG SENSE                    4d
  1201. MODE SELECT (6)              15 DATA OUT
  1202. MODE SELECT (10)             55 DATA OUT
  1203. MODE SENSE (6)               1a
  1204. MODE SENSE (10)              5a
  1205. READ BUFFER                  3c
  1206. RECEIVE DIAGNOSTIC RESULTS   1c
  1207. REQUEST SENSE                03
  1208. SEND DIAGNOSTIC              1d DATA OUT
  1209. TEST UNIT READY              00
  1210. WRITE BUFFER                 3b DATA OUT
  1211. p.178: Commands for direct-access devices (not listed on p. 94)
  1212. FORMAT UNIT                  04 DATA OUT
  1213. LOCK-UNLOCK CACHE            36
  1214. PRE-FETCH                    34
  1215. PREVENT-ALLOW MEDIUM REMOVAL 1e
  1216. READ (6)/RECEIVE             08
  1217. READ (10)                    3c
  1218. READ CAPACITY                25
  1219. READ DEFECT DATA (10)        37
  1220. READ LONG                    3e
  1221. REASSIGN BLOCKS              07 DATA OUT
  1222. RELEASE                      17
  1223. RESERVE                      16 DATA OUT
  1224. REZERO UNIT/REWIND           01
  1225. SEARCH DATA EQUAL (10)       31 DATA OUT
  1226. SEARCH DATA HIGH (10)        30 DATA OUT
  1227. SEARCH DATA LOW (10)         32 DATA OUT
  1228. SEEK (6)                     0b
  1229. SEEK (10)                    2b
  1230. SET LIMITS (10)              33
  1231. START STOP UNIT              1b
  1232. SYNCHRONIZE CACHE            35
  1233. VERIFY (10)                  2f
  1234. WRITE (6)/PRINT/SEND         0a DATA OUT
  1235. WRITE (10)/SEND              2a DATA OUT
  1236. WRITE AND VERIFY (10)        2e DATA OUT
  1237. WRITE LONG                   3f DATA OUT
  1238. WRITE SAME                   41 DATA OUT ?
  1239. p. 261: Commands for sequential-access devices (not previously listed)
  1240. ERASE                        19
  1241. LOAD UNLOAD                  1b
  1242. LOCATE                       2b
  1243. READ BLOCK LIMITS            05
  1244. READ POSITION                34
  1245. READ REVERSE                 0f
  1246. RECOVER BUFFERED DATA        14
  1247. SPACE                        11
  1248. WRITE FILEMARKS              10 ?
  1249. p. 298: Commands for printer devices (not previously listed)
  1250. ****** NOT SUPPORTED BY THIS DRIVER, since 0b is SEEK (6) *****
  1251. SLEW AND PRINT               0b DATA OUT  -- same as seek
  1252. STOP PRINT                   1b
  1253. SYNCHRONIZE BUFFER           10
  1254. p. 315: Commands for processor devices (not previously listed)
  1255. p. 321: Commands for write-once devices (not previously listed)
  1256. MEDIUM SCAN                  38
  1257. READ (12)                    a8
  1258. SEARCH DATA EQUAL (12)       b1 DATA OUT
  1259. SEARCH DATA HIGH (12)        b0 DATA OUT
  1260. SEARCH DATA LOW (12)         b2 DATA OUT
  1261. SET LIMITS (12)              b3
  1262. VERIFY (12)                  af
  1263. WRITE (12)                   aa DATA OUT
  1264. WRITE AND VERIFY (12)        ae DATA OUT
  1265. p. 332: Commands for CD-ROM devices (not previously listed)
  1266. PAUSE/RESUME                 4b
  1267. PLAY AUDIO (10)              45
  1268. PLAY AUDIO (12)              a5
  1269. PLAY AUDIO MSF               47
  1270. PLAY TRACK RELATIVE (10)     49
  1271. PLAY TRACK RELATIVE (12)     a9
  1272. READ HEADER                  44
  1273. READ SUB-CHANNEL             42
  1274. READ TOC                     43
  1275. p. 370: Commands for scanner devices (not previously listed)
  1276. GET DATA BUFFER STATUS       34
  1277. GET WINDOW                   25
  1278. OBJECT POSITION              31
  1279. SCAN                         1b
  1280. SET WINDOW                   24 DATA OUT
  1281. p. 391: Commands for optical memory devices (not listed)
  1282. ERASE (10)                   2c
  1283. ERASE (12)                   ac
  1284. MEDIUM SCAN                  38 DATA OUT
  1285. READ DEFECT DATA (12)        b7
  1286. READ GENERATION              29
  1287. READ UPDATED BLOCK           2d
  1288. UPDATE BLOCK                 3d DATA OUT
  1289. p. 419: Commands for medium changer devices (not listed)
  1290. EXCHANGE MEDIUM              46
  1291. INITIALIZE ELEMENT STATUS    07
  1292. MOVE MEDIUM                  a5
  1293. POSITION TO ELEMENT          2b
  1294. READ ELEMENT STATUS          b8
  1295. REQUEST VOL. ELEMENT ADDRESS b5
  1296. SEND VOLUME TAG              b6 DATA OUT
  1297. p. 454: Commands for communications devices (not listed previously)
  1298. GET MESSAGE (6)              08
  1299. GET MESSAGE (10)             28
  1300. GET MESSAGE (12)             a8
  1301.       */
  1302.       switch (current_SC->cmnd[0]) {
  1303.       case CHANGE_DEFINITION: case COMPARE:         case COPY:
  1304.       case COPY_VERIFY:       case LOG_SELECT:      case MODE_SELECT:
  1305.       case MODE_SELECT_10:    case SEND_DIAGNOSTIC: case WRITE_BUFFER:
  1306.       case FORMAT_UNIT:       case REASSIGN_BLOCKS: case RESERVE:
  1307.       case SEARCH_EQUAL:      case SEARCH_HIGH:     case SEARCH_LOW:
  1308.       case WRITE_6:           case WRITE_10:        case WRITE_VERIFY:
  1309.       case 0x3f:              case 0x41:
  1310.       case 0xb1:              case 0xb0:            case 0xb2:
  1311.       case 0xaa:              case 0xae:
  1312.       case 0x24:
  1313.       case 0x38:              case 0x3d:
  1314.       case 0xb6:
  1315.  
  1316.       case 0xea: /* alternate number for WRITE LONG */
  1317.  
  1318.  current_SC->SCp.have_data_in = -1;
  1319.  outb( 0xd0 | PARITY_MASK, TMC_Cntl_port );
  1320.  break;
  1321.       case 0x00:
  1322.       default:
  1323.  
  1324.  current_SC->SCp.have_data_in = 1;
  1325.  outb( 0x90 | PARITY_MASK, TMC_Cntl_port );
  1326.  break;
  1327.       }
  1328.    }
  1329.    if (current_SC->SCp.have_data_in == -1) { /* DATA OUT */
  1330.       while ( (data_count = FIFO_Size - inw( FIFO_Data_Count_port )) > 512 ) {
  1331. #if EVERY_ACCESS
  1332.  printk( "DC=%d, ", data_count ) ;
  1333. #endif
  1334.  if (data_count > current_SC->SCp.this_residual)
  1335.        data_count = current_SC->SCp.this_residual;
  1336.  if (data_count > 0) {
  1337. #if EVERY_ACCESS
  1338.     printk( "%d OUT, ", data_count );
  1339. #endif
  1340.     if (data_count == 1) {
  1341.        outb( *current_SC->SCp.ptr++, Write_FIFO_port );
  1342.        --current_SC->SCp.this_residual;
  1343.     } else {
  1344.        data_count >>= 1;
  1345.        outsw( Write_FIFO_port, current_SC->SCp.ptr, data_count );
  1346.        current_SC->SCp.ptr += 2 * data_count;
  1347.        current_SC->SCp.this_residual -= 2 * data_count;
  1348.     }
  1349.  }
  1350.  if (!current_SC->SCp.this_residual) {
  1351.     if (current_SC->SCp.buffers_residual) {
  1352.        --current_SC->SCp.buffers_residual;
  1353.        ++current_SC->SCp.buffer;
  1354.        current_SC->SCp.ptr = current_SC->SCp.buffer->address;
  1355.        current_SC->SCp.this_residual = current_SC->SCp.buffer->length;
  1356.     } else
  1357.   break;
  1358.  }
  1359.       }
  1360.    }
  1361.    
  1362.    if (current_SC->SCp.have_data_in == 1) { /* DATA IN */
  1363.       while ((data_count = inw( FIFO_Data_Count_port )) > 0) {
  1364. #if EVERY_ACCESS
  1365.  printk( "DC=%d, ", data_count );
  1366. #endif
  1367.  if (data_count > current_SC->SCp.this_residual)
  1368.        data_count = current_SC->SCp.this_residual;
  1369.  if (data_count) {
  1370. #if EVERY_ACCESS
  1371.     printk( "%d IN, ", data_count );
  1372. #endif
  1373.     if (data_count == 1) {
  1374.        *current_SC->SCp.ptr++ = inb( Read_FIFO_port );
  1375.        --current_SC->SCp.this_residual;
  1376.     } else {
  1377.        data_count >>= 1; /* Number of words */
  1378.        insw( Read_FIFO_port, current_SC->SCp.ptr, data_count );
  1379.        current_SC->SCp.ptr += 2 * data_count;
  1380.        current_SC->SCp.this_residual -= 2 * data_count;
  1381.     }
  1382.  }
  1383.  if (!current_SC->SCp.this_residual
  1384.      && current_SC->SCp.buffers_residual) {
  1385.     --current_SC->SCp.buffers_residual;
  1386.     ++current_SC->SCp.buffer;
  1387.     current_SC->SCp.ptr = current_SC->SCp.buffer->address;
  1388.     current_SC->SCp.this_residual = current_SC->SCp.buffer->length;
  1389.  }
  1390.       }
  1391.    }
  1392.    
  1393.    if (done) {
  1394. #if EVERY_ACCESS
  1395.       printk( " ** IN DONE %d ** ", current_SC->SCp.have_data_in );
  1396. #endif
  1397. #if ERRORS_ONLY
  1398.       if (current_SC->cmnd[0] == REQUEST_SENSE && !current_SC->SCp.Status) {
  1399.  if ((unsigned char)(*((char *)current_SC->request_buffer+2)) & 0x0f) {
  1400.     unsigned char key;
  1401.     unsigned char code;
  1402.     unsigned char qualifier;
  1403.     key = (unsigned char)(*((char *)current_SC->request_buffer + 2))
  1404.   & 0x0f;
  1405.     code = (unsigned char)(*((char *)current_SC->request_buffer + 12));
  1406.     qualifier = (unsigned char)(*((char *)current_SC->request_buffer
  1407.   + 13));
  1408.     if (key != UNIT_ATTENTION
  1409. && !(key == NOT_READY
  1410.      && code == 0x04
  1411.      && (!qualifier || qualifier == 0x02 || qualifier == 0x01))
  1412. && !(key == ILLEGAL_REQUEST && (code == 0x25
  1413. || code == 0x24
  1414. || !code)))
  1415.   
  1416.   printk( "scsi: <fdomain> REQUEST SENSE"
  1417.   " Key = %x, Code = %x, Qualifier = %xn",
  1418.   key, code, qualifier );
  1419.  }
  1420.       }
  1421. #endif
  1422. #if EVERY_ACCESS
  1423.       printk( "BEFORE MY_DONE. . ." );
  1424. #endif
  1425.       spin_lock_irqsave(&io_request_lock, flags);
  1426.       my_done( (current_SC->SCp.Status & 0xff)
  1427.        | ((current_SC->SCp.Message & 0xff) << 8) | (DID_OK << 16) );
  1428.       spin_unlock_irqrestore(&io_request_lock, flags);
  1429. #if EVERY_ACCESS
  1430.       printk( "RETURNING.n" );
  1431. #endif
  1432.       
  1433.    } else {
  1434.       if (current_SC->SCp.phase & disconnect) {
  1435.  outb( 0xd0 | FIFO_COUNT, Interrupt_Cntl_port );
  1436.  outb( 0x00, SCSI_Cntl_port );
  1437.       } else {
  1438.  outb( 0x90 | FIFO_COUNT, Interrupt_Cntl_port );
  1439.       }
  1440.    }
  1441. #if DEBUG_RACE
  1442.    in_interrupt_flag = 0;
  1443. #endif
  1444.    return;
  1445. }
  1446. int fdomain_16x0_queue( Scsi_Cmnd * SCpnt, void (*done)(Scsi_Cmnd *))
  1447. {
  1448.    if (in_command) {
  1449.       panic( "scsi: <fdomain> fdomain_16x0_queue() NOT REENTRANT!n" );
  1450.    }
  1451. #if EVERY_ACCESS
  1452.    printk( "queue: target = %d cmnd = 0x%02x pieces = %d size = %un",
  1453.    SCpnt->target,
  1454.    *(unsigned char *)SCpnt->cmnd,
  1455.    SCpnt->use_sg,
  1456.    SCpnt->request_bufflen );
  1457. #endif
  1458.    fdomain_make_bus_idle();
  1459.    current_SC            = SCpnt; /* Save this for the done function */
  1460.    current_SC->scsi_done = done;
  1461.    /* Initialize static data */
  1462.    if (current_SC->use_sg) {
  1463.       current_SC->SCp.buffer =
  1464.     (struct scatterlist *)current_SC->request_buffer;
  1465.       current_SC->SCp.ptr              = current_SC->SCp.buffer->address;
  1466.       current_SC->SCp.this_residual    = current_SC->SCp.buffer->length;
  1467.       current_SC->SCp.buffers_residual = current_SC->use_sg - 1;
  1468.    } else {
  1469.       current_SC->SCp.ptr              = (char *)current_SC->request_buffer;
  1470.       current_SC->SCp.this_residual    = current_SC->request_bufflen;
  1471.       current_SC->SCp.buffer           = NULL;
  1472.       current_SC->SCp.buffers_residual = 0;
  1473.    }
  1474.  
  1475.    
  1476.    current_SC->SCp.Status              = 0;
  1477.    current_SC->SCp.Message             = 0;
  1478.    current_SC->SCp.have_data_in        = 0;
  1479.    current_SC->SCp.sent_command        = 0;
  1480.    current_SC->SCp.phase               = in_arbitration;
  1481.    /* Start arbitration */
  1482.    outb( 0x00, Interrupt_Cntl_port );
  1483.    outb( 0x00, SCSI_Cntl_port );              /* Disable data drivers */
  1484.    outb( adapter_mask, SCSI_Data_NoACK_port ); /* Set our id bit */
  1485.    ++in_command;
  1486.    outb( 0x20, Interrupt_Cntl_port );
  1487.    outb( 0x14 | PARITY_MASK, TMC_Cntl_port ); /* Start arbitration */
  1488.    return 0;
  1489. }
  1490. /* The following code, which simulates the old-style command function, was
  1491.    taken from Tommy Thorn's aha1542.c file.  This code is Copyright (C)
  1492.    1992 Tommy Thorn. */
  1493. static volatile int internal_done_flag    = 0;
  1494. static volatile int internal_done_errcode = 0;
  1495. static void internal_done( Scsi_Cmnd *SCpnt )
  1496. {
  1497.     internal_done_errcode = SCpnt->result;
  1498.     ++internal_done_flag;
  1499. }
  1500. int fdomain_16x0_command( Scsi_Cmnd *SCpnt )
  1501. {
  1502.     fdomain_16x0_queue( SCpnt, internal_done );
  1503.     while (!internal_done_flag)
  1504.   ;
  1505.     internal_done_flag = 0;
  1506.     return internal_done_errcode;
  1507. }
  1508. /* End of code derived from Tommy Thorn's work. */
  1509. void print_info( Scsi_Cmnd *SCpnt )
  1510. {
  1511.    unsigned int imr;
  1512.    unsigned int irr;
  1513.    unsigned int isr;
  1514.    if (!SCpnt || !SCpnt->host) {
  1515.       printk( "scsi: <fdomain> Cannot provide detailed informationn" );
  1516.       return;
  1517.    }
  1518.    
  1519.    printk( "%sn", fdomain_16x0_info( SCpnt->host ) );
  1520.    print_banner( SCpnt->host );
  1521.    switch (SCpnt->SCp.phase) {
  1522.    case in_arbitration: printk( "arbitration " ); break;
  1523.    case in_selection:   printk( "selection " );   break;
  1524.    case in_other:       printk( "other " );       break;
  1525.    default:             printk( "unknown " );     break;
  1526.    }
  1527.    printk( "(%d), target = %d cmnd = 0x%02x pieces = %d size = %un",
  1528.    SCpnt->SCp.phase,
  1529.    SCpnt->target,
  1530.    *(unsigned char *)SCpnt->cmnd,
  1531.    SCpnt->use_sg,
  1532.    SCpnt->request_bufflen );
  1533.    printk( "sent_command = %d, have_data_in = %d, timeout = %dn",
  1534.    SCpnt->SCp.sent_command,
  1535.    SCpnt->SCp.have_data_in,
  1536.    SCpnt->timeout );
  1537. #if DEBUG_RACE
  1538.    printk( "in_interrupt_flag = %dn", in_interrupt_flag );
  1539. #endif
  1540.    imr = (inb( 0x0a1 ) << 8) + inb( 0x21 );
  1541.    outb( 0x0a, 0xa0 );
  1542.    irr = inb( 0xa0 ) << 8;
  1543.    outb( 0x0a, 0x20 );
  1544.    irr += inb( 0x20 );
  1545.    outb( 0x0b, 0xa0 );
  1546.    isr = inb( 0xa0 ) << 8;
  1547.    outb( 0x0b, 0x20 );
  1548.    isr += inb( 0x20 );
  1549. /* Print out interesting information */
  1550.    printk( "IMR = 0x%04x", imr );
  1551.    if (imr & (1 << interrupt_level))
  1552.  printk( " (masked)" );
  1553.    printk( ", IRR = 0x%04x, ISR = 0x%04xn", irr, isr );
  1554.    printk( "SCSI Status      = 0x%02xn", inb( SCSI_Status_port ) );
  1555.    printk( "TMC Status       = 0x%02x", inb( TMC_Status_port ) );
  1556.    if (inb( TMC_Status_port & 1))
  1557.  printk( " (interrupt)" );
  1558.    printk( "n" );
  1559.    printk( "Interrupt Status = 0x%02x", inb( Interrupt_Status_port ) );
  1560.    if (inb( Interrupt_Status_port ) & 0x08)
  1561.  printk( " (enabled)" );
  1562.    printk( "n" );
  1563.    if (chip == tmc18c50 || chip == tmc18c30) {
  1564.       printk( "FIFO Status      = 0x%02xn", inb( port_base + FIFO_Status ) );
  1565.       printk( "Int. Condition   = 0x%02xn",
  1566.       inb( port_base + Interrupt_Cond ) );
  1567.    }
  1568.    printk( "Configuration 1  = 0x%02xn", inb( port_base + Configuration1 ) );
  1569.    if (chip == tmc18c50 || chip == tmc18c30)
  1570.  printk( "Configuration 2  = 0x%02xn",
  1571.  inb( port_base + Configuration2 ) );
  1572. }
  1573. int fdomain_16x0_abort( Scsi_Cmnd *SCpnt)
  1574. {
  1575.    unsigned long flags;
  1576. #if EVERY_ACCESS || ERRORS_ONLY || DEBUG_ABORT
  1577.    printk( "scsi: <fdomain> abort " );
  1578. #endif
  1579.    save_flags( flags );
  1580.    cli();
  1581.    if (!in_command) {
  1582. #if EVERY_ACCESS || ERRORS_ONLY
  1583.       printk( " (not in command)n" );
  1584. #endif
  1585.       restore_flags( flags );
  1586.       return SCSI_ABORT_NOT_RUNNING;
  1587.    } else printk( "n" );
  1588. #if DEBUG_ABORT
  1589.    print_info( SCpnt );
  1590. #endif
  1591.    fdomain_make_bus_idle();
  1592.    current_SC->SCp.phase |= aborted;
  1593.    current_SC->result = DID_ABORT << 16;
  1594.    restore_flags( flags );
  1595.    
  1596.    /* Aborts are not done well. . . */
  1597.    my_done( DID_ABORT << 16 );
  1598.    return SCSI_ABORT_SUCCESS;
  1599. }
  1600. int fdomain_16x0_reset( Scsi_Cmnd *SCpnt, unsigned int ignored )
  1601. {
  1602. #if DEBUG_RESET
  1603.    static int called_once = 0;
  1604. #endif
  1605. #if ERRORS_ONLY
  1606.    if (SCpnt) printk( "scsi: <fdomain> SCSI Bus Resetn" );
  1607. #endif
  1608. #if DEBUG_RESET
  1609.    if (called_once) print_info( current_SC );
  1610.    called_once = 1;
  1611. #endif
  1612.    
  1613.    outb( 1, SCSI_Cntl_port );
  1614.    do_pause( 2 );
  1615.    outb( 0, SCSI_Cntl_port );
  1616.    do_pause( 115 );
  1617.    outb( 0, SCSI_Mode_Cntl_port );
  1618.    outb( PARITY_MASK, TMC_Cntl_port );
  1619.    /* Unless this is the very first call (i.e., SCPnt == NULL), everything
  1620.       is probably hosed at this point.  We will, however, try to keep
  1621.       things going by informing the high-level code that we need help. */
  1622.    return SCSI_RESET_WAKEUP;
  1623. }
  1624. #include "sd.h"
  1625. #include <scsi/scsi_ioctl.h>
  1626. int fdomain_16x0_biosparam( Scsi_Disk *disk, kdev_t dev, int *info_array )
  1627. {
  1628.    int              drive;
  1629.    unsigned char    buf[512 + sizeof (Scsi_Ioctl_Command)];
  1630.    Scsi_Ioctl_Command *sic = (Scsi_Ioctl_Command *) buf;
  1631.    int     size      = disk->capacity;
  1632.    unsigned char    *data     = sic->data;
  1633.    unsigned char    do_read[] = { READ_6, 0, 0, 0, 1, 0 };
  1634.    int              retcode;
  1635.    unsigned long    offset;
  1636.    struct drive_info {
  1637.       unsigned short cylinders;
  1638.       unsigned char  heads;
  1639.       unsigned char  sectors;
  1640.    } i;
  1641.    
  1642.    /* NOTES:
  1643.       The RAM area starts at 0x1f00 from the bios_base address.
  1644.       For BIOS Version 2.0:
  1645.       
  1646.       The drive parameter table seems to start at 0x1f30.
  1647.       The first byte's purpose is not known.
  1648.       Next is the cylinder, head, and sector information.
  1649.       The last 4 bytes appear to be the drive's size in sectors.
  1650.       The other bytes in the drive parameter table are unknown.
  1651.       If anyone figures them out, please send me mail, and I will
  1652.       update these notes.
  1653.       Tape drives do not get placed in this table.
  1654.       There is another table at 0x1fea:
  1655.       If the byte is 0x01, then the SCSI ID is not in use.
  1656.       If the byte is 0x18 or 0x48, then the SCSI ID is in use,
  1657.       although tapes don't seem to be in this table.  I haven't
  1658.       seen any other numbers (in a limited sample).
  1659.       0x1f2d is a drive count (i.e., not including tapes)
  1660.       The table at 0x1fcc are I/O ports addresses for the various
  1661.       operations.  I calculate these by hand in this driver code.
  1662.       
  1663.       
  1664.       For the ISA-200S version of BIOS Version 2.0:
  1665.       The drive parameter table starts at 0x1f33.
  1666.       WARNING: Assume that the table entry is 25 bytes long.  Someone needs
  1667.       to check this for the Quantum ISA-200S card.
  1668.       
  1669.       
  1670.       For BIOS Version 3.2:
  1671.       The drive parameter table starts at 0x1f70.  Each entry is
  1672.       0x0a bytes long.  Heads are one less than we need to report.
  1673.     */
  1674.    if (MAJOR(dev) != SCSI_DISK0_MAJOR) {
  1675.       printk("scsi: <fdomain> fdomain_16x0_biosparam: too many disks");
  1676.       return 0;
  1677.    }
  1678.    drive = MINOR(dev) >> 4;
  1679.    if (bios_major == 2) {
  1680.       switch (Quantum) {
  1681.       case 2: /* ISA_200S */
  1682. /* The value of 25 has never been verified.
  1683.    It should probably be 15. */
  1684.  offset = bios_base + 0x1f33 + drive * 25;
  1685.  break;
  1686.       case 3: /* ISA_250MG */
  1687.  offset = bios_base + 0x1f36 + drive * 15;
  1688.  break;
  1689.       case 4: /* ISA_200S (another one) */
  1690.  offset = bios_base + 0x1f34 + drive * 15;
  1691.  break;
  1692.       default:
  1693.  offset = bios_base + 0x1f31 + drive * 25;
  1694.  break;
  1695.       }
  1696.       isa_memcpy_fromio( &i, offset, sizeof( struct drive_info ) );
  1697.       info_array[0] = i.heads;
  1698.       info_array[1] = i.sectors;
  1699.       info_array[2] = i.cylinders;
  1700.    } else if (bios_major == 3
  1701.       && bios_minor >= 0
  1702.       && bios_minor < 4) { /* 3.0 and 3.2 BIOS */
  1703.       memcpy_fromio( &i, bios_base + 0x1f71 + drive * 10,
  1704.      sizeof( struct drive_info ) );
  1705.       info_array[0] = i.heads + 1;
  1706.       info_array[1] = i.sectors;
  1707.       info_array[2] = i.cylinders;
  1708.    } else { /* 3.4 BIOS (and up?) */
  1709.       /* This algorithm was provided by Future Domain (much thanks!). */
  1710.       sic->inlen  = 0; /* zero bytes out */
  1711.       sic->outlen = 512; /* one sector in */
  1712.       memcpy( data, do_read, sizeof( do_read ) );
  1713.       retcode = kernel_scsi_ioctl( disk->device,
  1714.    SCSI_IOCTL_SEND_COMMAND,
  1715.    sic );
  1716.       if (!retcode     /* SCSI command ok */
  1717.   && data[511] == 0xaa && data[510] == 0x55 /* Partition table valid */
  1718.   && data[0x1c2]) {     /* Partition type */
  1719.  /* The partition table layout is as follows:
  1720.     Start: 0x1b3h
  1721.     Offset: 0 = partition status
  1722.     1 = starting head
  1723.     2 = starting sector and cylinder (word, encoded)
  1724.     4 = partition type
  1725.     5 = ending head
  1726.     6 = ending sector and cylinder (word, encoded)
  1727.     8 = starting absolute sector (double word)
  1728.     c = number of sectors (double word)
  1729.     Signature: 0x1fe = 0x55aa
  1730.     So, this algorithm assumes:
  1731.     1) the first partition table is in use,
  1732.     2) the data in the first entry is correct, and
  1733.     3) partitions never divide cylinders
  1734.     Note that (1) may be FALSE for NetBSD (and other BSD flavors),
  1735.     as well as for Linux.  Note also, that Linux doesn't pay any
  1736.     attention to the fields that are used by this algorithm -- it
  1737.     only uses the absolute sector data.  Recent versions of Linux's
  1738.     fdisk(1) will fill this data in correctly, and forthcoming
  1739.     versions will check for consistency.
  1740.     Checking for a non-zero partition type is not part of the
  1741.     Future Domain algorithm, but it seemed to be a reasonable thing
  1742.     to do, especially in the Linux and BSD worlds. */
  1743.  info_array[0] = data[0x1c3] + 1;     /* heads */
  1744.  info_array[1] = data[0x1c4] & 0x3f;     /* sectors */
  1745.       } else {
  1746.    /* Note that this new method guarantees that there will always be
  1747.     less than 1024 cylinders on a platter.  This is good for drives
  1748.     up to approximately 7.85GB (where 1GB = 1024 * 1024 kB). */
  1749.  if ((unsigned int)size >= 0x7e0000U) {
  1750.     info_array[0] = 0xff; /* heads   = 255 */
  1751.     info_array[1] = 0x3f; /* sectors =  63 */
  1752.  } else if ((unsigned int)size >= 0x200000U) {
  1753.     info_array[0] = 0x80; /* heads   = 128 */
  1754.     info_array[1] = 0x3f; /* sectors =  63 */
  1755.  } else {
  1756.     info_array[0] = 0x40; /* heads   =  64 */
  1757.     info_array[1] = 0x20; /* sectors =  32 */
  1758.  }
  1759.       }
  1760. /* For both methods, compute the cylinders */
  1761.       info_array[2] = (unsigned int)size / (info_array[0] * info_array[1] );
  1762.    }
  1763.    
  1764.    return 0;
  1765. }
  1766. int fdomain_16x0_release(struct Scsi_Host *shpnt)
  1767. {
  1768. if (shpnt->irq)
  1769. free_irq(shpnt->irq, shpnt);
  1770. if (shpnt->io_port && shpnt->n_io_port)
  1771. release_region(shpnt->io_port, shpnt->n_io_port);
  1772. }
  1773. MODULE_LICENSE("GPL");
  1774. /* Eventually this will go into an include file, but this will be later */
  1775. static Scsi_Host_Template driver_template = FDOMAIN_16X0;
  1776. #include "scsi_module.c"