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

嵌入式Linux

开发平台:

Unix_Linux

  1.                -=< The IBM Microchannel SCSI-Subsystem >=-
  2.        
  3.                  for the IBM PS/2 series
  4.  
  5.       Low Level Software-Driver for Linux
  6.  
  7.      Copyright (c) 1995 Strom Systems, Inc. under the terms of the GNU 
  8.   General Public License. Originally written by Martin Kolinek, December 1995.
  9.    Officially modified and maintained by Michael Lang since January 1999.
  10.    
  11.                          Version 4.0a
  12.    Last update: January 3, 2001
  13.    
  14.    Before you Start
  15.    ----------------
  16.    This is the common README.ibmmca file for all driver releases of the 
  17.    IBM MCA SCSI driver for Linux. Please note, that driver releases 4.0
  18.    or newer do not work with kernel versions older than 2.4.0, while driver
  19.    versions older than 4.0 do not work with kernels 2.4.0 or later! If you
  20.    try to compile your kernel with the wrong driver source, the 
  21.    compilation is aborted and you get a corresponding error message. This is
  22.    no bug in the driver. It prevents you from using the wrong sourcecode
  23.    with the wrong kernel version.
  24.    Authors of this Driver
  25.    ----------------------
  26.     - Chris Beauregard (improvement of the SCSI-device mapping by the driver)
  27.     - Martin Kolinek (origin, first release of this driver)
  28.     - Klaus Kudielka (multiple SCSI-host management/detection, adaption to
  29.                       Linux Kernel 2.1.x, module support)
  30.     - Michael Lang (assigning original pun/lun mapping, dynamical ldn
  31.                     assignment, rewritten adapter detection, this file, 
  32.     patches, official driver maintenance and subsequent 
  33.     debugging, related with the driver)
  34.    Table of Contents
  35.    -----------------
  36.    1 Abstract
  37.    2 Driver Description
  38.      2.1  IBM SCSI-Subsystem Detection
  39.      2.2  Physical Units, Logical Units, and Logical Devices
  40.      2.3  SCSI-Device Recognition and dynamical ldn Assignment
  41.      2.4  SCSI-Device Order
  42.      2.5  Regular SCSI-Command-Processing
  43.      2.6  Abort & Reset Commands
  44.      2.7  Disk Geometry
  45.      2.8  Kernel Boot Option
  46.      2.9  Driver Module Support
  47.      2.10 Multiple Hostadapter Support
  48.      2.11 /proc/scsi-Filesystem Information
  49.      2.12 /proc/mca-Filesystem Information
  50.      2.13 Supported IBM SCSI-Subsystems
  51.      2.14 Linux Kernel Versions
  52.    3 Code History
  53.    4 To do
  54.    5 Users' Manual
  55.      5.1 Commandline Parameters
  56.      5.2 Troubleshooting
  57.      5.3 Bugreports
  58.      5.4 Support WWW-page
  59.    6 References
  60.    7 Credits to
  61.      7.1 People
  62.      7.2 Sponsors & Supporters
  63.    8 Trademarks
  64.    9 Disclaimer
  65.                               * * *
  66.    1 Abstract
  67.    ----------
  68.    This README-file describes the IBM SCSI-subsystem low level driver for 
  69.    Linux. The descriptions which were formerly kept in the source-code have 
  70.    been taken out to this file to easify the codes' readability. The driver 
  71.    description has been updated, as most of the former description was already
  72.    quite outdated. The history of the driver development is also kept inside 
  73.    here. Multiple historical developments have been summarized to shorten the 
  74.    textsize a bit. At the end of this file you can find a small manual for 
  75.    this driver and hints to get it running on your machine.
  76.    2 Driver Description
  77.    --------------------
  78.    2.1 IBM SCSI-Subsystem Detection
  79.    --------------------------------
  80.    This is done in the ibmmca_detect() function. It first checks, if the
  81.    Microchannel-bus support is enabled, as the IBM SCSI-subsystem needs the
  82.    Microchannel. In a next step, a free interrupt is chosen and the main
  83.    interrupt handler is connected to it to handle answers of the SCSI-
  84.    subsystem(s). If the F/W SCSI-adapter is forced by the BIOS to use IRQ11
  85.    instead of IRQ14, IRQ11 is used for the IBM SCSI-2 F/W adapter. In a 
  86.    further step it is checked, if the adapter gets detected by force from
  87.    the kernel commandline, where the I/O port and the SCSI-subsystem id can 
  88.    be specified. The next step checks if there is an integrated SCSI-subsystem
  89.    installed. This register area is fixed through all IBM PS/2 MCA-machines 
  90.    and appears as something like a virtual slot 10 of the MCA-bus. On most
  91.    PS/2 machines, the POS registers of slot 10 are set to 0xff or 0x00 if not
  92.    integrated SCSI-controller is available. But on certain PS/2s, like model 
  93.    9595, this slot 10 is used to store other information which at earlier
  94.    stage confused the driver and resulted in the detection of some ghost-SCSI. 
  95.    If POS-register 2 and 3 are not 0x00 and not 0xff, but all other POS
  96.    registers are either 0xff or 0x00, there must be an integrated SCSI-
  97.    subsystem present and it will be registered as IBM Integrated SCSI-
  98.    Subsystem. The next step checks, if there is a slot-adapter installed on 
  99.    the MCA-bus. To get this, the first two POS-registers, that represent the 
  100.    adapter ID are checked. If they fit to one of the ids, stored in the 
  101.    adapter list, a SCSI-subsystem is assumed to be found in a slot and will be 
  102.    registered. This check is done through all possible MCA-bus slots to allow 
  103.    more than one SCSI-adapter to be present in the PS/2-system and this is 
  104.    already the first point of problems. Looking into the technical reference 
  105.    manual for the IBM PS/2 common interfaces, the POS2 register must have 
  106.    different interpretation of its single bits to avoid overlapping I/O
  107.    regions. While one can assume, that the integrated subsystem has a fix 
  108.    I/O-address at 0x3540 - 0x3547, further installed IBM SCSI-adapters must 
  109.    use a different I/O-address. This is expressed by bit 1 to 3 of POS2 
  110.    (multiplied by 8 + 0x3540). Bits 2 and 3 are reserved for the integrated 
  111.    subsystem, but not for the adapters! The following list shows, how the 
  112.    bits of POS2 and POS3 should be interpreted.
  113.    
  114.    The POS2-register of all PS/2 models' integrated SCSI-subsystems has the 
  115.    following interpretation of bits:
  116.                            Bit 7 - 4 : Chip Revision ID (Release)
  117.                            Bit 3 - 2 : Reserved
  118.                            Bit 1     : 8k NVRAM Disabled
  119.                            Bit 0     : Chip Enable (EN-Signal)
  120.    The POS3-register is interpreted as follows (for most IBM SCSI-subsys.):
  121.                            Bit 7 - 5 : SCSI ID
  122.                            Bit 4 - 0 : Reserved = 0
  123.    The slot-adapters have different interpretation of these bits. The IBM SCSI
  124.    adapter (w/Cache) and the IBM SCSI-2 F/W adapter use the following
  125.    interpretation of the POS2 register:
  126.                            Bit 7 - 4 : ROM Segment Address Select
  127.    Bit 3 - 1 : Adapter I/O Address Select (*8+0x3540)
  128.    Bit 0     : Adapter Enable (EN-Signal)
  129.    and for the POS3 register:
  130.                            Bit 7 - 5 : SCSI ID 
  131.    Bit 4     : Fairness Enable (SCSI ID3 f. F/W)
  132.    Bit 3 - 0 : Arbitration Level
  133.    The most modern product of the series is the IBM SCSI-2 F/W adapter, it 
  134.    allows dual-bus SCSI and SCSI-wide addressing, which means, PUNs may be
  135.    between 0 and 15. Here, Bit 4 is the high-order bit of the 4-bit wide
  136.    adapter PUN expression. In short words, this means, that IBM PS/2 machines 
  137.    can only support 1 single integrated subsystem by default. Additional
  138.    slot-adapters get ports assigned by the automatic configuration tool.
  139.    One day I found a patch in ibmmca_detect(), forcing the I/O-address to be 
  140.    0x3540 for integrated SCSI-subsystems, there was a remark placed, that on 
  141.    integrated IBM SCSI-subsystems of model 56, the POS2 register was showing 5.
  142.    This means, that really for these models, POS2 has to be interpreted
  143.    sticking to the technical reference guide. In this case, the bit 2 (4) is 
  144.    a reserved bit and may not be interpreted. These differences between the 
  145.    adapters and the integrated controllers are taken into account by the 
  146.    detection routine of the driver on from version >3.0g. 
  147.    Every time, a SCSI-subsystem is discovered, the ibmmca_register() function
  148.    is called. This function checks first, if the requested area for the I/O-
  149.    address of this SCSI-subsystem is still available and assigns this I/O-
  150.    area to the SCSI-subsystem. There are always 8 sequential I/O-addresses
  151.    taken for each individual SCSI-subsystem found, which are:
  152.    
  153.      Offset            Type                  Permissions
  154.        0     Command Interface Register 1    Read/Write
  155.        1     Command Interface Register 2    Read/Write
  156.        2     Command Interface Register 3    Read/Write
  157.        3     Command Interface Register 4    Read/Write
  158.        4     Attention Register              Read/Write
  159.        5     Basic Control Register          Read/Write
  160.        6     Interrupt Status Register       Read
  161.        7     Basic Status Register           Read
  162.    
  163.    After the I/O-address range is assigned, the host-adapter is assigned
  164.    to a local structure which keeps all adapter information needed for the
  165.    driver itself and the mid- and higher-level SCSI-drivers. The SCSI pun/lun
  166.    and the adapters' ldn tables are initialized and get probed afterwards by
  167.    the check_devices() function. If no further adapters are found, 
  168.    ibmmca_detect() quits.
  169.    
  170.    2.2 Physical Units, Logical Units, and Logical Devices
  171.    ------------------------------------------------------
  172.    There can be up to 56 devices on the SCSI bus (besides the adapter):
  173.    there are up to 7 "physical units" (each identified by physical unit 
  174.    number or pun, also called the scsi id, this is the number you select
  175.    with hardware jumpers), and each physical unit can have up to 8 
  176.    "logical units" (each identified by logical unit number, or lun, 
  177.    between 0 and 7). The IBM SCSI-2 F/W adapter offers this on up to two
  178.    busses and provides support for 30 logical devices at the same time, where
  179.    in wide-addressing mode you can have 16 puns with 32 luns on each device.
  180.    This section dexribes you the handling of devices on non-F/W adapters.
  181.    Just imagine, that you can have 16 * 32 = 512 devices on a F/W adapter
  182.    which means a lot of possible devices for such a small machine.
  183.    Typically the adapter has pun=7, so puns of other physical units
  184.    are between 0 and 6(15). On a wide-adapter a pun higher than 7 is
  185.    possible, but is normally not used. Almost all physical units have only 
  186.    one logical unit, with lun=0. A CD-ROM jukebox would be an example of a 
  187.    physical unit with more than one logical unit.
  188.    The embedded microprocessor of the IBM SCSI-subsystem hides the complex
  189.    two-dimensional (pun,lun) organization from the operating system.
  190.    When the machine is powered-up (or rebooted), the embedded microprocessor 
  191.    checks, on its own, all 56 possible (pun,lun) combinations, and the first 
  192.    15 devices found are assigned into a one-dimensional array of so-called 
  193.    "logical devices", identified by "logical device numbers" or ldn. The last 
  194.    ldn=15 is reserved for the subsystem itself. Wide adapters may have 
  195.    to check up to 15 * 8 = 120 pun/lun combinations.
  196.    
  197.    2.3 SCSI-Device Recognition and Dynamical ldn Assignment
  198.    --------------------------------------------------------
  199.    One consequence of information hiding is that the real (pun,lun)    
  200.    numbers are also hidden. The two possibilities to get around this problem
  201.    is to offer fake pun/lun combinations to the operating system or to 
  202.    delete the whole mapping of the adapter and to reassign the ldns, using
  203.    the immediate assign command of the SCSI-subsystem for probing through
  204.    all possible pun/lun combinations. a ldn is a "logical device number"
  205.    which is used by IBM SCSI-subsystems to access some valid SCSI-device.
  206.    At the beginning of the development of this driver, the following approach 
  207.    was used:
  208.    
  209.    First, the driver checked the ldn's (0 to 6) to find out which ldn's
  210.    have devices assigned. This was done by the functions check_devices() and
  211.    device_exists(). The interrupt handler has a special paragraph of code
  212.    (see local_checking_phase_flag) to assist in the checking. Assume, for
  213.    example, that three logical devices were found assigned at ldn 0, 1, 2.
  214.    These are presented to the upper layer of Linux SCSI driver
  215.    as devices with bogus (pun, lun) equal to (0,0), (1,0), (2,0). 
  216.    On the other hand, if the upper layer issues a command to device
  217.    say (4,0), this driver returns DID_NO_CONNECT error.
  218.    In a second step of the driver development, the following improvement has
  219.    been applied: The first approach limited the number of devices to 7, far
  220.    fewer than the 15 that it could usem then it just maped ldn -> 
  221.    (ldn/8,ldn%8) for pun,lun.  We ended up with a real mishmash of puns
  222.    and luns, but it all seemed to work.
  223.    The latest development, which is implemented from the driver version 3.0
  224.    and later, realizes the device recognition in the following way:
  225.    The physical SCSI-devices on the SCSI-bus are probed via immediate_assign- 
  226.    and device_inquiry-commands, that is all implemented in a completely new
  227.    made check_devices() subroutine. This delivers an exact map of the physical
  228.    SCSI-world that is now stored in the get_scsi[][]-array. This means,
  229.    that the once hidden pun,lun assignment is now known to this driver.
  230.    It no longer believes in default-settings of the subsystem and maps all
  231.    ldns to existing pun,lun "by foot". This assures full control of the ldn
  232.    mapping and allows dynamical remapping of ldns to different pun,lun, if
  233.    there are more SCSI-devices installed than ldns available (n>15). The
  234.    ldns from 0 to 6 get 'hardwired' by this driver to puns 0 to 7 at lun=0,
  235.    excluding the pun of the subsystem. This assures, that at least simple 
  236.    SCSI-installations have optimum access-speed and are not touched by
  237.    dynamical remapping. The ldns 7 to 14 are put to existing devices with 
  238.    lun>0 or to non-existing devices, in order to satisfy the subsystem, if 
  239.    there are less than 15 SCSI-devices connected. In the case of more than 15 
  240.    devices, the dynamical mapping goes active. If the get_scsi[][] reports a 
  241.    device to be existant, but it has no ldn assigned, it gets a ldn out of 7 
  242.    to 14. The numbers are assigned in cyclic order. Therefore it takes 8 
  243.    dynamical reassignments on the SCSI-devices, until a certain device 
  244.    looses its ldn again. This assures, that dynamical remapping is avoided 
  245.    during intense I/O between up to 15 SCSI-devices (means pun,lun 
  246.    combinations). A further advantage of this method is, that people who
  247.    build their kernel without probing on all luns will get what they expect,
  248.    because the driver just won't assign everything with lun>0 when 
  249.    multpile lun probing is inactive.
  250.  
  251.    2.4 SCSI-Device Order
  252.    ---------------------
  253.    Because of the now correct recognition of physical pun,lun, and 
  254.    their report to mid-level- and higher-level-drivers, the new reported puns
  255.    can be different from the old, faked puns. Therefore, Linux will eventually
  256.    change /dev/sdXXX assignments and prompt you for corrupted superblock
  257.    repair on boottime. In this case DO NOT PANIC, YOUR DISKS ARE STILL OK!!!
  258.    You have to reboot (CTRL-D) with an old kernel and set the /etc/fstab-file
  259.    entries right. After that, the system should come up as errorfree as before.
  260.    If your boot-partition is not coming up, also edit the /etc/lilo.conf-file
  261.    in a Linux session booted on old kernel and run lilo before reboot. Check
  262.    lilo.conf anyway to get boot on other partitions with foreign OSes right
  263.    again. But there exists a feature of this driver that allows you to change
  264.    the assignment order of the SCSI-devices by flipping the PUN-assignment.
  265.    See the next paragraph for a description.
  266.  
  267.    The problem for this is, that Linux does not assign the SCSI-devices in the
  268.    way as described in the ANSI-SCSI-standard. Linux assigns /dev/sda to 
  269.    the device with at minimum id 0. But the first drive should be at id 6,
  270.    because for historical reasons, drive at id 6 has, by hardware, the highest
  271.    priority and a drive at id 0 the lowest. IBM was one of the rare producers,
  272.    where the BIOS assigns drives belonging to the ANSI-SCSI-standard. Most 
  273.    other producers' BIOS does not (I think even Adaptec-BIOS). The 
  274.    IBMMCA_SCSI_ORDER_STANDARD flag, which you set while configuring the
  275.    kernel enables to choose the preferred way of SCSI-device-assignment. 
  276.    Defining this flag would result in Linux determining the devices in the 
  277.    same order as DOS and OS/2 does on your MCA-machine. This is also standard 
  278.    on most industrial computers and OSes, like e.g. OS-9. Leaving this flag 
  279.    undefined will get your devices ordered in the default way of Linux. See 
  280.    also the remarks of Chris Beauregard from Dec 15, 1997 and the followups 
  281.    in section 3.
  282.    
  283.    2.5 Regular SCSI-Command-Processing
  284.    -----------------------------------
  285.    Only three functions get involved: ibmmca_queuecommand(), issue_cmd(),
  286.    and interrupt_handler().
  287.    The upper layer issues a scsi command by calling function 
  288.    ibmmca_queuecommand(). This function fills a "subsystem control block"
  289.    (scb) and calls a local function issue_cmd(), which writes a scb 
  290.    command into subsystem I/O ports. Once the scb command is carried out, 
  291.    the interrupt_handler() is invoked. If a device is determined to be 
  292.    existant and it has not assigned any ldn, it gets one dynamically.
  293.    For this, the whole stuff is done in ibmmca_queuecommand().
  294.    2.6 Abort & Reset Commands
  295.    --------------------------
  296.    These are implemented with busy waiting for interrupt to arrive.
  297.    ibmmca_reset() and ibmmca_abort() do not work sufficently well
  298.    up to now and need still a lot of development work. But, this seems
  299.    to be even a problem with other SCSI-low level drivers, too. However,
  300.    this should be no excuse.
  301.    2.7 Disk Geometry
  302.    -----------------
  303.    The ibmmca_biosparams() function should return the same disk geometry 
  304.    as the bios. This is needed for fdisk, etc. The returned geometry is 
  305.    certainly correct for disks smaller than 1 gigabyte. In the meantime,
  306.    it has been proved, that this works fine even with disks larger than
  307.    1 gigabyte.
  308.    2.8 Kernel Boot Option
  309.    ----------------------
  310.    The function ibmmca_scsi_setup() is called if option ibmmcascsi=n 
  311.    is passed to the kernel. See file linux/init/main.c for details.
  312.    
  313.    2.9 Driver Module Support
  314.    -------------------------
  315.    Is implemented and tested by K. Kudielka. This could probably not work
  316.    on kernels <2.1.0.
  317.   
  318.    2.10 Multiple Hostadapter Support
  319.    ---------------------------------
  320.    This driver supports up to eight interfaces of type IBM-SCSI-Subsystem. 
  321.    Integrated-, and MCA-adapters are automatically recognized. Unrecognizable
  322.    IBM-SCSI-Subsystem interfaces can be specified as kernel-parameters.
  323.  
  324.    2.11 /proc/scsi-Filesystem Information
  325.    --------------------------------------
  326.    Information about the driver condition is given in 
  327.    /proc/scsi/ibmmca/<host_no>. ibmmca_proc_info() provides this information.
  328.    
  329.    This table is quite informative for interested users. It shows the load
  330.    of commands on the subsystem and wether you are running the bypassed 
  331.    (software) or integrated (hardware) SCSI-command set (see below). The
  332.    amount of accesses is shown. Read, write, modeselect is shown seperately
  333.    in order to help debugging problems with CD-ROMs or tapedrives.
  334.    
  335.    The following table shows the list of 15 logical device numbers, that are
  336.    used by the SCSI-subsystem. The load on each ldn is shown in the table,
  337.    again, read and write commands are split. The last column shows the amount
  338.    of reassignments, that have been applied to the ldns, if you have more than
  339.    15 pun/lun combinations available on the SCSI-bus.
  340.    
  341.    The last two tables show the pun/lun map and the positions of the ldns
  342.    on this pun/lun map. This may change during operation, when a ldn is
  343.    reassigned to another pun/lun combination. If the necessity for dynamical
  344.    assignments is set to 'no', the ldn structure keeps static.
  345.    
  346.    2.12 /proc/mca-Filesystem Information
  347.    -------------------------------------
  348.    The slot-file contains all default entries and in addition chip and I/O-
  349.    address information of the SCSI-subsystem. This information is provided
  350.    by ibmmca_getinfo().
  351.    
  352.    2.13 Supported IBM SCSI-Subsystems
  353.    ----------------------------------
  354.    The following IBM SCSI-subsystems are supported by this driver:
  355.    
  356.      - IBM Fast/Wide SCSI-2 Adapter
  357.      - IBM 7568 Industrial Computer SCSI Adapter w/Cache
  358.      - IBM Expansion Unit SCSI Controller
  359.      - IBM SCSI Adapter w/Cache
  360.      - IBM SCSI Adapter
  361.      - IBM Integrated SCSI Controller
  362.      - All clones, 100% compatible with the chipset and subsystem command
  363.        system of IBM SCSI-adapters (forced detection)
  364.      
  365.    2.14 Linux Kernel Versions
  366.    --------------------------
  367.    The IBM SCSI-subsystem low level driver is prepared to be used with
  368.    all versions of Linux between 2.0.x and 2.4.x. The compatibility checks
  369.    are fully implemented up from version 3.1e of the driver. This means, that
  370.    you just need the latest ibmmca.h and ibmmca.c file and copy it in the
  371.    linux/drivers/scsi directory. The code is automatically adapted during 
  372.    kernel compilation. This is different from kernel 2.4.0! Here version 
  373.    4.0 or later of the driver must be used for kernel 2.4.0 or later. Version
  374.    4.0 or later does not work together with older kernels! Driver versions
  375.    older than 4.0 do not work together with kernel 2.4.0 or later. They work
  376.    on all older kernels.
  377.    3 Code History
  378.    --------------
  379.    Jan 15 1996:  First public release.
  380.    - Martin Kolinek
  381.    Jan 23 1996:  Scrapped code which reassigned scsi devices to logical
  382.    device numbers. Instead, the existing assignment (created
  383.    when the machine is powered-up or rebooted) is used. 
  384.    A side effect is that the upper layer of Linux SCSI 
  385.    device driver gets bogus scsi ids (this is benign), 
  386.    and also the hard disks are ordered under Linux the 
  387.    same way as they are under dos (i.e., C: disk is sda, 
  388.    D: disk is sdb, etc.).
  389.    - Martin Kolinek
  390.    I think that the CD-ROM is now detected only if a CD is 
  391.    inside CD_ROM while Linux boots. This can be fixed later,
  392.    once the driver works on all types of PS/2's.
  393.    - Martin Kolinek
  394.    Feb 7 1996:   Modified biosparam function. Fixed the CD-ROM detection. 
  395.    For now, devices other than harddisk and CD_ROM are 
  396.    ignored. Temporarily modified abort() function 
  397.    to behave like reset().
  398.    - Martin Kolinek
  399.    Mar 31 1996:  The integrated scsi subsystem is correctly found
  400.    in PS/2 models 56,57, but not in model 76. Therefore
  401.    the ibmmca_scsi_setup() function has been added today.
  402.    This function allows the user to force detection of
  403.    scsi subsystem. The kernel option has format
  404.    ibmmcascsi=n
  405.    where n is the scsi_id (pun) of the subsystem. Most likely, n is 7.
  406.    - Martin Kolinek
  407.    Aug 21 1996:  Modified the code which maps ldns to (pun,0).  It was
  408.    insufficient for those of us with CD-ROM changers.
  409.    - Chris Beauregard
  410.  
  411.    Dec 14 1996: More improvements to the ldn mapping.  See check_devices
  412.    for details.  Did more fiddling with the integrated SCSI detection,
  413.    but I think it's ultimately hopeless without actually testing the
  414.    model of the machine.  The 56, 57, 76 and 95 (ultimedia) all have
  415.    different integrated SCSI register configurations.  However, the 56
  416.    and 57 are the only ones that have problems with forced detection.
  417.    - Chris Beauregard
  418.  
  419.    Mar 8-16 1997: Modified driver to run as a module and to support 
  420.    multiple adapters. A structure, called ibmmca_hostdata, is now
  421.    present, containing all the variables, that were once only
  422.    available for one single adapter. The find_subsystem-routine has vanished.
  423.    The hardware recognition is now done in ibmmca_detect directly.
  424.    This routine checks for presence of MCA-bus, checks the interrupt
  425.    level and continues with checking the installed hardware.
  426.    Certain PS/2-models do not recognize a SCSI-subsystem automatically.
  427.    Hence, the setup defined by command-line-parameters is checked first.
  428.    Thereafter, the routine probes for an integrated SCSI-subsystem.
  429.    Finally, adapters are checked. This method has the advantage to cover all
  430.    possible combinations of multiple SCSI-subsystems on one MCA-board. Up to
  431.    eight SCSI-subsystems can be recognized and announced to the upper-level
  432.    drivers with this improvement. A set of defines made changes to other
  433.    routines as small as possible.
  434.    - Klaus Kudielka
  435.    
  436.    May 30 1997: (v1.5b)
  437.    1) SCSI-command capability enlarged by the recognition of MODE_SELECT.
  438.       This needs the RD-Bit to be disabled on IM_OTHER_SCSI_CMD_CMD which 
  439.       allows data to be written from the system to the device. It is a
  440.       necessary step to be allowed to set blocksize of SCSI-tape-drives and 
  441.       the tape-speed, whithout confusing the SCSI-Subsystem.
  442.    2) The recognition of a tape is included in the check_devices routine.
  443.       This is done by checking for TYPE_TAPE, that is already defined in
  444.       the kernel-scsi-environment. The markup of a tape is done in the 
  445.       global ldn_is_tape[] array. If the entry on index ldn 
  446.       is 1, there is a tapedrive connected.
  447.    3) The ldn_is_tape[] array is necessary to distinguish between tape- and 
  448.       other devices. Fixed blocklength devices should not cause a problem
  449.       with the SCB-command for read and write in the ibmmca_queuecommand
  450.       subroutine. Therefore, I only derivate the READ_XX, WRITE_XX for
  451.       the tape-devices, as recommended by IBM in this Technical Reference,
  452.       mentioned below. (IBM recommends to avoid using the read/write of the
  453.       subsystem, but the fact was, that read/write causes a command error from
  454.       the subsystem and this causes kernel-panic.)
  455.    4) In addition, I propose to use the ldn instead of a fix char for the
  456.       display of PS2_DISK_LED_ON(). On 95, one can distinguish between the
  457.       devices that are accessed. It shows activity and easyfies debugging.   
  458.    The tape-support has been tested with a SONY SDT-5200 and a HP DDS-2
  459.    (I do not know yet the type). Optimization and CD-ROM audio-support, 
  460.    I am working on ...
  461.    - Michael Lang
  462.    
  463.    June 19 1997: (v1.6b)
  464.    1) Submitting the extra-array ldn_is_tape[] -> to the local ld[]
  465.       device-array. 
  466.    2) CD-ROM Audio-Play seems to work now.
  467.    3) When using DDS-2 (120M) DAT-Tapes, mtst shows still density-code
  468.       0x13 for ordinary DDS (61000 BPM) instead 0x24 for DDS-2. This appears 
  469.       also on Adaptec 2940 adaptor in a PCI-System. Therefore, I assume that 
  470.       the problem is independent of the low-level-driver/bus-architecture.
  471.    4) Hexadecimal ldn on PS/2-95 LED-display.
  472.    5) Fixing of the PS/2-LED on/off that it works right with tapedrives and
  473.       does not confuse the disk_rw_in_progress counter.
  474.    - Michael Lang
  475.   
  476.    June 21 1997: (v1.7b)
  477.    1) Adding of a proc_info routine to inform in /proc/scsi/ibmmca/<host> the
  478.       outer-world about operational load statistics on the different ldns,
  479.       seen by the driver. Everybody that has more than one IBM-SCSI should
  480.       test this, because I only have one and cannot see what happens with more
  481.       than one IBM-SCSI hosts.
  482.    2) Definition of a driver version-number to have a better recognition of 
  483.       the source when there are existing too much releases that may confuse
  484.       the user, when reading about release-specific problems. Up to know,
  485.       I calculated the version-number to be 1.7. Because we are in BETA-test
  486.       yet, it is today 1.7b.
  487.    3) Sorry for the heavy bug I programmed on June 19 1997! After that, the
  488.       CD-ROM did not work any more! The C7-command was a fake impression
  489.       I got while programming. Now, the READ and WRITE commands for CD-ROM are
  490.       no longer running over the subsystem, but just over 
  491.       IM_OTHER_SCSI_CMD_CMD. On my observations (PS/2-95), now CD-ROM mounts
  492.       much faster(!) and hopefully all fancy multimedia-functions, like direct
  493.       digital recording from audio-CDs also work. (I tried it with cdda2wav
  494.       from the cdwtools-package and it filled up the harddisk immediately :-).)
  495.       To easify boolean logics, a further local device-type in ld[], called
  496.       is_cdrom has been included.
  497.    4) If one uses a SCSI-device of unsupported type/commands, one
  498.       immediately runs into a kernel-panic caused by Command Error. To better
  499.       understand which SCSI-command caused the problem, I extended this
  500.       specific panic-message slightly.
  501.    - Michael Lang
  502.  
  503.    June 25 1997: (v1.8b)
  504.    1) Some cosmetical changes for the handling of SCSI-device-types.
  505.       Now, also CD-Burners / WORMs and SCSI-scanners should work. For
  506.       MO-drives I have no experience, therefore not yet supported.
  507.       In logical_devices I changed from different type-variables to one
  508.       called 'device_type' where the values, corresponding to scsi.h,
  509.       of a SCSI-device are stored.
  510.    2) There existed a small bug, that maps a device, coming after a SCSI-tape
  511.       wrong. Therefore, e.g. a CD-ROM changer would have been mapped wrong
  512.       -> problem removed.
  513.    3) Extension of the logical_device structure. Now it contains also device,
  514.       vendor and revision-level of a SCSI-device for internal usage.
  515.    - Michael Lang
  516.    June 26-29 1997: (v2.0b)
  517.    1) The release number 2.0b is necessary because of the completely new done
  518.       recognition and handling of SCSI-devices with the adapter. As I got
  519.       from Chris the hint, that the subsystem can reassign ldns dynamically,
  520.       I remembered this immediate_assign-command, I found once in the handbook.
  521.       Now, the driver first kills all ldn assignments that are set by default
  522.       on the SCSI-subsystem. After that, it probes on all puns and luns for
  523.       devices by going through all combinations with immediate_assign and
  524.       probing for devices, using device_inquiry. The found physical(!) pun,lun
  525.       structure is stored in get_scsi[][] as device types. This is followed
  526.       by the assignment of all ldns to existing SCSI-devices. If more ldns
  527.       than devices are available, they are assigned to non existing pun,lun
  528.       combinations to satisfy the adapter. With this, the dynamical mapping
  529.       was possible to implement. (For further info see the text in the 
  530.       source-code and in the description below. Read the description
  531.       below BEFORE installing this driver on your system!)
  532.    2) Changed the name IBMMCA_DRIVER_VERSION to IBMMCA_SCSI_DRIVER_VERSION.
  533.    3) The LED-display shows on PS/2-95 no longer the ldn, but the SCSI-ID
  534.       (pun) of the accessed SCSI-device. This is now senseful, because the 
  535.       pun known within the driver is exactly the pun of the physical device
  536.       and no longer a fake one.
  537.    4) The /proc/scsi/ibmmca/<host_no> consists now of the first part, where
  538.       hit-statistics of ldns is shown and a second part, where the maps of 
  539.       physical and logical SCSI-devices are displayed. This could be very 
  540.       interesting, when one is using more than 15 SCSI-devices in order to 
  541.       follow the dynamical remapping of ldns.
  542.    - Michael Lang
  543.  
  544.    June 26-29 1997: (v2.0b-1)
  545.    1) I forgot to switch the local_checking_phase_flag to 1 and back to 0
  546.       in the dynamical remapping part in ibmmca_queuecommand for the 
  547.       device_exist routine. Sorry.
  548.    - Michael Lang
  549.  
  550.    July 1-13 1997: (v3.0b,c)
  551.    1) Merging of the driver-developments of Klaus Kudielka and Michael Lang 
  552.       in order to get a optimum and unified driver-release for the 
  553.       IBM-SCSI-Subsystem-Adapter(s).
  554.          For people, using the Kernel-release >=2.1.0, module-support should 
  555.       be no problem. For users, running under <2.1.0, module-support may not 
  556.       work, because the methods have changed between 2.0.x and 2.1.x.
  557.    2) Added some more effective statistics for /proc-output.
  558.    3) Change typecasting at necessary points from (unsigned long) to
  559.       virt_to_bus().
  560.    4) Included #if... at special points to have specific adaption of the
  561.       driver to kernel 2.0.x and 2.1.x. It should therefore also run with 
  562.       later releases.
  563.    5) Magneto-Optical drives and medium-changers are also recognized, now.
  564.       Therefore, we have a completely gapfree recognition of all SCSI-
  565.       device-types, that are known by Linux up to kernel 2.1.31.
  566.    6) The flag SCSI_IBMMCA_DEV_RESET has been inserted. If it is set within
  567.       the configuration, each connected SCSI-device will get a reset command
  568.       during boottime. This can be necessary for some special SCSI-devices.
  569.       This flag should be included in Config.in.
  570.       (See also the new Config.in file.)
  571.    Probable next improvement: bad disk handler.
  572.    - Michael Lang
  573.  
  574.    Sept 14 1997: (v3.0c)
  575.    1) Some debugging and speed optimization applied.
  576.    - Michael Lang
  577.    Dec 15, 1997
  578.     - chrisb@truespectra.com
  579.     - made the front panel display thingy optional, specified from the
  580.     command-line via ibmmcascsi=display.  Along the lines of the /LED
  581.     option for the OS/2 driver.
  582.     - fixed small bug in the LED display that would hang some machines.
  583.     - reversed ordering of the drives (using the
  584.     IBMMCA_SCSI_ORDER_STANDARD define).  This is necessary for two main
  585.     reasons:
  586. - users who've already installed Linux won't be screwed.  Keep
  587. in mind that not everyone is a kernel hacker.
  588. - be consistent with the BIOS ordering of the drives.  In the
  589. BIOS, id 6 is C:, id 0 might be D:.  With this scheme, they'd be
  590. backwards.  This confuses the crap out of those heathens who've
  591. got a impure Linux installation (which, <wince>, I'm one of).
  592.     This whole problem arises because IBM is actually non-standard with
  593.     the id to BIOS mappings.  You'll find, in fdomain.c, a similar
  594.     comment about a few FD BIOS revisions.  The Linux (and apparently
  595.     industry) standard is that C: maps to scsi id (0,0).  Let's stick
  596.     with that standard.
  597.     - Since this is technically a branch of my own, I changed the
  598.     version number to 3.0e-cpb.
  599.    Jan 17, 1998: (v3.0f)
  600.    1) Addition of some statistical info for /proc in proc_info.
  601.    2) Taking care of the SCSI-assignment problem, dealed by Chris at Dec 15
  602.       1997. In fact, IBM is right, concerning the assignment of SCSI-devices 
  603.       to driveletters. It is conform to the ANSI-definition of the SCSI-
  604.       standard to assign drive C: to SCSI-id 6, because it is the highest
  605.       hardware priority after the hostadapter (that has still today by
  606.       default everywhere id 7). Also realtime-operating systems that I use, 
  607.       like LynxOS and OS9, which are quite industrial systems use top-down
  608.       numbering of the harddisks, that is also starting at id 6. Now, one
  609.       sits a bit between two chairs. On one hand side, using the define
  610.       IBMMCA_SCSI_ORDER_STANDARD makes Linux assigning disks conform to
  611.       the IBM- and ANSI-SCSI-standard and keeps this driver downward
  612.       compatible to older releases, on the other hand side, people is quite
  613.       habituated in believing that C: is assigned to (0,0) and much other
  614.       SCSI-BIOS do so. Therefore, I moved the IBMMCA_SCSI_ORDER_STANDARD 
  615.       define out of the driver and put it into Config.in as subitem of 
  616.       'IBM SCSI support'. A help, added to Documentation/Configure.help 
  617.       explains the differences between saying 'y' or 'n' to the user, when 
  618.       IBMMCA_SCSI_ORDER_STANDARD prompts, so the ordinary user is enabled to 
  619.       choose the way of assignment, depending on his own situation and gusto.
  620.    3) Adapted SCSI_IBMMCA_DEV_RESET to the local naming convention, so it is
  621.       now called IBMMCA_SCSI_DEV_RESET.
  622.    4) Optimization of proc_info and its subroutines.
  623.    5) Added more in-source-comments and extended the driver description by
  624.       some explanation about the SCSI-device-assignment problem.
  625.    - Michael Lang
  626.    
  627.    Jan 18, 1998: (v3.0g)
  628.    1) Correcting names to be absolutely conform to the later 2.1.x releases.
  629.       This is necessary for 
  630.             IBMMCA_SCSI_DEV_RESET -> CONFIG_IBMMCA_SCSI_DEV_RESET
  631.             IBMMCA_SCSI_ORDER_STANDARD -> CONFIG_IBMMCA_SCSI_ORDER_STANDARD
  632.    - Michael Lang
  633.  
  634.    Jan 18, 1999: (v3.1 MCA-team internal)
  635.    1) The multiple hosts structure is accessed from every subroutine, so there
  636.       is no longer the address of the device structure passed from function
  637.       to function, but only the hostindex. A call by value, nothing more. This
  638.       should really be understood by the compiler and the subsystem should get
  639.       the right values and addresses.
  640.    2) The SCSI-subsystem detection was not complete and quite hugely buggy up
  641.       to now, compared to the technical manual. The interpretation of the pos2
  642.       register is not as assumed by people before, therefore, I dropped a note
  643.       in the ibmmca_detect function to show the registers' interpretation.
  644.       The pos-registers of integrated SCSI-subsystems do not contain any 
  645.       information concerning the IO-port offset, really. Instead, they contain
  646.       some info about the adapter, the chip, the NVRAM .... The I/O-port is
  647.       fixed to 0x3540 - 0x3547. There can be more than one adapters in the 
  648.       slots and they get an offset for the I/O area in order to get their own
  649.       I/O-address area. See chapter 2 for detailed description. At least, the 
  650.       detection should now work right, even on models other than 95. The 95ers
  651.       came happily around the bug, as their pos2 register contains always 0 
  652.       in the critical area. Reserved bits are not allowed to be interpreted, 
  653.       therefore, IBM is allowed to set those bits as they like and they may 
  654.       really vary between different PS/2 models. So, now, no interpretation 
  655.       of reserved bits - hopefully no trouble here anymore.
  656.    3) The command error, which you may get on models 55, 56, 57, 70, 77 and
  657.       P70 may have been caused by the fact, that adapters of older design do
  658.       not like sending commands to non-existing SCSI-devices and will react
  659.       with a command error as a sign of protest. While this error is not
  660.       present on IBM SCSI Adapter w/cache, it appears on IBM Integrated SCSI
  661.       Adapters. Therefore, I implemented a workarround to forgive those 
  662.       adapters their protests, but it is marked up in the statisctis, so
  663.       after a successful boot, you can see in /proc/scsi/ibmmca/<host_number>
  664.       how often the command errors have been forgiven to the SCSI-subsystem.
  665.       If the number is bigger than 0, you have a SCSI subsystem of older
  666.       design, what should no longer matter.
  667.    4) ibmmca_getinfo() has been adapted very carefully, so it shows in the 
  668.       slotn file really, what is senseful to be presented.
  669.    5) ibmmca_register() has been extended in its parameter list in order to
  670.       pass the right name of the SCSI-adapter to Linux.
  671.    - Michael Lang
  672.    Feb 6, 1999: (v3.1)
  673.    1) Finally, after some 3.1Beta-releases, the 3.1 release. Sorry, for 
  674.       the delayed release, but it was not finished with the release of 
  675.       Kernel 2.2.0.
  676.    - Michael Lang
  677.    
  678.    Feb 10, 1999 (v3.1)
  679.    1) Added a new commandline parameter called 'bypass' in order to bypass
  680.       every integrated subsystem SCSI-command consequently in case of
  681.       troubles.
  682.    2) Concatenated read_capacity requests to the harddisks. It gave a lot
  683.       of troubles with some controllers and after I wanted to apply some
  684.       extensions, it jumped out in the same situation, on my w/cache, as like 
  685.       on D. Weinehalls' Model 56, having integrated SCSI. This gave me the 
  686.       descissive hint to move the code-part out and declare it global. Now,
  687.       it seems to work by far much better an more stable. Let us see, what
  688.       the world thinks of it...
  689.    3) By the way, only Sony DAT-drives seem to show density code 0x13. A
  690.       test with a HP drive gave right results, so the problem is vendor-
  691.       specific and not a problem of the OS or the driver.
  692.    - Michael Lang
  693.    
  694.    Feb 18, 1999 (v3.1d)
  695.    1) The abort command and the reset function have been checked for 
  696.       inconsistencies. From the logical point of thinking, they work
  697.       at their optimum, now, but as the subsystem does not answer with an
  698.       interrupt, abort never finishes, sigh...
  699.    2) Everything, that is accessed by a busmaster request from the adapter
  700.       is now declared as global variable, even the return-buffer in the
  701.       local checking phase. This assures, that no accesses to undefined memory
  702.       areas are performed.
  703.    3) In ibmmca.h, the line unchecked_isa_dma is added with 1 in order to
  704.       avoid memory-pointers for the areas higher than 16MByte in order to
  705.       be sure, it also works on 16-Bit Microchannel bus systems.
  706.    4) A lot of small things have been found, but nothing that endangered the
  707.       driver operations. Just it should be more stable, now.
  708.    - Michael Lang
  709.       
  710.    Feb 20, 1999 (v3.1e)
  711.    1) I took the warning from the Linux Kernel Hackers Guide serious and 
  712.       checked the cmd->result return value to the done-function very carefully.
  713.       It is obvious, that the IBM SCSI only delivers the tsb.dev_status, if
  714.       some error appeared, else it is undefined. Now, this is fixed. Before
  715.       any SCB command gets queued, the tsb.dev_status is set to 0, so the 
  716.       cmd->result won't screw up Linux higher level drivers.
  717.    2) The reset-function has slightly improved. This is still planed for 
  718.       abort. During the abort and the reset function, no interrupts are 
  719.       allowed. This is however quite hard to cope with, so the INT-status
  720.       register is read. When the interrupt gets queued, one can find its
  721.       status immediately on that register and is enabled to continue in the
  722.       reset function. I had no chance to test this really, only in a bogus 
  723.       situation, I got this function running, but the situation was too much
  724.       worse for Linux :-(, so tests will continue.
  725.    3) Buffers got now consistent. No open address mapping, as before and
  726.       therefore no further troubles with the unassigned memory segmentation
  727.       faults that scrambled probes on 95XX series and even on 85XX series,
  728.       when the kernel is done in a not so perfectly fitting way.
  729.    4) Spontaneous interrupts from the subsystem, appearing without any
  730.       command previously queued are answered with a DID_BAD_INTR result.
  731.    5) Taken into account ZP Gus' proposals to reverse the SCSI-device
  732.       scan order. As it does not work on Kernel 2.1.x or 2.2.x, as proposed
  733.       by him, I implemented it in a slightly derived way, which offers in 
  734.       addition more flexibility.
  735.    - Michael Lang
  736.    Apr 23, 2000 (v3.2pre1)
  737.    1) During a very long time, I collected a huge amount of bugreports from
  738.       various people, trying really quite different things on their SCSI-
  739.       PS/2s. Today, all these bugreports are taken into account and should be
  740.       mostly solved. The major topics were:
  741.       - Driver crashes during boottime by no obvious reason.
  742.       - Driver panics while the midlevel-SCSI-driver is trying to inquire
  743.         the SCSI-device properties, even though hardware is in perfect state.
  744.       - Displayed info for the various slot-cards is interpreted wrong.
  745.       The main reasons for the crashes were two:
  746.       1) The commands to check for device information like INQUIRY, 
  747.          TEST_UNIT_READY, REQUEST_SENSE and MODE_SENSE cause the devices
  748.  to deliver information of up to 255 bytes. Midlevel drivers offer
  749.  1024 bytes of space for the answer, but the IBM-SCSI-adapters do
  750.  not accept this, as they stick quite near to ANSI-SCSI and report
  751.  a COMMAND_ERROR message which causes the driver to panic. The main
  752.  problem was located around the INQUIRY command. Now, for all the
  753.  mentioned commands, the buffersize, sent to the adapter is at 
  754.  maximum 255 which seems to be a quite reasonable solution. 
  755.  TEST_UNIT_READY gets a buffersize of 0 to make sure, that no 
  756.  data is transferred in order to avoid any possible command failure.
  757.       2) On unsuccessful TEST_UNIT_READY, the midlevel-driver has to send
  758.          a REQUEST_SENSE in order to see, where the problem is located. This
  759.  REQUEST_SENSE may have various length in its answer-buffer. IBM
  760.  SCSI-subsystems report a command failure, if the returned buffersize
  761.  is different from the sent buffersize, but this can be supressed by
  762.  a special bit, which is now done and problems seem to be solved.
  763.    2) Code adaption to all kernel-releases. Now, the 3.2 code compiles on 
  764.       2.0.x, 2.1.x, 2.2.x and 2.3.x kernel releases without any code-changes.
  765.    3) Commandline-parameters are recognized again, even under Kernel 2.3.x or
  766.       higher.
  767.    - Michael Lang   
  768.    April 27, 2000 (v3.2pre2)
  769.    1) Bypassed commands get read by the adapter by one cycle instead of two.
  770.       This increases SCSI-performance.
  771.    2) Synchronous datatransfer is provided for sure to be 5 MHz on older
  772.       SCSI and 10 MHz on internal F/W SCSI-adapter.
  773.    3) New commandline parameters allow to force the adapter to slow down while
  774.       in synchronous transfer. Could be helpful for very old devices.
  775.    - Michael Lang
  776.    
  777.    June 2, 2000 (v3.2pre5)
  778.    1) Added Jim Shorney's contribution to make the activity indicator
  779.       flashing in addition to the LED-alphanumeric display-panel on
  780.       models 95A. To be enabled to choose this feature freely, a new
  781.       commandline parameter is added, called 'activity'.
  782.    2) Added the READ_CONTROL bit for test_unit_ready SCSI-command.
  783.    3) Added some suppress_exception bits to read_device_capacity and
  784.       all device_inquiry occurences in the driver code.
  785.    4) Complaints about the various KERNEL_VERSION implementations are
  786.       taken into account. Every local_LinuxKernelVersion occurence is
  787.       now replaced by KERNEL_VERSION, defined in linux/version.h. 
  788.       Corresponding changes were applied to ibmmca.h, too. This was a
  789.       contribution to all kernel-parts by Philipp Hahn.
  790.    - Michael Lang
  791.    
  792.    July 17, 2000 (v3.2pre8)
  793.    A long period of collecting bugreports from all corners of the world
  794.    now lead to the following corrections to the code:
  795.    1) SCSI-2 F/W support crashed with a COMMAND ERROR. The reason for this 
  796.       was, that it is possible to disbale Fast-SCSI for the external bus.
  797.       The feature-control command, where this crash appeared regularly tried
  798.       to set the maximum speed of 10MHz synchronous transfer speed and that
  799.       reports a COMMAND ERROR, if external bus Fast-SCSI is disabled. Now,
  800.       the feature-command probes down from maximum speed until the adapter 
  801.       stops to complain, which is at the same time the maximum possible
  802.       speed selected in the reference program. So, F/W external can run at
  803.       5 MHz (slow-) or 10 MHz (fast-SCSI). During feature probing, the 
  804.       COMMAND ERROR message is used to detect if the adapter does not complain.
  805.    2) Up to now, only combined busmode is supported, if you use external
  806.       SCSI-devices, attached to the F/W-controller. If dual bus is selected,
  807.       only the internal SCSI-devices get accessed by Linux. For most 
  808.       applications, this should do fine. 
  809.    3) Wide-SCSI-addressing (16-Bit) is now possible for the internal F/W
  810.       bus on the F/W adapter. If F/W adapter is detected, the driver
  811.       automatically uses the extended PUN/LUN <-> LDN mapping tables, which
  812.       are now new from 3.2pre8. This allows PUNs between 0 and 15 and should
  813.       provide more fun with the F/W adapter.
  814.    4) Several machines use the SCSI: POS registers for internal/undocumented
  815.       storage of system relevant info. This confused the driver, mainly on
  816.       models 9595, as it expected no onboard SCSI only, if all POS in
  817.       the integrated SCSI-area are set to 0x00 or 0xff. Now, the mechanism
  818.       to check for integrated SCSI is much more restrictive and these problems
  819.       should be history.
  820.    - Michael Lang          
  821.    July 18, 2000 (v3.2pre9)
  822.    This develop rather quickly at the moment. Two major things were still
  823.    missing in 3.2pre8:
  824.    1) The adapter PUN for F/W adapters has 4-bits, while all other adapters
  825.       have 3-bits. This is now taken into account for F/W.
  826.    2) When you select CONFIG_IBMMCA_SCSI_ORDER_STANDARD, you should 
  827.       normally get the inverse probing order of your devices on the SCSI-bus.
  828.       The ANSI device order gets scrambled in version 3.2pre8!! Now, a new
  829.       and tested algorithm inverts the device-order on the SCSI-bus and
  830.       automatically avoids accidental access to whatever SCSI PUN the adapter 
  831.       is set and works with SCSI- and Wide-SCSI-addressing.
  832.    - Michael Lang
  833.    July 23, 2000 (v3.2pre10 unpublished) 
  834.    1) LED panel display supports wide-addressing in ibmmca=display mode.
  835.    2) Adapter-information and autoadaption to address-space is done.
  836.    3) Auto-probing for maximum synchronous SCSI transfer rate is working.
  837.    4) Optimization to some embedded function calls is applied.
  838.    5) Added some comment for the user to wait for SCSI-devices beeing probed.
  839.    6) Finished version 3.2 for Kernel 2.4.0. It least, I thought it is but...
  840.    - Michael Lang
  841.    
  842.    July 26, 2000 (v3.2pre11)
  843.    1) I passed a horrible weekend getting mad with NMIs on kernel 2.2.14 and
  844.       a model 9595. Asking around in the community, nobody except of me has
  845.       seen such errors. Weired, but I am trying to recompile everything on
  846.       the model 9595. Maybe, as I use a specially modified gcc, that could
  847.       cause problems. But, it was not the reason. The true background was,
  848.       that the kernel was compiled for i386 and the 9595 has a 486DX-2. 
  849.       Normally, no troubles should appear, but for this special machine,
  850.       only the right processor support is working fine!
  851.    2) Previous problems with synchronous speed, slowing down from one adapter 
  852.       to the next during probing are corrected. Now, local variables store
  853.       the synchronous bitmask for every single adapter found on the MCA bus.
  854.    3) LED alphanumeric panel support for XX95 systems is now showing some
  855.       alive rotator during boottime. This makes sense, when no monitor is 
  856.       connected to the system. You can get rid of all display activity, if
  857.       you do not use any parameter or just ibmmcascsi=activity, for the 
  858.       harddrive activity LED, existant on all PS/2, except models 8595-XXX.
  859.       If no monitor is available, please use ibmmcascsi=display, which works
  860.       fine together with the linuxinfo utility for the LED-panel.
  861.    - Michael Lang
  862.    
  863.    July 29, 2000 (v3.2)
  864.    1) Submission of this driver for kernel 2.4test-XX and 2.2.17.
  865.    - Michael Lang
  866.    
  867.    December 28, 2000 (v3.2d / v4.0)
  868.    1) The interrupt handler had some wrong statement to wait for. This
  869.       was done due to experimental reasons during 3.2 development but it
  870.       has shown that this is not stable enough. Going back to wait for the
  871.       adapter to be not busy is best.
  872.    2) Inquiry requests can be shorter than 255 bytes of return buffer. Due
  873.       to a bug in the ibmmca_queuecommand routine, this buffer was forced
  874.       to 255 at minimum. If the memory address, this return buffer is pointing
  875.       to does not offer more space, invalid memory accesses destabilized the
  876.       kernel.
  877.    3) version 4.0 is only valid for kernel 2.4.0 or later. This is necessary
  878.       to remove old kernel version dependant waste from the driver. 3.2d is
  879.       only distributed with older kernels but keeps compatibility with older
  880.       kernel versions. 4.0 and higher versions cannot be used with older 
  881.       kernels anymore!! You must have at least kernel 2.4.0!!
  882.    4) The commandline argument 'bypass' and all its functionality got removed
  883.       in version 4.0. This was never really necessary, as all troubles were
  884.       based on non-command related reasons up to now, so bypassing commands
  885.       did not help to avoid any bugs. It is kept in 3.2X for debugging reasons.
  886.    5) Dynamical reassignment of ldns was again verified and analyzed to be
  887.       completely inoperational. This is corrected and should work now.
  888.    6) All commands that get sent to the SCSI adapter were verified and
  889.       completed in such a way, that they are now completely conform to the
  890.       demands in the technical description of IBM. Main candidates were the
  891.       DEVICE_INQUIRY, REQUEST_SENSE and DEVICE_CAPACITY commands. They must
  892.       be tranferred by bypassing the internal command buffer of the adapter
  893.       or else the response can be a random result. GET_POS_INFO would be more
  894.       safe in usage, if one could use the SUPRESS_EXCEPTION_SHORT, but this
  895.       is not allowed by the technical references of IBM. (Sorry, folks, the
  896.       model 80 problem is still a task to be solved in a different way.)
  897.    7) v3.2d is still hold back for some days for testing, while 4.0 is 
  898.       released.
  899.    - Michael Lang
  900.    
  901.    January 3, 2001 (v4.0a)
  902.    1) A lot of complains after the 2.4.0-prerelease kernel came in about
  903.       the impossibility to compile the driver as a module. This problem is
  904.       solved. In combination with that problem, some unprecise declaration
  905.       of the function option_setup() gave some warnings during compilation.
  906.       This is solved, too by a forward declaration in ibmmca.c.
  907.    2) #ifdef argument concerning CONFIG_SCSI_IBMMCA is no longer needed and
  908.       was entirely removed.
  909.    3) Some switch statements got optimized in code, as some minor variables
  910.       in internal SCSI-command handlers.
  911.    - Michael Lang
  912.    4 To do
  913.    -------
  914.         - IBM SCSI-2 F/W external SCSI bus support in seperate mode!
  915. - It seems that the handling of bad disks is really bad -
  916.   non-existent, in fact. However, a low-level driver cannot help
  917.   much, if such things happen.
  918.    5 Users' Manual
  919.    ---------------
  920.    5.1 Commandline Parameters
  921.    --------------------------
  922.    There exist several features for the IBM SCSI-subsystem driver.
  923.    The commandline parameter format is:
  924.    
  925.          ibmmcascsi=<command1>,<command2>,<command3>,...
  926.  
  927.    where commandN can be one of the following:
  928.    
  929.          display    Owners of a model 95 or other PS/2 systems with an
  930.             alphanumeric LED display may set this to have their
  931.     display showing the following output of the 8 digits:
  932.       
  933.                 ------DA
  934.     where '-' stays dark, 'D' shows the SCSI-device id
  935.     and 'A' shows the SCSI hostindex, beeing currently 
  936.     accessed. During boottime, this will give the message
  937.     
  938.                 SCSIini*
  939.                     on the LED-panel, where the * represents a rotator, 
  940.     showing the activity during the probing phase of the
  941.     driver which can take up to two minutes per SCSI-adapter.
  942.  adisplay   This works like display, but gives more optical overview 
  943.             of the activities on the SCSI-bus. The display will have
  944.     the following output:
  945.     
  946.                 6543210A
  947.     where the numbers 0 to 6 light up at the shown position,
  948.     when the SCSI-device is accessed. 'A' shows again the SCSI
  949.     hostindex. If display nor adisplay is set, the internal
  950.     PS/2 harddisk LED is used for media-activities. So, if
  951.     you really do not have a system with a LED-display, you
  952.     should not set display or adisplay. Keep in mind, that
  953.     display and adisplay can only be used alternatively. It
  954.     is not recommended to use this option, if you have some
  955.     wide-addressed devices e.g. at the SCSI-2 F/W adapter in
  956.     your system. In addition, the usage of the display for
  957.     other tasks in parallel, like the linuxinfo-utility makes 
  958.     no sense with this option.
  959.  activity   This enables the PS/2 harddisk LED activity indicator.
  960.             Most PS/2 have no alphanumeric LED display, but some
  961.     indicator. So you should use this parameter to activate it.
  962.     If you own model 9595 (Server95), you can have both, the 
  963.     LED panel and the activity indicator in parallel. However,
  964.     some PS/2s, like the 8595 do not have any harddisk LED 
  965.     activity indicator, which means, that you must use the
  966.     alphanumeric LED display if you want to monitor SCSI-
  967.     activity.
  968.  bypass     This is obsolete from driver version 4.0, as the adapters
  969.             got that far understood, that the selection between 
  970.     integrated and bypassed commands should now work completely
  971.     correct! For historical reasons, the old description is
  972.     kept here:
  973.             This commandline parameter forces the driver never to use
  974.             SCSI-subsystems' integrated SCSI-command set. Except of
  975.     the immediate assign, which is of vital importance for
  976.     every IBM SCSI-subsystem to set its ldns right. Instead,
  977.     the ordinary ANSI-SCSI-commands are used and passed by the
  978.     controller to the SCSI-devices, therefore 'bypass'. The
  979.     effort, done by the subsystem is quite bogus and at a
  980.     minimum and therefore it should work everywhere. This
  981.     could maybe solve troubles with old or integrated SCSI-
  982.     controllers and nasty harddisks. Keep in mind, that using 
  983.     this flag will slow-down SCSI-accesses slightly, as the 
  984.     software generated commands are always slower than the 
  985.     hardware. Non-harddisk devices always get read/write-
  986.     commands in bypass mode. On the most recent releases of 
  987.     the Linux IBM-SCSI-driver, the bypass command should be
  988.     no longer a necessary thing, if you are sure about your
  989.     SCSI-hardware!
  990.  normal     This is the parameter, introduced on the 2.0.x development
  991.             rail by ZP Gu. This parameter defines the SCSI-device
  992.     scan order in the new industry standard. This means, that
  993.     the first SCSI-device is the one with the lowest pun.
  994.     E.g. harddisk at pun=0 is scanned before harddisk at
  995.     pun=6, which means, that harddisk at pun=0 gets sda
  996.     and the one at pun=6 gets sdb.
  997.  ansi       The ANSI-standard for the right scan order, as done by
  998.             IBM, Microware and Microsoft, scans SCSI-devices starting
  999.     at the highest pun, which means, that e.g. harddisk at
  1000.     pun=6 gets sda and a harddisk at pun=0 gets sdb. If you
  1001.     like to have the same SCSI-device order, as in DOS, OS-9
  1002.     or OS/2, just use this parameter.
  1003.          fast       SCSI-I/O in synchronous mode is done at 5 MHz for IBM-
  1004.                     SCSI-devices. SCSI-2 Fast/Wide Adapter/A external bus
  1005.                     should then run at 10 MHz if Fast-SCSI is enabled,
  1006.                     and at 5 MHz if Fast-SCSI is disabled on the external
  1007.                     bus. This is the default setting when nothing is 
  1008.                     specified here.
  1009.          medium     Synchronous rate is at 50% approximately, which means
  1010.                     2.5 MHz for IBM SCSI-adapters and 5.0 MHz for F/W ext.
  1011.                     SCSI-bus (when Fast-SCSI speed enabled on external bus).
  1012.          slow       The slowest possible synchronous transfer rate is set. 
  1013.                     This means 1.82 MHz for IBM SCSI-adapters and 2.0 MHz
  1014.                     for F/W external bus at Fast-SCSI speed on the external
  1015.     bus.
  1016.     
  1017.    A further option is that you can force the SCSI-driver to accept a SCSI-
  1018.    subsystem at a certain I/O-address with a predefined adapter PUN. This
  1019.    is done by entering 
  1020.                   commandN   = I/O-base
  1021.   commandN+1 = adapter PUN
  1022.   
  1023.    e.g. ibmmcascsi=0x3540,7 will force the driver to detect a SCSI-subsystem 
  1024.    at I/O-address 0x3540 with adapter PUN 7. Please only use this method, if
  1025.    the driver does really not recognize your SCSI-adapter! With driver version
  1026.    3.2, this recognition of various adapters was hugely improved and you
  1027.    should try first to remove your commandline arguments of such type with a 
  1028.    newer driver. I bet, it will be recognized correctly. Even multiple and 
  1029.    different types of IBM SCSI-adapters should be recognized correctly, too.
  1030.    Use the forced detection method only as last solution!
  1031.    
  1032.    Examples:
  1033.    
  1034.         ibmmcascsi=adisplay
  1035.    This will use the advanced display mode for the model 95 LED alphanumeric
  1036.    display.
  1037.    
  1038.         ibmmcascsi=display,0x3558,7
  1039.    This will activate the default display mode for the model 95 LED display
  1040.    and will force the driver to accept a SCSI-subsystem at I/O-base 0x3558
  1041.    with adapter PUN 7.
  1042.    
  1043.    5.2 Troubleshooting
  1044.    -------------------
  1045.    The following FAQs should help you to solve some major problems with this
  1046.    driver.
  1047.    
  1048.      Q: "Reset SCSI-devices at boottime" halts the system at boottime, why?
  1049.      A: This is only tested with the IBM SCSI Adapter w/cache. It is not
  1050.         yet prooved to run on other adapters, however you may be lucky.
  1051. In version 3.1d this has been hugely improved and should work better,
  1052. now. Normally you really won't need to activate this flag in the
  1053. kernel configuration, as all post 1989 SCSI-devices should accept
  1054. the reset-signal, when the computer is switched on. The SCSI-
  1055. subsystem generates this reset while beeing initialized. This flag
  1056. is really reserved for users with very old, very strange or self-made
  1057. SCSI-devices.
  1058.      Q: Why is the SCSI-order of my drives mirrored to the device-order
  1059.         seen from OS/2 or DOS ?
  1060.      A: It depends on the operating system, if it looks at the devices in
  1061.         ANSI-SCSI-standard (starting from pun 6 and going down to pun 0) or
  1062. if it just starts at pun 0 and counts up. If you want to be conform
  1063. with OS/2 and DOS, you have to activate this flag in the kernel
  1064. configuration or you should set 'ansi' as parameter for the kernel.
  1065. The parameter 'normal' sets the new industry standard, starting
  1066. from pun 0, scanning up to pun 6. This allows you to change your 
  1067. opinion still after having already compiled the kernel.
  1068.      Q: Why I cannot find the IBM MCA SCSI support in the config menue?
  1069.      A: You have to activate MCA bus support, first.
  1070.      Q: Where can I find the latest info about this driver?
  1071.      A: See the file MAINTAINERS for the current WWW-address, which offers
  1072.         updates, info and Q/A lists. At this files' origin, the webaddress
  1073. was: http://www.uni-mainz.de/~langm000/linux.html
  1074.      Q: My SCSI-adapter is not recognized by the driver, what can I do?
  1075.      A: Just force it to be recognized by kernel parameters. See section 5.1.
  1076.         If this really happens, do also send e-mail to the maintainer, as
  1077. forced detection should be never necessary. Forced detection is in
  1078. principal some flaw of the driver adapter detection and goes into 
  1079. bugreports.
  1080.      Q: The driver screws up, if it starts to probe SCSI-devices, is there
  1081.         some way out of it?
  1082.      A: Yes, that was some recognition problem of the correct SCSI-adapter
  1083.         and its I/O base addresses. Upgrade your driver to the latest release
  1084. and it should be fine again.
  1085.      Q: I get a message: panic IBM MCA SCSI: command error .... , what can
  1086.         I do against this?
  1087.      A: Previously, I followed the way by ignoring command errors by using
  1088.         ibmmcascsi=forgiveall, but this command no longer exists and is
  1089. obsolete. If such a problem appears, it is caused by some segmentation
  1090. fault of the driver, which maps to some unallowed area. The latest 
  1091. version of the driver should be ok, as most bugs have been solved.
  1092.      Q: There are still kernel panics, even after having set 
  1093.         ibmmcascsi=forgiveall. Are there other possibilities to prevent
  1094. such panics?
  1095.      A: No, get just the latest release of the driver and it should work 
  1096.         better and better with increasing version number. Forget about this
  1097. ibmmcascsi=forgiveall, as also ignorecmd are obsolete.!
  1098.      Q: Linux panics or stops without any comment, but it is probable, that my
  1099.         harddisk(s) have bad blocks.
  1100.      A: Sorry, the bad-block handling is still a feeble point of this driver,
  1101.         but is on the schedule for development in the near future.
  1102.      Q: Linux panics while dynamically assigning SCSI-ids or ldns.
  1103.      A: If you disconnect a SCSI-device from the machine, while Linux is up
  1104.         and the driver uses dynamical reassignment of logical device numbers
  1105. (ldn), it really gets "angry" if it won't find devices, that were still
  1106. present at boottime and stops Linux.
  1107.      Q: The system does not recover after an abort-command has been generated.
  1108.      A: This is regrettably true, as it is not yet understood, why the 
  1109.         SCSI-adapter does really NOT generate any interrupt at the end of
  1110. the abort-command. As no interrupt is generated, the abort command
  1111. cannot get finished and the system hangs, sorry, but checks are 
  1112. running to hunt down this problem. If there is a real pending command,
  1113. the interrupt MUST get generated after abort. In this case, it
  1114. should finish well.
  1115.      Q: The system gets in bad shape after a SCSI-reset, is this known?
  1116.      A: Yes, as there are a lot of prescriptions (see the Linux Hackers'
  1117.         Guide) what has to be done for reset, we still share the bad shape of
  1118. the reset functions with all other low level SCSI-drivers. 
  1119. Astonishingly, reset works in most cases quite ok, but the harddisks
  1120. won't run in synchonous mode anymore after a reset, until you reboot.
  1121.      Q: Why does my XXX w/Cache adapter not use read-prefetch?
  1122.      A: Ok, that is not completely possible. If a cache is present, the 
  1123.         adapter tries to use it internally. Explicitly, one can use the cache
  1124. with a read prefetch command, maybe in future, but this requires
  1125. some major overhead of SCSI-commands that risks the performance to
  1126. go down more than it gets improved. Tests with that are running.
  1127.      Q: I have a IBM SCSI-2 Fast/Wide adapter, it boots in some way and hangs.
  1128.      A: Yes, that is understood, as for sure, your SCSI-2 Fast/Wide adapter
  1129.         was in such a case recognized as integrated SCSI-adapter or something 
  1130. else, but not as the correct adapter. As the I/O-ports get assigned 
  1131. wrongly by that reason, the system should crash in most cases. You 
  1132. should upgrade to the latest release of the SCSI-driver. The 
  1133. recommended version is 3.2 or later. Here, the F/W support is in
  1134. a stable and reliable condition. Wide-addressing is in addition 
  1135. supported.
  1136.      Q: I get a Ooops message and something like "killing interrupt".
  1137.      A: The reason for this is that the IBM SCSI-subsystem only sends a 
  1138.         termination status back, if some error appeared. In former releases
  1139. of the driver, it was not checked, if the termination status block
  1140. is NULL. From version 3.2, it is taken care of this.
  1141.      Q: I have a F/W adapter and the driver sees my internal SCSI-devices,
  1142.         but ignores the external ones.
  1143.      A: Select combined busmode in the IBM config-program and check for that
  1144.         no SCSI-id on the external devices appears on internal devices.
  1145.         Reboot afterwards. Dual busmode is supported, but works only for the
  1146. internal bus, yet. External bus is still ignored. Take care for your
  1147. SCSI-ids. If combined bus-mode is activated, on some adapters, 
  1148. the wide-addressing is not possible, so devices with ids between 8 
  1149. and 15 get ignored by the driver & adapter!
  1150.      Q: I have a 9595 and I get a NMI during heavy SCSI I/O e.g. during fsck.
  1151.         A COMMAND ERROR is reported and characters on the screen are missing.
  1152. Warm reboot is not possible. Things look like quite weired.
  1153.      A: Check the processor type of your 9595. If you have an 80486 or 486DX-2
  1154.         processor complex on your mainboard and you compiled a kernel that
  1155. supports 80386 processors, it is possible, that the kernel cannot
  1156. keep track of the PS/2 interrupt handling and stops on an NMI. Just
  1157. compile a kernel for the correct processor type of your PS/2 and
  1158. everything should be fine. This is necessary even if one assumes,
  1159. that some 80486 system should be downward compatible to 80386
  1160. software.
  1161.      Q: Some commands hang and interrupts block the machine. After some
  1162.         timeout, the syslog reports that it tries to call abort, but the
  1163. machine is frozen.
  1164.      A: This can be a busy wait bug in the interrupt handler of driver 
  1165.         version 3.2. You should at least upgrade to 3.2c if you use 
  1166. kernel < 2.4.0 and driver version 4.0 if you use kernel 2.4.0 or 
  1167. later (including all test releases).
  1168.      Q: I have a PS/2 model 80 and more than 16 MBytes of RAM. The driver
  1169.         completely refuses to work, reports NMIs, COMMAND ERRORs or other
  1170. ambiguous stuff. When reducing the RAM size down below 16 MB, 
  1171. everything is running smoothly.
  1172.      A: No real answer, yet. In any case, one should force the kernel to
  1173.         present SCBs only below the 16 MBytes barrier. Maybe this solves the
  1174. problem. Not yet tried, but guessing that it could work. To get this,
  1175. set unchecked_isa_dma argument of ibmmca.h from 0 to 1.
  1176.    5.3 Bugreports
  1177.    --------------
  1178.    If you really find bugs in the sourcecode or the driver will successfully
  1179.    refuse to work on your machine, you should send a bug report to me. The
  1180.    best for this is to follow the instructions on the WWW-page for this
  1181.    driver. Fill out the bug-report form, placed on the WWW-page and ship it,
  1182.    so the bugs can be taken into account with maximum efforts. But, please
  1183.    do not send bug reports about this driver to Linus Torvalds or Leonard
  1184.    Zubkoff, as Linus is burried in E-Mail and Leonard is supervising all
  1185.    SCSI-drivers and won't have the time left to look inside every single
  1186.    driver to fix a bug and especially DO NOT send modified code to Linus
  1187.    Torvalds or Alan J. Cox which has not been checked here!!! They are both
  1188.    quite burried in E-mail (as me, sometimes, too) and one should first check
  1189.    for problems on my local teststand. Recently, I got a lot of 
  1190.    bugreports for errors in the ibmmca.c code, which I could not imagine, but
  1191.    a look inside some Linux-distribution showed me quite often some modified
  1192.    code, which did no longer work on most other machines than the one of the
  1193.    modifier. Ok, so now that there is maintenance service available for this
  1194.    driver, please use this address first in order to keep the level of
  1195.    confusion low. Thank you!
  1196.    
  1197.    When you get a SCSI-error message that panics your system, a list of
  1198.    register-entries of the SCSI-subsystem is shown (from Version 3.1d). With 
  1199.    this list, it is very easy for the maintainer to localize the problem in 
  1200.    the driver or in the configuration of the user. Please write down all the 
  1201.    values from this report and send them to the maintainer. This would really 
  1202.    help a lot and makes life easier concerning misunderstandings.
  1203.    
  1204.    Use the bug-report form (see 5.4 for its address) to send all the bug-
  1205.    stuff to the maintainer or write e-mail with the values from the table. 
  1206.    
  1207.    5.4 Support WWW-page
  1208.    --------------------
  1209.    The address of the IBM SCSI-subsystem supporting WWW-page is:
  1210.    
  1211.         http://www.uni-mainz.de/~langm000/linux.html
  1212.    Here you can find info about the background of this driver, patches,
  1213.    troubleshooting support, news and a bugreport form. Please check that
  1214.    WWW-page regularly for latest hints. If ever this URL changes, please 
  1215.    refer to the MAINTAINERS file in order to get the latest address.
  1216.    
  1217.    For the bugreport, please fill out the formular on the corresponding
  1218.    WWW-page. Read the dedicated instructions and write as much as you
  1219.    know about your problem. If you do not like such formulars, please send
  1220.    some e-mail directly, but at least with the same information as required by
  1221.    the formular.
  1222.    
  1223.    If you have extensive bugreports, including Ooops messages and 
  1224.    screen-shots, please feel free to send it directly to the address
  1225.    of the maintainer, too. The current address of the maintainer is:
  1226.    
  1227.             Michael Lang <langa2@kph.uni-mainz.de>
  1228.    
  1229.    6 References
  1230.    ------------
  1231.    IBM Corp., "Update for the PS/2 Hardware Interface Technical Reference, 
  1232.    Common Interfaces", Armonk, September 1991, PN 04G3281, 
  1233.    (available in the U.S. for $21.75 at 1-800-IBM-PCTB or in Germany for
  1234.    around 40,-DM at "Hallo IBM").
  1235.   
  1236.    IBM Corp., "Personal System/2 Micro Channel SCSI
  1237.    Adapter with Cache Technical Reference", Armonk, March 1990, PN 68X2365.
  1238.    IBM Corp., "Personal System/2 Micro Channel SCSI
  1239.    Adapter Technical Reference", Armonk, March 1990, PN 68X2397.
  1240.    IBM Corp., "SCSI-2 Fast/Wide Adapter/A Technical Reference - Dual Bus",
  1241.    Armonk, March 1994, PN 83G7545.
  1242.  
  1243.    Friedhelm Schmidt, "SCSI-Bus und IDE-Schnittstelle - Moderne Peripherie-
  1244.    Schnittstellen: Hardware, Protokollbeschreibung und Anwendung", 2. Aufl.
  1245.    Addison Wesley, 1996.
  1246.    
  1247.    Michael K. Johnson, "The Linux Kernel Hackers' Guide", Version 0.6, Chapel
  1248.    Hill - North Carolina, 1995
  1249.    
  1250.    Andreas Kaiser, "SCSI TAPE BACKUP for OS/2 2.0", Version 2.12, Stuttgart
  1251.    1993
  1252.    
  1253.    Helmut Rompel, "IBM Computerwelt GUIDE", What is what bei IBM., Systeme *
  1254.    Programme * Begriffe, IWT-Verlag GmbH - Muenchen, 1988
  1255.    
  1256.    7 Credits to
  1257.    ------------
  1258.    7.1 People
  1259.    ----------
  1260.    Klaus Grimm
  1261.                 who already a long time ago gave me the old code from the
  1262. SCSI-driver in order to get it running for some old machine
  1263. in our institute.
  1264.    Martin Kolinek
  1265.                 who wrote the first release of the IBM SCSI-subsystem driver.
  1266.    Chris Beauregard
  1267.                 who for a long time maintained MCA-Linux and the SCSI-driver
  1268. in the beginning. Chris, wherever you are: Cheers to you!
  1269.    Klaus Kudielka
  1270.                 with whom in the 2.1.x times, I had a quite fruitful
  1271.                 cooperation to get the driver running as a module and to get
  1272. it running with multiple SCSI-adapters.
  1273.    David Weinehall
  1274.                 for his excellent maintenance of the MCA-stuff and the quite 
  1275. detailed bug reports and ideas for this driver (and his 
  1276. patience ;-)).
  1277.    Alan J. Cox  
  1278.                 for his bugreports and his bold activities in cross-checking
  1279. the driver-code with his teststand.
  1280.    7.2 Sponsors & Supporters
  1281.    -------------------------
  1282.    "Hallo IBM",
  1283.    IBM-Deutschland GmbH
  1284.                 the service of IBM-Deutschland for customers. Their E-Mail
  1285. service is unbeatable. Whatever old stuff I asked for, I 
  1286. always got some helpful answers.
  1287.    Karl-Otto Reimers,
  1288.    IBM Klub - Sparte IBM Geschichte, Sindelfingen
  1289.                 for sending me a copy of the w/Cache manual from the 
  1290. IBM-Deutschland archives.
  1291.    Harald Staiger
  1292.                 for his extensive hardware donations which allows me today
  1293. still to test the driver in various constellations.
  1294.    Erich Fritscher
  1295.                 for his very kind sponsoring.
  1296.    Louis Ohland,
  1297.    Charles Lasitter
  1298.                 for support by shipping me an IBM SCSI-2 Fast/Wide manual.
  1299.                 In addition, the contribution of various hardware is quite 
  1300.                 decessive and will make it possible to add FWSR (RAID)
  1301.                 adapter support to the driver in the near future! So,
  1302.                 complaints about no RAID support won't remain forever.
  1303.                 Yes, folks, that is no joke, RAID support is going to rise!
  1304.    Erik Weber
  1305.                 for the great deal we made about a model 9595 and the nice
  1306.                 surrounding equipment and the cool trip to Mannheim
  1307.                 second-hand computer market. In addition, I would like
  1308. to thank him for his exhaustive SCSI-driver testing on his 
  1309. 95er PS/2 park.
  1310.    Anthony Hogbin
  1311.                 for his direct shipment of a SCSI F/W adapter, which allowed
  1312.                 me immediately on the first stage to try it on model 8557
  1313.                 together with onboard SCSI adapter and some SCSI w/Cache.
  1314.    Andreas Hotz
  1315.                 for his support by memory and an IBM SCSI-adapter. Collecting
  1316.                 all this together now allows me to try really things with
  1317.                 the driver at maximum load and variety on various models in
  1318.                 a very quick and efficient way.
  1319.    Peter Jennewein
  1320.                 for his model 30, which serves me as part of my teststand
  1321. and his cool remark about how you make an ordinary diskette
  1322. drive working and how to connect it to an IBM-diskette port.
  1323.    Johannes Gutenberg-Universitaet, Mainz &
  1324.    Institut fuer Kernphysik, Mainz Microtron (MAMI)
  1325.                 for the offered space, the link, placed on the central
  1326.                 homepage and the space to store and offer the driver and 
  1327. related material and the free working times, which allow
  1328.                 me to answer all your e-mail.
  1329.                    
  1330.    8 Trademarks
  1331.    ------------
  1332.    IBM, PS/2, OS/2, Microchannel are registered trademarks of International 
  1333.    Business Machines Corporation
  1334.    
  1335.    MS-DOS is a registered trademark of Microsoft Corporation
  1336.    
  1337.    Microware, OS-9 are registered trademarks of Microware Systems
  1338.    
  1339.    9 Disclaimer
  1340.    ------------
  1341.    Beside the GNU General Public License and the dependant disclaimers and disclaimers
  1342.    concerning the Linux-kernel in special, this SCSI-driver comes without any
  1343.    warranty. Its functionality is tested as good as possible on certain 
  1344.    machines and combinations of computer hardware, which does not exclude,
  1345.    that dataloss or severe damage of hardware is possible while using this
  1346.    part of software on some arbitrary computer hardware or in combination 
  1347.    with other software packages. It is highly recommended to make backup
  1348.    copies of your data before using this software. Furthermore, personal
  1349.    injuries by hardware defects, that could be caused by this SCSI-driver are
  1350.    not excluded and it is highly recommended to handle this driver with a
  1351.    maximum of carefulness.
  1352.    
  1353.    This driver supports hardware, produced by International Business Machines
  1354.    Corporation (IBM).
  1355.    
  1356. ------
  1357. Michael Lang 
  1358. (langa2@kph.uni-mainz.de)