home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / docs / pci-howt < prev    next >
Encoding:
Text File  |  1996-07-11  |  90.7 KB  |  2,166 lines

  1.   Linux PCI-HOWTO
  2.   by Michael Will, Michael.Will@student.uni-tuebingen.de
  3.   v0.6a March 1996
  4.  
  5.   Information on what works with Linux and PCI-boards and what does not.
  6.  
  7.   1.  Introduction
  8.  
  9.   Many people, including me, would like to run Linux on a PCI-based
  10.   machine.  Since it is not obvious which PCI motherboards and PCI cards
  11.   will work with Linux and which do not, I conducted a survey and spent
  12.   some hours to compile the information contained herein.
  13.  
  14.   If you have information to add, please mail me. If you have questions,
  15.   feel free to ask.
  16.  
  17.   Help with my style/grammar/language is welcome as well. I am not a
  18.   native- speaker of English and expect to make occasional mistakes.
  19.  
  20.   Note: "on-board chip" refers to a SCSI chip integrated onto the
  21.   motherboard rather than on a PCI expansion card.
  22.  
  23.   Also, "quotes" herein may have slight context editing.
  24.  
  25.   2.  Why PCI?
  26.  
  27.   2.1.  General overview
  28.  
  29.   The PC-architecture has several BUS-Systems to choose from:
  30.  
  31.      ISA
  32.         16 or 8bit, cheap, slow (usually 8Mhz), standard, many cards
  33.         available>
  34.  
  35.      EISA
  36.         32bit, expensive, fast, few cards available, fading>
  37.  
  38.      MCA
  39.         32 or 16bit ex-IBM-proprietary, fast, becoming rare>
  40.  
  41.      VESA-Local-Bus
  42.         32bit, based on 486 architecture, cheap, fast, many cards
  43.         available>
  44.  
  45.      PCI-Local-Bus
  46.         32bit (64 bit coming), cheap, fast, many cards available,
  47.         nowadays standard>
  48.  
  49.   MCA worked fine, but never achieved much market, being used on only
  50.   some early IBM PS/2 machines. There were very few cards.
  51.  
  52.   EISA was reliable, but rather expensive, and intended more for
  53.   servers, than for the average user. It has the next fewest cards
  54.   available.
  55.  
  56.   VESA-Local-Bus (VLB) had some problems with high bus-speeds, and was
  57.   not very reliable, but mainly due to its low price and better-than-ISA
  58.   performance, sold very well. Technically, it's almost a direct map of
  59.   the 486 processor bus.  Most VESA boards should be stable by now.  At
  60.   the beginning of 1996, many 486 motherboards still support VESA, but
  61.   PCI is growing.  VESA busses are tied directly to the speed of the
  62.   memory bus for 486's, or half the speed for Pentiums.
  63.  
  64.   PCI now has the advantage. Like EISA it is not proprietary. It is as
  65.   faster than EISA or MCA, and cheaper.  Most current Pentium
  66.   motherboards use the PCI bus; VESA is fading.  Virtualy all PCI
  67.   motherboards and cards sold at the beginning of 1996 are 32 bit, and
  68.   run at 0-33 MHz.
  69.  
  70.   Currently, most Pentium motherboards run the PCI bus at 1/2 the memory
  71.   speed (ie: 33 MHz for the 66 MHz memory bus on the P66,P100,P133,P166;
  72.   30 MHz for the 60 MHz memory bus on the P60,P90,P120,P150; and 25 Mhz
  73.   on the 50 MHz memory bus of the P75).  This is probably true of Cyrix
  74.   6x86 motherboards too.  NexGen 5x86 implemention isn't known.  The PCI
  75.   spec does allow the PCI bus to be run asynchronously from the
  76.   processor, (eg: 33 Mhz bus on P75), but this is not common yet.
  77.  
  78.   PCI 2.1 has been defined, allowing 64 bit PCI, and/or 0-66 MHz
  79.   operations, but no x86 chipsets yet support these options.  64 bit PCI
  80.   will probably appear first, in 32/64 bit dual compatible versions.
  81.   That is, you will be able to mix 32 and 64 bit cards.  66 MHz PCI will
  82.   take longer, as it's technically demanding, can only support one or
  83.   maybe two slots per bridge, and may not work well with 33 MHz cards.
  84.  
  85.   PCI is not processor dependent like the VESA Local-Bus. This means you
  86.   can use the winner-1000-PCI in an Alpha-driven-PCI computer as well as
  87.   in a i486/Pentium-driven PCI computer, with the appropriate BIOS and
  88.   software.  Beside Intel and DEC Alpha platforms, PCI is used on some
  89.   PowerPC's.
  90.  
  91.   Some PCI variations to be aware of: some implementations support "Bus
  92.   Master" cards in all PCI slots, some in only one slot, and some not at
  93.   all; some implementations support "bridging" on cards and some do not.
  94.  
  95.   2.2.  Performance
  96.  
  97.   taken from Craig Sutphin's early Pro-PCI-Propaganda
  98.  
  99.        Unlike some local buses, which are aimed at speeding up
  100.        graphics alone, the PCI Local Bus is a total system solu¡
  101.        tion, providing increased performance for networks, disk
  102.        drives, full-motion video, graphics and the full range of
  103.        high-speed peripherals. At 33 MHz, the synchronous PCI Local
  104.        Bus transfers 32 bits of data at up to 132 Mbytes/sec. A
  105.        transparent 64-bit extension of the 32-bit data and address
  106.        buses can double the bus bandwidth (264 Mbytes/sec) and
  107.        offer forward and backwards compatibility for 32 and 64-bit
  108.        PCI Local Bus peripherals. Because it is processor-
  109.        independent, the PCI Local Bus is optimized for I/O func¡
  110.        tions, enabling the local bus to operate concurrent with the
  111.        processor/memory subsystem.  For users of high-end desktop
  112.        PC's, PCI makes high reliability, high performance and ease
  113.        of use more affordable than ever before; no trivial task at
  114.        33 MHz bus-clock rates. Variable length linear or toggle
  115.        mode bursting for both reads and writes improves write
  116.        dependent graphics performance. By comprehending the loading
  117.        and frequency requirements of the local bus at the component
  118.        level, buffers and glue logic are eliminated.
  119.  
  120.   See the chapter about Benchmarks for some crude (and perhaps
  121.   meaningless) benchmarks on ASUS PCI Boards with 486 and 586.
  122.  
  123.   2.3.  The onboard-SCSI-II-chip NCR53c810
  124.  
  125.   One very nice feature of some PCI mother boards is the NCR onboard-
  126.   SCSI-II-chip, which is said to be as fast as the EISA-Adaptec-1742,
  127.   but much cheaper. Drivers for DOS/OS2 are available. Drew Eckard has
  128.   released his version of his NCR53c810-driver, which is in the standard
  129.   kernel since v1.2.
  130.  
  131.   This works so well I sold my adaptec-1542B-ISA soon after I bought the
  132.   ASUS SP3-saturn-chipset PCI board, and found the onboard NCR-SCSI
  133.   controller to be much faster.
  134.  
  135.   The NCR53c810-chip is onboard on some PCI-motherboards.  There are
  136.   add-on-boards available too, for about US$ 70.00.
  137.  
  138.   There is only one thing I noticed did not work with the NCR-drivers
  139.   when I tried them. Disconnect/Reconnect did not work, so using a SCSI-
  140.   tape could be a pain, especially when using "mt erase" or the like
  141.   blocks the whole SCSI-bus until it has finished. Since this was very
  142.   unsatisfying for me, I bought one of these nice but expensive DPT PCI
  143.   SCSI controller and had no such problems anymore.
  144.  
  145.   People have reported this problem has been solved by Drew by now.
  146.  
  147.   FreeBSD does support the NCR53c810 for quite a long time already,
  148.   including Tagged Command Queues, FAST, WIDE and Disconnect for NCR
  149.   53c810, 815, 825. Drew said, it would be possible to adapt the FreeBSD
  150.   driver to Linux. I somewhere saw some patches to do exactly this, any
  151.   pointer to the location?
  152.  
  153.   I personaly have the impression there are some important wheels
  154.   invented more than once because of the differently evolving of FreeBSD
  155.   and Linux. Some more cooperation could do both systems very well...
  156.  
  157.   2.4.  Drew Eckhardt on PCI-SCSI:
  158.  
  159.   Drew said on end of March 95 about the SCSI on PCI: (slightly edited
  160.   for clarity in context)
  161.  
  162.   The Adaptec 2940, Buslogic BT946, BT946W, DPT PCI boards, Future
  163.   Domain 3260, NCR53c810, NCR53c815, NCR53c820, and NCR53c825 all work
  164.   for some definition of the word works.
  165.  
  166.   ╖  The Adaptec 2940 suffers from the same cabling sensitivity that
  167.      plagues all recent boards, but otherwise works fine.
  168.  
  169.   ╖  The Future Domain boards are not busmasters, and the driver doesn't
  170.      support multiple simultaenous commands.  If you don't (currently)
  171.      need multiple simultaneous commands, get a NCR board, which will be
  172.      cheaper and is busmastering.  If you need multiple simultaneous
  173.      commands, get a Buslogic.
  174.  
  175.   ╖  The Buslogic BT956W will do WIDE SCSI with the Linux drivers
  176.      (although you can't use targets 8-15), the Adaptec 2940W (with one
  177.      line patch to the 2940 driver) won't, nor will the NCR53c820 and
  178.      NCR53c825.
  179.  
  180.   ╖  The NCR boards are dirt cheap (< $ 70 US), are generally quite
  181.      fast, but the driver currently doesn't support multiple
  182.      simultaenous commands. Alpha which do neat things like
  183.      disconnect/reconnect and synchronous transfer are now publicly
  184.      available, see below.
  185.  
  186.   ╖  Emulux, Forex, and other unmentioned PCI SCSI controllers will not
  187.      work.
  188.  
  189.   2.5.  New Alpha Version of the NCR driver
  190.  
  191.   Alpha versions of the NCR driver which do neat things like
  192.   disconnect/reconnect and synchronous transfers are now publically
  193.   available.  Any one interested in playing with them should
  194.  
  195.   ╖  Join the NCR mailing list, by sending mail to
  196.      majordomo@colorado.edu with subscribe ncr53c810 in the text.
  197.  
  198.   ╖  Get all of the readmes, and latest diffs file from
  199.      ftp://tsx-11.mit.edu/pub/ALPHA/linux/SCSI/ncr53c810
  200.  
  201.   2.6.  The EATA-DMA driver and the PCI SCSI controllers from DPT
  202.  
  203.   The EATA-DMA scsi driver has undergone extensive changes and now also
  204.   supports PCI SCSI controllers, multiple controllers and all SCSI
  205.   channels on the multichannel SmartCache/Raid boards.
  206.  
  207.   The driver supports all EATA-DMA Protocol (CAM document CAM/89-004
  208.   rev. 2.0c) compliant SCSI controllers and has been tested with many of
  209.   those controllers in mixed combinations.
  210.  
  211.   Those are:             (ISA)   (EISA) (PCI)
  212.         DPT Smartcache: PM2011  PM2012A
  213.                                 PM2012B
  214.         Smartcache III: PM2021  PM2022  PM2024
  215.                                 PM2122  PM2124
  216.                                 PM2322
  217.         SmartRAID     : PM3021  PM3122  PM3224
  218.                                 PM3222
  219.         and some controllers from NEC and ATT.
  220.  
  221.   On a "base" DPT card (no caching or RAID module), a MC680x0 controls
  222.   the bus-mastering DMA chip(s) and the SCSI controller chip.  The DPT
  223.   SCSI card almost works like a SCSI coprocessor.
  224.  
  225.   The DPT card also will emulate an IDE controller/drive (ST506
  226.   interface), which enables you to use it with all operating systems
  227.   even if they don't have an EATA driver.
  228.  
  229.   On a card with the caching module, the 680x0 maintains and manages the
  230.   on-board cacheing.  The DPT card supports up to 64 MB RAM for disk-
  231.   cacheing.
  232.  
  233.   On a card with the RAID module, the 680x0 also performs the management
  234.   of the RAID, doing the mirroring on RAID-1, doing the striping and ECC
  235.   info generation on RAID-5, etc.
  236.  
  237.   The entry level boards utilize a Motorola 68000, the high-end, more
  238.   raid specific DPT cards use a 68020, 68030 or 68040/40MHz processor.
  239.  
  240.   Official list prices range from $ 245 to $ 1.995 (December 1, 1994)
  241.  
  242.   Since I've been asked numerous times where you can buy those boards in
  243.   Europe, I asked DPT to send me a list of their official European
  244.   distributors. Here is a small excerpt:
  245.   Austria: Macrotron GmbH            Tel:+43 1 408 15430   Fax:+43 1 408 1545
  246.   Denmark: Tallgrass Technologies A/S Tel:+45 86 14 7000   Fax:+45 86 14 7333
  247.   Finland: Computer 2000 Finnland OY Tel:+35 80 887 331    Fax:+35 80 887 333 43
  248.   France : Chip Technologies         Tel:+33 1 49 60 1011  Fax:+33 1 49 599350
  249.   Germany: Akro Datensysteme GmbH    Tel:+49 (0)89 3178701 Fax:+49 (0)89 31787299
  250.   Russia : Soft-tronik               Tel:+7 812 315 92 76  Fax:+7 812 311 01 08
  251.   U.K.   : Ambar Systems Ltd.        Tel:+44 1296 311 300  Fax:+44 296 479 461
  252.  
  253.   "IMHO, the DPT cards are the best-designed SCSI cards available for a
  254.   PC.  And I've written code for just about every type of SCSI card for
  255.   the PC.  (Although, in retrospect, I don't know why!) ;-)" Jon R.
  256.   Taylor (jtaylor@magicnet.net) President, Visionix, Inc.
  257.  
  258.   The latest version of the EATA-DMA driver and a Slackware bootdisk is
  259.   available on: ftp.uni-mainz.de:/pub/Linux/Drivers/SCSI/EATA
  260.  
  261.   Since patchlevel 1.1.81 the driver is included in the standard kernel
  262.   distribution.
  263.  
  264.   The author can be reached under these addresses:
  265.   neuffer@goofy.zdv.uni-mainz.de or linux@uni-koblenz.de
  266.  
  267.   2.7.  BT-946C fully supported with kernel 1.3.x and newer
  268.  
  269.   There is a driver in the 1.3.x kernels (available as a patch for the
  270.   1.2.13 kernel) written by someone associated with buslogic that fully
  271.   supports the 946C and ALL of it's features including strict round
  272.   robin, tagged queueing, multiple scatter/gather, multiple mailboxes,
  273.   IRQ sharing, and yes, 15 devices on Fast/Wide.  It is no longer
  274.   necessary to use any ISA emulation with the driver (no DMA channel, no
  275.   ISA address), and the driver is /fast/ and /stable/ (it's out of BETA
  276.   and into full release).
  277.  
  278.   The driver is available on ftp.dandelion.com (the newest version can
  279.   always be got by doing "get BusLogic*").  It supports ALL BusLogic
  280.   controllers with the exception of the FlashPoint LT, which uses a
  281.   different interface.  The driver is included in the 1.3.x kernels as
  282.   standard for BusLogic devices.
  283.  
  284.   2.8.  Future Domain TMC-3260 PCI SCSI
  285.  
  286.   Rik Faith (faith@cs.unc.edu) informed me on Wed, 1 Feb 1995 about the
  287.   Future Domain TMC-3260 PCI SCSI card being supported by the Future
  288.   Domain 16x0 SCSI driver.  Newer information might be contained in the
  289.   SCSI-HOWTO.
  290.  
  291.   ╖  Detection is not done well, and does not use standard PCI BIOS
  292.      detection methods (someone who has a PCI board needs to send me
  293.      patches to fix this problem).  So, you might have to fiddle with
  294.      the detection routine in the kernel to get it detected.
  295.  
  296.   ╖  The driver still does not support multiple outstanding commands, so
  297.      your system will hang while your tape rewinds.
  298.  
  299.   ╖  The driver does not support the enhanced pseudo-32bit transfer mode
  300.      supported by recent Future Domain chips, so you will not get
  301.      transfer rates as high as under DOS.
  302.  
  303.   ╖  The driver only supports the SCSI-I protocol, so your really fast
  304.      hard disks will not get used at the highest possible throughput.
  305.      (Again, fixes for all these problems are solicited -- no one is
  306.      working on them at this time.)
  307.  
  308.   2.9.  other thoughts on scsi
  309.  
  310.   James Soutter (J.K.Soutter1@lut.ac.uk) asked me to add the following
  311.   information on Fast-Wide-SCSI-2:
  312.  
  313.        Fast Wide SCSI-2 is sometimes incorrectly called SCSI-3. It
  314.        differs from the normal Fast SCSI-2 (like the Adapted
  315.        1542B?) because it uses a 16 bit data bus rather than the
  316.        more usual 8 bit bus. This improves the maximum transfer
  317.        rate from 10 MB/s to 20 MB/s but requires the use of special
  318.        Fast Wide SCSI-2 drives.
  319.  
  320.        The added performance of Fast Wide SCSI-2 will not
  321.        necessarily improve the speed of your system.  Most hard
  322.        disk drives have a maximum internal transfer rate of less
  323.        than 10 MB/s and so one drive alone can not flood a FAST
  324.        SCSI-2 bus.
  325.  
  326.        In Seagate's Oct 1993 product overview, only one Fast Wide
  327.        SCSI-2 drive has an internal transfer rate of more than 10
  328.        MB/s (the ST12450W).  Most of the drives have a maximum
  329.        internal transfer rate of 6 MB/s or less, although the
  330.        ST12450W is not the only exception to the rule.  In
  331.        conclusion, Fast Wide SCSI is designed for the file server
  332.        market and will not necessarily benefit a single user
  333.        workstation style system.
  334.  
  335.        Rather than buying a PCI system with a SCSI interface on the
  336.        motherboard, or rather than waiting for the NCR driver, you
  337.        could purchase a separate PCI based SCSI card. According to
  338.        Drew, the only PCI SCSI option that stands a chance of
  339.        working is the Buslogic 946. It purports to be Adaptec 1540
  340.        compatible, like the EISA/VESA/ISA boards in the series.
  341.  
  342.        Drew commented that other PCI based SCSI controllers are
  343.        unlikely to be supported under Linux or the BSD's because
  344.        the NCR based controllers are cheaper and more prevalent.
  345.  
  346.   According to broom@ocean.fit.qut.edu.au (Bradley Broom):
  347.  
  348.        The Buslogic BT-946C PCI SCSI works if you disable the
  349.        option "enable Disconnection" with the AUTOSCSI-program
  350.        under DOS which comes with the card.
  351.  
  352.   Ernst Kloecker (ernst@cs.tu-berlin.de) wrote: (edited)
  353.  
  354.        Talus Corporation has finished a NS/FIP driver for PCI
  355.        boards with NCR SCSI. It will be shipping very soon, might
  356.        even be free because a third party might pay for the work
  357.        and donate the driver to NeXT.
  358.  
  359.   Not every PCI-Board has got the chip. The old ASUS do, and one of the
  360.   J-Bond boards does, too. (Most of the boards nowadays (6/95) do expect
  361.   you to buy the NCR53c810 seperately.) Some vendors provide an
  362.   alternative as you can read in Drew's text...
  363.  
  364.   The NCR-Chip is clever enough to work with drives formatted by other
  365.   controllers, and should be no problem.
  366.  
  367.   3.  ASUS-Boards
  368.  
  369.   3.1.  ASUS and the NMI (Parity) -- impact on Gravis-Ultrasound
  370.  
  371.   The newer trition PCI-Mainboards in 1995 did not seem to support
  372.   parity-SIMMS anymore. Since I usualy took the cheaper nonparity-SIMMS
  373.   anyway, I did not consider this a problem until I put the Gravis-
  374.   Ultrasound into my machine. Under DOS the SBOS-Driver and Setup/Test
  375.   utility does complain about "nmi procedure disabled on this p.c.". The
  376.   manual says I'd better get a better mainboard in that case, not very
  377.   helpful.
  378.  
  379.   The gravis-ultrasound did work nice in the ASUS-SP3 and ASUS-SP4,
  380.   inspite of this, but the gravis-ultrasound-max I have here got gmod to
  381.   kernel panic on both boards, and sometimes when playing au-files via
  382.   /dev/audio did strange things, like playing the rest of an older,
  383.   previously played sound after the new one. The sounddriver does
  384.   recommend a buffer of 65536 with the GUS Max instead of the small one
  385.   like the GUS - why I do not know. I do not have such a problem with
  386.   the newer ASUS TP4 XE boards, though.  Both are equipped with 1M DRAM
  387.   onboard. These problems are probably not related to the NMI-problem,
  388.   but because of the sounddriver?
  389.  
  390.   I heard not only ASUS but most of the newer PCI-Mainboards are lacking
  391.   in parity/NMI-support.
  392.  
  393.   Strange enough - the ASUS-TP4 (Trition Chipset) does work with the GUS
  394.   Max - it does load the SBOS-Driver. I have to admit, I am confused.
  395.  
  396.   3.2.  Various types of ASUS Boards
  397.  
  398.   3.2.1.  ASUS SP3 with saturn chipset I (rev. 2) for 486,
  399.  
  400.   ╖  2 x rs232 with 16550
  401.  
  402.   ╖  NCR53c810 onboard,
  403.  
  404.   ╖  slightly broken saturn-chipset I (rev. 2)
  405.  
  406.   3.2.2.  ASUS SP3G with saturn chipset II (rev. 4) for 486,
  407.  
  408.   like SP3, but less buggy saturn chipset
  409.  
  410.   3.2.3.  ASUS SP3-SiS chipset, for 486
  411.  
  412.   like AP4, but newer, SiS chipset, green functions and all the EIDE,
  413.   rs232 with 2 16550 and centronics.  Only 2 SIMM Slots,  Does seem to
  414.   work with AMD486DX4/120, but was not very reliably on NCR53c810 and
  415.   various operating systems (Windows-NT, Windows95, OS2), after
  416.   upgrading to a PentiumBoard ASUS SP4, all the problems vanished, so it
  417.   must have been the board.  Still does seem to work nice for Linux,
  418.   though.
  419.   3.2.4.  ASUS AP4, for 486, with PCI/ISA/VesaLocalbus
  420.  
  421.   green functions, 1VL, 3 ISA, 4 PCI slots, only EIDE onboard, no fd-
  422.   controller, no rs232/centronics. Very small size.
  423.  
  424.   does recognice AMD486DX2/66 as DX4/100 only. This can be corrected
  425.   with soldering one pin (which?) to ground, but I would not recommend a
  426.   board like this anyway.
  427.  
  428.   The one I tested was broken for OS2 and Linux, but people are said to
  429.   use it for both.
  430.  
  431.   The VesaLocalbus-Slot is expected to be slower than the normal vesa-
  432.   localbus boards because of the PCI2VL bridge, but without penalty to
  433.   the PCI section.
  434.  
  435.   3.2.5.  ASUS SP4-SiS, for Pentium90, PCI/ISA
  436.  
  437.   like SP3-SiS, but for Pentium90/100.
  438.  
  439.   3.2.6.  ASUS TP4 with Triton chipset and EDO-Support
  440.  
  441.   has the Triton-Chipset for better performance and supports normal
  442.   PS2-Simms as well as Fast-Page-Mode and EDO modules.
  443.  
  444.   3.2.7.  ASUS TP4XE with Triton chipset and additional SRAM/EDORAM sup¡
  445.   port
  446.  
  447.   supports the new EDORAM and upcoming SRAM standards. At least SRAM is
  448.   said to considerabely increase performance. Did for some reason not
  449.   accept the 8M PS2-SIMMS working ok in ASUS SP4, after changing them
  450.   against others, bigger looking ones, (16 chips instead of 8 if I
  451.   remember right) it worked ok. Has been tested with P90 and P100.
  452.  
  453.   3.3.  Benchmarks on ASUS Mainboards
  454.  
  455.   I tried to compare the speed of CPUs in two ASUS Mainboards: for 486 I
  456.   tested the SP3 SiS (the one with one vesa-local-bus slot) and for 586
  457.   I tested the ASUS TP4/XE, each with 16M RAM, always the same unloaded
  458.   system with another CPU, with whetstone and dhrystone.
  459.  
  460.   I must admit, I have not read the benchmarks-faq yet, and will
  461.   probably edit the section a loot soon. If you have any comments,
  462.   please mail me.
  463.  
  464.   I am especially confused about the amd486DX4/100 being faster on
  465.   dhrystones than the DX4/120 version? I did not see that kind of
  466.   inconsistency on comparing the P90 and P100.
  467.  
  468.   Perhaps this was at fault: when I plugged in the amdDX4-100, I had the
  469.   board jumpered for DX2-66. While the BIOS did report it as an DX4-100,
  470.   the board might have used the wrong clockspeeds... but since DX2-66
  471.   uses 33Mhz * 2 and DX4 uses 33Mhz * 3, this would have been correct?
  472.  
  473.   The board running with DX4-120 is jumpered to 40Mhz * 3 = 120 Mhz.
  474.  
  475.   Another thing I wonder about is why the whetstones-result does yield
  476.   so even numbers on some machines?
  477.  
  478.   3.3.1.  ASUS SP3 with amd486DX4-100
  479.  
  480.   ╖  Dhrystone time for 500000 passes = 7 by 63559 dhrystones/second
  481.  
  482.   ╖  Whetstone time for 1000 passes = 5 by 200.0000 Whetstones/second
  483.  
  484.   3.3.2.  ASUS SP3 with amd486DX4-120
  485.  
  486.   ╖  Dhrystone time for 500000 passes = 8 by 56074 dhrystones/second
  487.  
  488.   ╖  Whetstone time for 1000 passes =  4 by 250.0000 Whetstones/second
  489.  
  490.   3.3.3.  ASUS SP3 with intel486DX2-66
  491.  
  492.   ╖  Dhrystone time for 500000 passes = 9 by 50761 dhrystones/second
  493.  
  494.   ╖  Whetstone time for 1000 passes = 7 by 142.8571 Whetstones/second
  495.  
  496.   3.3.4.  ASUS TP4/XE with intel586-90
  497.  
  498.   ╖  Dhrystone time for 500000 passes = 4 by 101010 dhrystones/second
  499.  
  500.   ╖  Whetstone time for 1000 passes = 3 by 333.3333 Whetstones/second
  501.  
  502.   3.3.5.  ASUS TP4/XE with intel586-100
  503.  
  504.   ╖  Dhrystone time for 500000 passes = 4 by 102040 dhrystones/second
  505.  
  506.   ╖  Whetstone time for 1000 passes = 2  by 500.0000 Whetstones/second
  507.  
  508.   3.4.  Detailed information on the old ASUS PCI-I-SP3 with saturn
  509.   chipset from heinrich@zsv.gmd.de:
  510.  
  511.   ╖  3 PCI, 4 ISA Slots (3x16, 1x8 Bit)
  512.  
  513.   ╖  ZIF Socket for the CPU
  514.  
  515.   ╖  room for 4 72pin-SIMMs (max. 128M)
  516.  
  517.   ╖  Award BIOS in Flash-Eprom
  518.  
  519.   ╖  Onboard: NCR-SCSI, 1par, 2ser (with FIFO), AT-Bus, Floppy
  520.  
  521.   The board does like most in that price class -- write-through cache,
  522.   no write-back. This should not be significant, maybe 3% of
  523.   performance.
  524.  
  525.   The BIOS supports scsi-drives under DOS/Windows without additional
  526.   drivers, but with the board come additional drivers which are said to
  527.   give better performance, for DOS/Windows(ASPI), OS2, Windows-NT, SCO-
  528.   Unix, Netware (3.11 and 4, if interpreted correctly)
  529.  
  530.   Gert Doering (gert@greenie.muc.de) was saying the SCO-Unix-driver for
  531.   the onboard-SCSI-Chip was not working properly. After two or three
  532.   times doing: "time dd if=/dev/rhd20 of=/dev/null bs=100k count=500" it
  533.   kernel-paniced...
  534.  
  535.   The trouble some people experienced with this board might be due to
  536.   them using an outboard Adaptec-SCSI-Controller with "sync negotiation"
  537.   turned on. (This predates the NCR driver release; hence the use of the
  538.   Adaptec.) Please check that in the BIOS-Setup of the Adaptec-1542C if
  539.   you use one and have problems with occasional hangups!
  540.  
  541.   There is a new version of the ASUS-Board which should have definitely
  542.   less problems. It is called ASUS-PCI-I/SP3G, the G is important. It
  543.   has the new Saturn-chipset rev. 4 and the bugs should be gone.  They
  544.   use the Saturn-ZX-variant and the new SP3G has fully PCI conforming
  545.   level-triggered (thus shareable), BIOS-configurable interrupts.  It
  546.   has an on-board PS/2-mouseport, EPA-power-saving-modes and
  547.   DX4-support, too. It performs excellently. If you can get the German
  548.   computer magazine C't from July (?), you will find a test report where
  549.   the ASUS-Board is the best around.
  550.  
  551.   Latest information about ASUS-SP3-G: You might experience crashes when
  552.   using PCI-to-Memory-Posting. If you disable this, all works perfect.
  553.   jw@peanuts.informatik.uni-tuebingen.de said he believed it to be a
  554.   problem of the current Linux-kernel  rather than the hardware, because
  555.   part of the system still works when crashing, looking like a deadlock
  556.   in the swapper, and OS2/DOS/WINDOZE don't crash at all.
  557.  
  558.   3.5.  Pat Dowler (dowler@pt1B1106.FSH.UVic.CA) with ASUS SP3G
  559.  
  560.   ╖  ASUS SP3G board (it is rev.4 == saturn II)
  561.  
  562.   ╖  AMD DX4-100 CPU (need to set jumper 36 to 1&2 rather than 2&3,
  563.      otherwise it's set the same as other 486DXn chips)
  564.  
  565.   ╖  256K cache (comes with 15ns cache :-)
  566.  
  567.   ╖  16meg RAM (2x8meg)
  568.  
  569.   ╖  ET4000 ISA video card
  570.  
  571.   ╖  quantum IDE hard drive
  572.  
  573.   ╖  SMC Elitel16 combo ethernet card
  574.  
  575.   Unlike some other reports, I find the mouse pointer moves very smoothy
  576.   under X (just like the ol' 386)  - it is jumpy under some, but not
  577.   all, DOS games though...
  578.  
  579.   Performance is great!! I ran some large floating point tests and found
  580.   the performance in 3x33 (100MHz) mode to be almost 1.5x that in 2x
  581.   (66MHz) mode (large being 500x500 doubles - 4meg or so)... I was a
  582.   little dubious about clock-tripling but I seem to be getting full
  583.   benefit :-)
  584.  
  585.   The heavily configurable energy star stuff doesn't work with the
  586.   current AMD DX4 chips - you need an SL chip
  587.  
  588.   I really need a SCSI disk and a PCI video card :-)
  589.  
  590.   (I had a phonecall by a person who had this problem with the buggy SMC
  591.   FIFO chipset, after using X-window they hung.)
  592.  
  593.   4.  confusion about saturn chipsets
  594.  
  595.   Pat Duffy (duffy@theory.chem.ubc.ca) said:
  596.  
  597.   Saturn I:  these are revisions 1 and 2 of the Saturn chipsets.
  598.   Saturn II:  This is also called rev. 4 of the Saturn chipsets.
  599.  
  600.   As far as I know, rev. 3 never actually shipped, and (from a few people who
  601.   have it) the SP3G now has rev. 4 (or Saturn II) in it.
  602.  
  603.   Confused?  Well, the only real definitive answer is to get ahold of the board
  604.   and run the debug script in the PCI chipset list on it.  As far as I know,
  605.   though, the SP3G board is indeed shipping with rev. 4 (Saturn II).
  606.  
  607.   5.  Video-Cards
  608.  
  609.   Linux people have successfully used # 9 XGE Level 12, ELSA Winner
  610.   1000, and S3-928 video cards. The XFree86(tm)-3.1.1 does support
  611.   boards with the tseng et4000/w32 in accelerated mode, as well as S3
  612.   Vision 864 and 964 chipsets including boards like the ELSA Winner
  613.   1000Pro and 2000Pro, Number Nine GXE64 and GXE64Pro, Miro Crystal
  614.   20SV). Support in the S3 Server for the Chrontel8391 clock chip has
  615.   been added.
  616.  
  617.   Trio32 and Trio64 S3 Boards like the SPEA V7 Mirage P64 PCI and  MIRO
  618.   Crystal 40SV, are also supported, the Mach32 and Mach64 are supported
  619.   in accelerated mode, too.
  620.  
  621.   The SVGA Driver
  622.  
  623.   16bpp mode (65K colors instead of the usual 256) support for Mach32
  624.   boards as well as 32bpp for some S3 boards and the P9000 boards has
  625.   been added.
  626.  
  627.   tldraben@teleport.com reported:
  628.  
  629.   ╖  Diamond Stealth W32 (et4000/W32) -- Text mode works, X11 suffered
  630.      from "pixel dust", unbearable never got it to work and returned it.
  631.  
  632.   ╖  # 9GXE L12 -- Works, virtual consoles corrupted when switched,
  633.      fixed this with disabling the "fast dram mode" feature in his BIOS.
  634.      Does not get a dot clock above 85, though.
  635.  
  636.   Genoa Phantom 8900PCI card seems to work well.  Genoa Phantom/W32 2MB
  637.   does not work in an ASUS-Board.  Tseng 3000/W32i chipset seems to work
  638.   well.  Spea-v7 mercury-lite works perfectly since XFree86(tm)-2.1.
  639.  
  640.   Spea V7 Mirage P64 PCI 2M with Trio64 works nice since
  641.   XFree86(tm)-3.1.1
  642.  
  643.   ATI Graphics Ultra Pro for PCI with 2MB VRAM and an ATI68875C DAC run
  644.   well as dem@skyline.dayton.oh.us tells us: "It's humming right along
  645.   at 1280x1024 w/256 colors @74Hz non-interlaced. Looks great."
  646.  
  647.   Paradise WD90C33 PCI did lock up on screensaver/X - this has been
  648.   solved in the newer versions of the kernel.  jbauer@badlands.NoDak.edu
  649.   (John Edward Bauer)
  650.  
  651.   miroChrystal 8S/PCI (1MB) S3 - no problem.
  652.  
  653.   Stephen Tweedie reported his Cirrus Logics 5434 PCI card works well.
  654.   It is a 64bit with 2M and runs perfectly with the SVGA driver in 8, 16
  655.   and 32 bit per pixel.
  656.  
  657.   6.  Ethernet Cards
  658.  
  659.   Of course the ISA-ethernet-cards still work, but people are asking for
  660.   PCI-based ones. The author of many (if not most) ethernet- drivers
  661.   said the following some time ago (unfortunately I have not managed to
  662.   contact him about new information):
  663.  
  664.        From: Donald Becker (becker@cesdis.gsfc.nasa.gov) Subject:
  665.        PCI ethernet cards supported?
  666.  
  667.        The LANCE code has been extended to handle the PCI version.
  668.        I hope to get the PCI probe code (about a dozen extra lines
  669.        in the LANCE driver) into the next kernel version.  I'm
  670.        working on the 32 bit mode code.  I haven't yet started the
  671.        21040 code.
  672.  
  673.        I'll write drivers for the PCnet32 mode and the DEC 21040.
  674.        That will cover most of the PCI ethercard market.
  675.  
  676.        file://cesdis.gsfc.nasa.gov/pub/people/becker/whoiam.html
  677.  
  678.   In the new testkernels of 1.1.50 and above, the AMD-singlechip
  679.   ethernetadapters are supported. With a pentium, they ought to then see
  680.   900K/second ftps +(assuming an NCR PCI scsi controller) at about 20%
  681.   cpu load. (AMD Lance).
  682.  
  683.   Anything based on the AMD PCnet/PCI chip should work at the time
  684.   being. In the US the Boca board costs under US$ 70
  685.  
  686.   Geoffry Coram reported in the news that he got his 3com 590 TPO to
  687.   work. He had to get the alpha driver from
  688.   http://cesdis.gsfc.nasa.gov/linux/drivers.  Other drivers would be
  689.   there as well.  Note
  690.   http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
  691.  
  692.   Donald Holmgren said he successfully attached his DEC DE435 (PCI) card
  693.   to the local network on thin coax (BNC).  The DE435 driver checks the
  694.   twisted pair connection first, then switches to the alternate port
  695.   (jumper selectable as AUI or BNC) if the 10BaseT port fails.
  696.  
  697.   Jim Cusick uses the Boca BEN 1PI card on a thin coax network.  It
  698.   works just fine.  You might want to check out:
  699.   http://cesdis.gsfc.nasa.gov/linux/misc/boca-failure.html for details
  700.   on the early failures of this card.  My second card, after sending one
  701.   back for replacement, was marked "PN 4186".  The old one that did not
  702.   work was "PN 4185".  Mandate this newer model when you order from you
  703.   vendor.  At $ 70, the card is a good deal.
  704.  
  705.   Dave Platt recommands to stay off the Boca BEN1PI card at all costs.
  706.   It would be unreliable due to design flaws, and Boca seems unable to
  707.   really fix the problem. The 3Com 3c590 "Vortex" PCI card is available
  708.   in a combo version (10BaseT, thin coax, and AUI).  The Linux driver
  709.   for this card is not yet part of the release kernel, but is available
  710.   from http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html and can be
  711.   patched into the later 1.2.x kernels (as well as 1.3.x) without much
  712.   difficulty.  The Linux driver does not support the interface
  713.   autodetect feature of this card - you must use the DOS utility to
  714.   configure the card for the interface you wish to use (thin coax in
  715.   this case).  Once you've done that, the Linux driver will use the
  716.   correct interface.
  717.  
  718.   He has been using a 3c590 for several weeks, and it is working fine.
  719.  
  720.   Dave Kennedy said he got two of the above Boca boards and they work
  721.   fine under light load. Craig does not recommend it since Boca seems
  722.   not to follow the AMD specs but he has been running them for 2 weeks
  723.   without problems. He tested his NFS performance and has been moving
  724.   large files to and from server (16M, 8M).  He also tried to do all his
  725.   workin localy using his data files mounted by NFS and has had no
  726.   problems. Performance seems to be 100 percent better (wrt to NFS
  727.   performance) over his NE2000 ISA board. (editors note: but so would
  728.   probably have been the ISA SMC Elite Ultra?)
  729.  
  730.   6.1.  3com-3c590-tpo
  731.  
  732.   Someone on usenet mentioned ht used the 3Com-3C590-TPO (EtherLink III
  733.   - PCI).  He had to get the "3c59x.c" driver and "vortex.patch" to make
  734.   it work with his 1.2.8 Linux kernel.
  735.  
  736.   6.2.  DEC435 PCI NIC
  737.  
  738.   The DEC435 PCI NIC is said to work great with the drivers included in
  739.   the Slackwaredistribution - I'd say they are in the standard-kernel?
  740.  
  741.   7.  Motherboards
  742.  
  743.   The people who answered were using the following boards:
  744.  
  745.   7.1.  ASUS
  746.  
  747.   ╖  Ruediger.Funck@Physik.TU-Muenchen.DE - successful.
  748.  
  749.   ╖  strauss@dagoba.escape.de - half-successful, works, but...
  750.  
  751.   ╖  krypton@netzservice.de (Ulrich Teichert), - successful.
  752.  
  753.   ╖  heinrich@zsv.gmd.de - successful
  754.  
  755.   ╖  CARSTEN@AWORLD.aworld.de - successful
  756.  
  757.   ╖  egooch@mc.com - successful - but trouble with the serial port
  758.  
  759.   ╖  archie@CS.Berkeley.EDU and his friend - successful after solving
  760.      IDE-puzzle
  761.  
  762.   ╖  Lars Heinemann (lars@uni-paderborn.de) successful
  763.  
  764.   ╖  Michael Will (Michael.Will@student.uni-tuebingen.de) - successful.
  765.  
  766.   7.2.  Micronics P54i-90
  767.  
  768.   root@intellibase.gte.com succesful bill.foster@mccaw.com successful
  769.   karpens@ncssm-server.ncssm.edu successful
  770.  
  771.   7.3.  SA486P AIO-II
  772.  
  773.   ah@doc.ic.ac.uk successful
  774.  
  775.   7.4.  Sirius SPACE
  776.  
  777.   hi86@rz.uni-karlsruhe.de - successful
  778.  
  779.   7.5.  Gateway-2000
  780.  
  781.   kenf@clark.net - no problems except the soundcard he tries to swap
  782.   dmarples@comms.eee.strathclyde.ac.uk - successful, but...  robert
  783.   logan (rl@de-montfort.ac.uk) - flawless.  James D. Levine
  784.   (jdl@netcom.com) - flawless.
  785.  
  786.   7.6.  Intel-Premiere
  787.  
  788.   grif@cs.ucr.edu - successful jeromem@amiserv.xnet.com - successful
  789.   demarest@rerf.or.jp - successful (Premier-II)
  790.  
  791.   7.7.  DELL Poweredge SP4100 gbelow@pmail.sams.ch - successful
  792.  
  793.   7.8.  torsten@videonetworks.com - successful when turning off plug and
  794.   play DELL OptiPlex Gl+ 575
  795.  
  796.   7.9.  Comtrade Best Buy PCI / PCI48X MB Rev 1.0
  797.  
  798.   tldraben@Teleport.Com - "Works, I believe it has buggy Saturn chipset.
  799.   I would also like to add: I strongly recommend not buying from
  800.   Contrade.  Their service is horrible. "
  801.  
  802.   7.10.  IDeal PCI / PCI48X MB Rev 1.0
  803.  
  804.   tldraben@Teleport.Com - "Did not work with PCI48X motherboard"
  805.  
  806.   7.11.  CMD Tech. PCI IDE / CSA-6400C
  807.  
  808.   tldraben@TelePort.com - "Works"
  809.  
  810.   7.12.  GA-486iS (Gigabyte)
  811.  
  812.   Stefan.Dalibor@informatik.uni-erlangen.de - success with problems.
  813.  
  814.   7.13.  GA-586-ID (Gigabyte) 90 Mhz Pentium PCI/EISA Board
  815.  
  816.   kkeyte@esoc.bitnet - succesful
  817.  
  818.   7.14.  ESCOM 486dx2/66 - which board?
  819.  
  820.   Works perfect except the ftape-streamer (archive)
  821.  
  822.   7.15.  J-Bond with i486dx2/66
  823.  
  824.   Drew Eckhardt (drew@kinglear.cs.Colorado.EDU) uses Diamond Stealth 64
  825.   VRAM with 4M of memory (964 based). It works great, he usualy runs it
  826.   at 1024x768 72hz in 32bpp; 16 and 8bpp also work. He needed to get the
  827.   X311u2S3.tgz server from ftp.xfree86.org; people with 968 based
  828.   Diamond boards will definately need to do this.
  829.  
  830.   7.16.  super micro 011895 03:50 SUPER P54CI-PCI rev 1.3 (Opti)
  831.  
  832.   Manuel de Vega Barreiro
  833.  
  834.   ╖  board    super micro 011895 03:50 SUPER P54CI-PCI rev 1.3
  835.  
  836.   ╖  Opti chipset: 82c557,82c556,82c558,82c621.
  837.  
  838.   ╖  4 PCI, 4 ISA Slots (4x16 Bit)
  839.  
  840.   ╖  ZIF Socket for CPU (120,100,90,75 mHz)
  841.  
  842.   ╖  4 72 pin-SIMMs (max 128Mb)
  843.  
  844.   ╖  cache 256,512,1024 Kb L2-cache
  845.  
  846.   ╖  Ami WinBIOS in Flash-Eprom (101094-VIPER-P)
  847.  
  848.   ╖  onboard: EIDE for 4 drives
  849.  
  850.   ╖  Pentium with 90Mhz, 8M (now 16M) RAM and 256K L2-cache.
  851.  
  852.   ╖  1 maxtor 540 Mb, 1 st3122A 1Gb
  853.  
  854.   ╖  Number Nine 9GXE64pro with 2Mb
  855.  
  856.   ╖  Sound blaster 16 + cdrom Matsushita
  857.  
  858.   ╖  17" microscan 5ep ADI monitor
  859.  
  860.      I run  linux 1.1.57  (now 1.2.1) without problems.  dosemu0.53 work
  861.      fine (com. software like kermit and xtalk) XFree86 3.1 at 1024x768
  862.      resolution
  863.  
  864.   8.  reports on success
  865.  
  866.   8.1.  California Graphics - Sunray II Pro
  867.  
  868.   Guido Trentalancia (guido@gulliver.unian.it) reported the California
  869.   Graphics - Sunray II Pro with Triton chipset to work well with
  870.   Pentium100, Hd: Conner cfs420a, Conner cfs210a, crunching numbers at
  871.   147492 dhrystones/second.
  872.  
  873.   8.2.  Micronics P54i-90 (root@intellibase.gte.com)
  874.  
  875.   Pentium with 90Mhz, 32M RAM and 512K L2-cache. Works extremely well (a
  876.   kernel recompile takes 10 minutes :-).
  877.  
  878.   The board includes:
  879.  
  880.   ╖  UART - two 16550A high speed UARTS
  881.  
  882.   ╖  ECP - one enhanced parallel port
  883.  
  884.   ╖  Onboard IDE controller
  885.  
  886.   ╖  Onboard floppy controller
  887.  
  888.   Pros: Currently, I'm using it with an Adaptec 1542CF and a 1G Seagate
  889.   drive, No problems. Graphics is ATI Graphics Pro Turbo (PCI). Very
  890.   fast. The serial ports can keep up with a TeleBit T3000 modem (38400)
  891.   without overruns.  Caching above 16M does occur. There are 3 banks of
  892.   SIMM slots (2 SIMM's per bank), with each bank capable of 64M each (2
  893.   32M 72-pin SIMM's). Each bank must be filled completely to be used
  894.   (I'm only using bank 0 with 2 16Mx72-pin SIMM's). The CPU socket is a
  895.   ZIF type socket. The BIOS is Phoenix, FLASH type.
  896.  
  897.   Drawbacks: RAM is expandable to 192M, but the L2 cache is maxed at
  898.   512K. While the graphics are very fast, there is currently no XF86
  899.   server for the Mach64 (well, actually there is, but it doesn't use any
  900.   of the accelerator features; it's just an SVGA server). I don't know
  901.   if the onboard IDE hard drive controller works; I'm prejudiced against
  902.   a standard that won't allow my peripherals to operate across
  903.   platforms, so I didn't buy an IDE disk; instead, I got a Seagate
  904.   31200N and a NEC 3Xi.
  905.  
  906.   Mitch
  907.  
  908.   8.3.  Angelo Haritsis (ah@doc.ic.ac.uk) about SA486P AIO-II:
  909.  
  910.   The motherboard I eventually bought (in the UK) is one supporting 486
  911.   SX/DX/DX2/DX4 chips. It is called SA486P AIO-II. Features include:
  912.  
  913.   ╖  Intel Saturn v2 chipset
  914.  
  915.   ╖  Phoenix BIOS (flash eprom option)
  916.  
  917.   ╖  NCR scsi BIOS v 3.04.00
  918.  
  919.   ╖  256K 15ns cache (max 512) write back and write through
  920.  
  921.   ╖  4 72-pin SIMM slots in 2 banks
  922.  
  923.   ╖  3 PCI slots, 4 ISA
  924.  
  925.   ╖  On-board NCR 53c810 scsi controller
  926.  
  927.   ╖  On-board IDE / floppy / 2 x 16550A uarts / enhanced parallel
  928.  
  929.   I bought it from a company (UK) called ICS, (note I have no
  930.   connections whatsoever with the company, just a happy customer). I use
  931.   a 486/DX2-66 CPU.
  932.  
  933.   Before I had a VLB 486 m/board with a buslogic BT-445S controller that
  934.   I was borrowing. I have 2 scsi devices: 1 barracuda 2.1GB ST12550N
  935.   disk and a Wangtek 5525ES tape drive.  I was expecting a lot of
  936.   adventures by switching to the new motherboard, esp after hearing all
  937.   these non-success stories on the net. To my surprise everything worked
  938.   flawlessly on the 1st boot! (1.1.50). And it has been doing so for
  939.   about a month now. I did not even have to repartition the disk:
  940.   apparently the disk geometry bios translation of the 2 controllers is
  941.   the same.  Linux has had no problems at all. SCSI is visibly much
  942.   faster as well (sorry, I have no actual performance measurements).
  943.  
  944.   The only problems (related to Drew's linux ncr53c7,810 scsi driver -
  945.   thanks for the good work Drew!) are:
  946.  
  947.   ╖  no synchronous transfers are yet supported => performance hit
  948.  
  949.   ╖  disconnect/reconnect is disabled => disk scsi ops "hold" during
  950.      certain slow scsi device opeartions (eg tape rewind)
  951.  
  952.   ╖  tagged queuing is not there (?) => performance hit
  953.  
  954.   If you get Windows complainingg about 32-bit disk driver problems,
  955.   just disable 32-bit disk access via Control Panel. This should not
  956.   hurt performance. (What I did is remove the WDCTRL driver from my
  957.   SYSTEM.INI).
  958.  
  959.   All else is fine. I tried the serial ports with some dos/windows s/w
  960.   and worked ok. The IDE/floppy work ok as well. I have not tried the
  961.   parallel yet. The motherboard is quite fast and so far I am very
  962.   pleased with the upgrade. I have not yet tried a PCI graphics board. I
  963.   will later on. I am using an old ISA S3 which is fine at the moment.
  964.  
  965.   8.4.  bill.foster@mccaw.com about his Micronics M5Pi
  966.  
  967.   Micronics M5Pi motherboard with 60 MHz Pentium, PCI bus having the
  968.   following components:
  969.  
  970.   16Mb RAM/512k cache
  971.   onboard IDE, parallel, 16550A UARTS
  972.   2 X 340MB Maxtor IDE Hard Drives
  973.   Soundblaster 16 SCSI-II
  974.   Toshiba 3401B SCSI CD-ROM
  975.   Archive Viper 525MB SCSI Tape Drive
  976.   Viewsonic 17 monitor
  977.   Cardex Challenger PCI video card (ET4000/W32P)
  978.   A4-Tech Serial Mouse
  979.  
  980.   Everything works great, Slackware installation was very easy, I can
  981.   run Quicken 7 for DOS under DOSEMU. I run X at 1152x900 resolution at
  982.   67Hz.
  983.  
  984.   8.5.  Simon Karpen (karpens@ncssm-server.ncssm.edu) with Micronics
  985.   M54pi
  986.  
  987.   I have had no problems with the above board, the on-board PCI IDE
  988.   (hopefully soon will also have SCSI), and an ATI Mach32 (GUP) with 2MB
  989.   of VRAM.
  990.  
  991.   8.6.  Goerg von Below (gbelow@pmail.sams.ch) about DELL Poweredge
  992.  
  993.   - Intel 486DX4/100
  994.   - 16 MB RAM
  995.   - DELL SCSI array (DSA) with Firmware A07, DSA-Manager 1.7
  996.   - 1 GB SCSI HD DIGITAL
  997.   - NEC SCSI CD-ROM
  998.   - 2 GB internal SCSI streamer
  999.   - 3-Com C579 EISA Ethernet card
  1000.   - ATI 6800AX PCI VGA subsystem, 1024 MB RAM
  1001.  
  1002.   CAVE! DELL SCSI Array controller (DSA) runs only with firmware Rev. A07 !
  1003.   A06 is buggy, impossible to reboot !
  1004.   To get it: ftp dell.com , file is /dellbbs/dsa/dsaman17.zip
  1005.  
  1006.   Apart from this firmware-problem there where no problems for the last
  1007.   2 months, running with linux 1.1.42 as primary nameserver, newsserver
  1008.   and www-server on internet.
  1009.  
  1010.   8.7.  zenon@resonex.com about Gateway2000 P-66
  1011.  
  1012.   Gateway2000's P5-66 system with Intel's PCI motherboard, with 5 ISA
  1013.   slots and 3 PCI slots.  The only PCI card I am using is the # 9 GXe
  1014.   level 12 PCI card (2 MB VRAM and 1 MB DRAM). This card was bought from
  1015.   Dell. Under Linux I am using the graphics in the 80x25 mode only (I am
  1016.   waiting for some XFree86 refinements before using it in 1280x1024
  1017.   resolution), but under DOS/Windows I have used the card in
  1018.   1280x1024x256 mode without problems. Etherlink 3C509 Ethernet card,
  1019.   Mitsumi bus-interface card, Adaptec 1542C SCSI interface card and
  1020.   additional serial/parallel ports card (which makes the total of serial
  1021.   ports 3).
  1022.  
  1023.   I have total of 32 MB RAM (recognized and used by both Linux and DOS).
  1024.   There is also a bus mouse (Microsoft in the PS2 mode).
  1025.  
  1026.   No problems so far.
  1027.  
  1028.   8.8.  James D. Levine (jdl@netcom.com) with Gateway2000
  1029.  
  1030.   Gateway 2000 P5-60 with an Intel Mercury motherboard, AMI-Flash-BIOS,
  1031.   (1.00.03.AF1, (c)'92) 16M RAM, on-board IDE controller and an ATI AX0
  1032.   (Mach32 Ultra XLR) PCI display adapter. He had absolutely no problems
  1033.   with the hardware so far but has not tried anything fancy, such as
  1034.   accelerated IDE drivers or SCSI support.
  1035.  
  1036.   8.9.  hi86@rz.uni-karlsruhe.de with SPACE
  1037.  
  1038.   SPACE-board, 8MB RAM, S3 805 1MB DRAM PCI 260MB Seagate IDE-hard disk
  1039.   because of lack of NCR53c810-Driver, 0.99pl15d, does seem to work
  1040.   well.
  1041.  
  1042.   8.10.  grif@cs.ucr.edu with INTEL
  1043.  
  1044.   17 machines running a 60Mhz-i586 on Intel-Premier-PCI-Board
  1045.  
  1046.   8.11.  Jermoe Meyers (jeromem@amiserv.xnet.com) with Intel Premiere
  1047.  
  1048.   Motherboard - Intel Premiere Plato-babyAT 90mhz with Buslogic bt946c
  1049.   w/4.86 mcode w/4.22 autoSCSI firmware, (note, mine came with 4.80
  1050.   mcode and 4.17 autoSCSI firmware. (interrupt pins A,B,C conform to
  1051.   respective PCI slots!) ATI Xpression (Mach64) - using driver from
  1052.   sunsite, (running AcerView 56L monitor).
  1053.  
  1054.   The motherboard has 4 IDE drives, Linux (Slackware 2.0) sees the first
  1055.   two and everything on the Buslogic as it emulates an adaptec 1542.
  1056.   Uh, yes, Dos sees them all.  Buslogic is VERY accomodating in regards
  1057.   to shipping upgraded chips (you will have to know how to change PLCC
  1058.   (plastic leaded chip carrier) chips, 3 of them.  Though, don't let
  1059.   that scare you :-) it's not that tough.  Get a low end PLCC removal
  1060.   tool, and your in business.  You also might want to "flash upgrade
  1061.   your system bios from Intel's IPAN BBS, a trivial process.  Whats even
  1062.   more interesting is I also have a Sound Blaster SCSI-2 running a scsi
  1063.   CDROM drive off it's adaptech 1522 onboard controller.  So thats 4 IDE
  1064.   drives (2 under Linux) and 2 SCSI-2 controllers.
  1065.  
  1066.   I hope this helps others who are struggling with PCI technology use
  1067.   Linux!  Jerry (jeromem@xnet.com)
  1068.  
  1069.   8.12.  Timothy Demarest (demarest@rerf.or.jp) Intel Plato Premiere II
  1070.  
  1071.   My system is configured as follows:  16Mb 60ns RAM, 3Com Etherlink-III
  1072.   53C809 ethernet card (using 10base2), ATI Mach 64 2Mb VRAM, Toshiba 2x
  1073.   SCSI CDROM, NCR 53c810 PCI SCSI, Syquest 3270 270Mb Cartridge Drive,
  1074.   Viewsonic 17 monitor, Pentium-90 (FDIV Bug Free).  Running Slackware
  1075.   2.1.0, Kernel 1.2.0, with other misc patches/upgrades.
  1076.  
  1077.   Everything is functioning flawlessly.  I dont recommend the Syquest
  1078.   drives.  I have used the 3105 and the 3270 and both a very, very
  1079.   fragile.  Also, the cartridges are easily damaged and I have had
  1080.   frequent problems with them.  I am in the process of looking for
  1081.   alternative removable storage (MO, Zip, Minidisc, etc).
  1082.  
  1083.   Some information you might need:
  1084.  
  1085.   8.12.1.  Flash Bios upgrades
  1086.  
  1087.   Flash Bios updates can be ftp'd from
  1088.   wuarchive.wustl.edu:/pub/MSDOS_UPLOADS/plato. The current version is
  1089.   1.00.12.AX1.  The BIOS upgrades *must* be done in order.  1.00.03.AZ1
  1090.   to 1.00.06.AX1 to 1.00.08.AX1 to 1.00.10.AX1 to 1.00.12.AX1.  The
  1091.   Flash BIOS updates can also be downloaded from the Intel BBS.  I do
  1092.   not have that number right now.
  1093.  
  1094.   8.12.2.  NCR 53c810 BIOSless PCI SCSI
  1095.  
  1096.   If you are using an NCR 53c810 BIOSless PCI SCSI card in the Plato,
  1097.   you may have trouble getting the card to be recognized.  I had to
  1098.   change one of the jumpers on the NCR card:  the jumper that controls
  1099.   whether there is 1 or 2 NCR SCSI cards in your system must be set to
  1100.   "2".  I dont know why, but this is how I got it to work.  The other
  1101.   jumper controls the INT setting (A,B,C,D).  I left mine at A (the
  1102.   default).
  1103.  
  1104.   8.12.3.  apart from that - plug and play!
  1105.  
  1106.   There are no settings in the motherboard BIOS for setting the NCR
  1107.   53c810.  Dont worry - once the card is jumpered correctly, it will be
  1108.   recognized!  So much for PCI Plug-n-Play!
  1109.  
  1110.   8.13.  heinrich@zsv.gmd.de with ASUS
  1111.  
  1112.   ASUS-PCI-Board (SP3) having:
  1113.  
  1114.   ╖  -- Asus PCI-Board with AMD 486/dx2-66 and 16M RAM
  1115.  
  1116.   ╖  -- Fujitsu 2196ESA 1G SCSI-II
  1117.  
  1118.   ╖  -- Future Domain 850MEX Controller (cheap-SCSI-Controller, almost a
  1119.      clone to Seagate's ST01... want's to use ncr53c810 as soon as the
  1120.      driver comes out
  1121.  
  1122.   ╖  -- ATI Graphics Ultra (the older one with Mach-8 Chip, ISA-Bus)
  1123.  
  1124.   ╖  -- Slackware 1.1.1
  1125.  
  1126.   He just exchanged the boards, plugged his cards in, connected the
  1127.   cables, and it worked perfect. He does not use any PCI-Cards yet,
  1128.   though.
  1129.  
  1130.   8.14.  CARSTEN@AWORLD.aworld.de with ASUS
  1131.  
  1132.   ASUS-PCI-Board with 486DX66/2, miro-crystal 8s PCI driven by the
  1133.   S3-drivers of XFree86-2.0, using the onboard SCSI-Chip. No problems
  1134.   with compatibility at all.
  1135.  
  1136.   8.15.  Lars Heinemann (lars@uni-paderborn.de) with ASUS
  1137.  
  1138.   ASUS PCI/I-486SP3 Motherboard w/ 486DX2/66 and 16M RAM (2x8),
  1139.   miroChrystal 8S/PCI (1MB) S3, Soundblaster PRO, Adaptec 1542b (3.20
  1140.   ROM) SCSI host adapter with two hard disks (Fujitsu M2694ESA u.
  1141.   Quantum LPS52) and a QIC-150 Streamer attached.  No problems at all!
  1142.  
  1143.   8.16.  Ruediger.Funck@Physik.TU-Muenchen.DE with ASUS
  1144.  
  1145.   ASUS PCI/I-486SP3 / i486DX2-66 / 8 MB PS/2 70 ns BIOS: Award v 4.50
  1146.   CPU TO DRAM write buffer: enabled CPU TO PCI write buffer: enabled PCI
  1147.   TO DRAM write buffer: disabled, unchangeable CPU TO PCI burst write:
  1148.   enabled Miro Crystal 8s PCI - S3 P86C805 - 1MB DRAM
  1149.  
  1150.   Quantum LPS 540S SCSI-Harddisk on NCR53c810-controller.
  1151.  
  1152.   8.17.  robert logan (rl@de-montfort.ac.uk with GW/2000)
  1153.  
  1154.   Gateway 2000 4DX2-66P 16 Megs RAM, PCI ATI AX0 2MB DRAM (ATI GUP).  WD
  1155.   2540 Hard Disk (528 Megs) CrystalScan 1776LE 17inch. (Runs up to
  1156.   1280x1024) Slackware 1.1.2 (0.99pl15f)
  1157.  
  1158.   It is giving no problems. He uses SLIP for networking and an Orchid-
  1159.   Soundwave-32 for niceties, awaiting the NCR-Driver.  The only problem
  1160.   he has is that the IDE-Drive could be much faster on the PCI-IDE. It
  1161.   is one of the new Western Digital fast drives and in DOS/WfW it
  1162.   absolutely screams - on Linux it is just as slow as a good IDE-Drive.
  1163.  
  1164.   8.18.  archie@CS.Berkeley.EDU and his friend use ASUS
  1165.  
  1166.   Archie and his friend have rather similar configurations:
  1167.  
  1168.   ╖  ASUS PCI-SP3 board (4 ISA, 3 PCI)
  1169.  
  1170.   ╖  Intel 486DX2/66
  1171.  
  1172.   ╖  Genoa Phantom 8900PCI card (friend: Tseng 3000/W32i chipset)
  1173.  
  1174.   ╖  Maxtor 345 MB IDE hard drive
  1175.  
  1176.   ╖  Supra 14.4 internal modem
  1177.  
  1178.   ╖  ViewSonic 6e monitor (Archie)
  1179.  
  1180.   ╖  NEC Multisync 4fge (friend)
  1181.  
  1182.   ╖  Slackware 1.2.0
  1183.  
  1184.   The onboard-SCSI is disabled. First there were problems with the IDE-
  1185.   drive: ``on the board there's a jumper which selects whether IRQ14
  1186.   comes from the ISA bus or the PCI bus. The manual has an example where
  1187.   they show connecting it to PCI INT-A. Well, we did that just like the
  1188.   example... but then later our IDE drive would not work (the IDE
  1189.   controller is on board). Had to take it back. The guys at NCA were
  1190.   puzzled, then traced it back to this jumper. I guess the IDE
  1191.   controller uses IRQ14 or something? That's not documented anywhere in
  1192.   the manual. Other than that, seems to be kicking ass nicely now.
  1193.   Running X, modeming, etc. (for the Supra you have to explicitly tell
  1194.   the kernel that the COM port has a 16550A using setserial (in
  1195.   Slackware /etc/rc.d/rc.serial))''.
  1196.  
  1197.   8.19.  Michael Will with ASUS-SP3 486 (the old one)
  1198.  
  1199.   used the following:
  1200.  
  1201.   ╖  ASUS PCI-SP3-Board with 486dx2/66 and 16M RAM
  1202.  
  1203.   ╖  NCR53c810-SCSI-II chip driving a 1GB-Seagate-SCSI-II disk and a
  1204.      Wangtec-tape
  1205.  
  1206.   ╖  ATI-GUP PCI Mach32 Graphics card with 2M VRAM running perfectly
  1207.      with XFree86(tm)-3.1 8bpp and 16bpp
  1208.  
  1209.   ╖  Linux kernel 1.1.69
  1210.  
  1211.   It runs perfectly and I am content with the speed, the ATI-GUP-PCI
  1212.   (Mach32) does not give as good benchmarks as expected, though. Since I
  1213.   got the money by now, I got me an ASUS-SP4 with P90 which gives me
  1214.   better throughput on Mach32-PCI...  If I had even more money I'd get
  1215.   me another 16M of RAM and a Mach64-PCI with 4M RAM, though... I still
  1216.   keep on dreaming :-)
  1217.  
  1218.   8.20.  Mike Frisch (mfrisch@saturn.tlug.org) Giga-Byte 486IM
  1219.  
  1220.   ╖  Motherboard: Giga-Byte 486IM
  1221.  
  1222.   ╖  Configuration: 4 ISA slots (2 double as VLB) and 4 PCI slots
  1223.  
  1224.   ╖  CPU: Intel 486DX/33
  1225.  
  1226.   ╖  BIOS: Award 4.50G
  1227.  
  1228.   ╖  PCI EIDE Disk Controller: Giga-Byte GA-107 (CMD 640x PCI Multi-I/O)
  1229.  
  1230.   ╖  PCI Video card: ATI Graphics eXpression PCI 2MB DRAM
  1231.  
  1232.   ╖  Linux Kernel: 1.2.9
  1233.  
  1234.   ╖  Linux Dist'n: Highly modified Slackware 2.2.0
  1235.  
  1236.   I have been running this board 24 hours a day for the past 5-6 months.
  1237.   It has worked flawlessly for me under DOS/Windows, OS/2 Warp, and
  1238.   Linux (with Linux being run usually 24 hours a day).
  1239.  
  1240.   8.21.  Karl Keyte (kkeyte@esoc.bitnet) Gigabyte GA586 Pentium
  1241.  
  1242.   ╖  PCI/EISA Board Gigabyte GA586-ID 90MHz Pentium (dual processor, one
  1243.      fitted)
  1244.  
  1245.   ╖  32M RAM
  1246.  
  1247.   ╖  SCSI - no scsi-NCR-chip on-board, using Adaptec 1542C,
  1248.  
  1249.   ╖  PCI ATI GUP 2M VRAM
  1250.  
  1251.   ╖  Adaptec 1742 EISA SCSI controller
  1252.  
  1253.   ╖  Soundblaster 16
  1254.  
  1255.   ╖  usual I/O
  1256.  
  1257.   Everything under DOS AND Linux works perfectly.  No problem
  1258.   whatsoever.  A VERY fast machine!  BYTE Unix benchmarks place it about
  1259.   the same as a Sun SuperSPARC-20 running Solaris 2.3.  The PC is faster
  1260.   for integer arithmetic and process stuff (including context
  1261.   switching).  The SPARC is faster for floating point and one of the
  1262.   disk benchmarks.
  1263.  
  1264.   8.22.  kenf@clark.net with G/W 2000
  1265.  
  1266.   He uses a Gateway 2000 with no problems, except the soundcard (which
  1267.   one?). He is trading it in for a genuine soundblaster in hopes that
  1268.   will help.
  1269.  
  1270.   8.23.  Joerg Wedeck (jw@peanuts.informatik.uni-tuebingen.de) / ESCOM
  1271.  
  1272.   originaly buyed a 486 DX2/66 from ESCOM (which board?) with onboard
  1273.   IDE and without (!) onboard NCR-SCSI-chip. ISA-adaptec 1542cf scsi-
  1274.   controller instead spea v7 mercury lite (s3, PCI, 1MB), ISA-
  1275.   Soundblaster-16, mitsumi-cdrom (the slower one).  Everything except
  1276.   the archive-streamer works with no problems.  The spea-v7 works
  1277.   perfectly since XFree86-2.1
  1278.  
  1279.   He abandoned the Intel-board in favour of an ASUS-SP3-g and has some
  1280.   problems with PCI-to-Memory burstmode which is crashing only on Linux,
  1281.   "looking like a deadlock in the swapper". If you have any information
  1282.   on this, please eMail the maintainer of the PCI-HOWTO.
  1283.  
  1284.   After turning off the PCI-to-Memory posting feature it just works
  1285.   perfect.
  1286.  
  1287.   Rather than sending him mail please read his http-homepage at
  1288.   "http://wsiserv.informatik.uni-tuebingen.de/ jw" where he keeps
  1289.   information about his PCI-system, too.
  1290.  
  1291.   8.24.  Ulrich Teichert / ASUS
  1292.  
  1293.   ASUS-PCI board with AMD486dx40 (but actually running at 33Mhz?!)  His
  1294.   ISA-ET3000 Optima 1024A ISA works nice. No problems with Quantum540S
  1295.   SCSI Harddisk attached to the onboard NCR53c810.
  1296.  
  1297.   9.  Reports of problems
  1298.  
  1299.   9.1.  Compaq PCI systems, especially Presarios
  1300.  
  1301.   Patrick Yaner (p_yaner@eos.ncsu.edu) reported a Compaq-speciality to
  1302.   me. It seems they are mapping the PCI BIOS data area to an obscure
  1303.   area of memory, one that Linux (or OS2) cannot access. It can usually
  1304.   find it, but it can't get in, and gives a message on startup
  1305.   (something like "pcibios_init: entry in high memory area, unable to
  1306.   access").  Although this is alright with the display (which is on the
  1307.   PCI bus) and the IDE controller (also PCI), it means any other PCI
  1308.   devices -- such as an Ethernet card -- cannot be detected by Linux.
  1309.  
  1310.   Compaq offers a driver for DOS at
  1311.   ftp://ftp.compaq.com/pub/softpaq/Drivers/SP1116.ZIP
  1312.  
  1313.   but using this with linux would mean using the program that boots
  1314.   linux from DOS, instead of LILO.  Note that Compaq occasionally
  1315.   updates the software in this archive, so the file
  1316.   ftp://ftp.compaq.com/pub/softpaq/allfiles.html (also available as
  1317.   allfiles.txt) might be handy in checking to see that they haven't
  1318.   upgraded.
  1319.  
  1320.   I thought you might be interested in this information, as I never
  1321.   found it anywhere when I tried to put Linux on my Presario.  Oddly, I
  1322.   did find it mentioned in the SCSI-Howto.  I say Oddly because
  1323.   Presarios come with IDE controllers built-in.
  1324.  
  1325.   9.2.  VLSI Wildcat PCI chipset like in Zeos P120 box
  1326.  
  1327.   Paul Bame (bame@sde.hp.com) reported:
  1328.  
  1329.   "Linux (1.3.63) does not understand all of the "VLSI Wildcat" PCI
  1330.   chipset in my fairly new Zeos P120 box.  I noticed that some other
  1331.   vendors are using this chipset too.  Luckily the disk, floppy, and
  1332.   display controller all work so I can re-build and try new kernels as
  1333.   they become available.  My ATAPI CD-ROM and 3c509 Ethernet aren't
  1334.   detected."
  1335.  
  1336.   In his /proc/pci two devices are listed: AMD Ethernet controller and
  1337.   AMD SCSI Controller, but in fact only one of them can be available
  1338.   onboard at the same time, because they are to be plugged into the same
  1339.   chipsocket. In his case, the ethernet controller got reported inspite
  1340.   of its absense, and he thinks that is the reason why his 3c509
  1341.   ethernet add-on-board cannot be found.
  1342.  
  1343.   More information will follow.
  1344.  
  1345.   9.3.  hschmal@informatik.uni-rostock.de and SCSI-PCI-SC200
  1346.  
  1347.   He re.sgml that after plugging that card into his Pentium-board, Linux
  1348.   no longer boots. My first guess is that it is not supported.
  1349.  
  1350.   9.4.  dmarples@comms.eee.strathclyde.ac.uk G/W 2000
  1351.  
  1352.   Gateway 2000 G/W 2000 4DX2/66 PCI ATI-Graphics-Ultra-Pro IDE of
  1353.   indeterminate make
  1354.  
  1355.   It works well - only the IDE-Card runs in ISA-compatibility-mode, and
  1356.   works a lot faster when switched into PCI-Mode by a DOS-program...
  1357.   thus it's not that fast in Linux, and a patch would be nice.
  1358.  
  1359.   9.5.  cip574@wpax01.physik.uni-wuerzburg.de (Frank Hofmann) / ASUS
  1360.  
  1361.   He uses the ASUS-board with 16MB-RAM, ISA-based S3/928, and the
  1362.   onboard-IDE-controller with a Seagate ST4550A harddisk. He's had no
  1363.   trouble with the newer Linux-kernels.
  1364.  
  1365.   His problem:
  1366.  
  1367.        using X, my mouse is not responding the way I was used to before. It's
  1368.        sometimes behind movement and makes jumps if moved quickly. I think
  1369.        this was discussed In a Linux newsgroup before (I don't know which
  1370.        one) and is due to the use of 16550 serial chips for the onboard
  1371.        serial interfaces. After two weeks, I got used to it :-)
  1372.  
  1373.   Reducing the threshold of the 16550 should help. There should be a
  1374.   patch to setserial available somewhere, but I do not know where.
  1375.  
  1376.   9.6.  axel@avalanche.cs.tu-berlin.de (Axel Mahler) / ASUS
  1377.  
  1378.   ASUS PCI/I-486SP3 Motherboard (Award BIOS 4.50), 16 MB RAM the on-
  1379.   Board NCR Chip is disabled, he had the Genoa Phantom/W32 2MB for PCI
  1380.   and a Adaptec AHA-1542CF (BIOS v2.01) connected to:
  1381.  
  1382.   ╖  an IBM 1.05 GB Harddisk
  1383.  
  1384.   ╖  a Toshiba CD-ROM (XM4101-B)
  1385.  
  1386.   ╖  a HP DAT-Streamer (2GB)
  1387.  
  1388.   when creating the filesystems, 'mke2fs' (0.4, v. 1.11.93) hung and
  1389.   installation was impossible. After replacing the Genoa Phantom/W32 2MB
  1390.   PCI with an ELSA Winner 1000 2MB PCI it worked perfectly.  He tested
  1391.   it with an old Eizo VGA-ISA and it worked as well, so the problem was
  1392.   in the Genoa-PCI-card.
  1393.  
  1394.   9.7.  Frank Strauss (strauss@dagoba.escape.de) / ASUS
  1395.  
  1396.   ASUS SP3 Board i486DX2/66 NCR53c810 disabled Adaptec 1542B in ISA Slot
  1397.   with 2 hard drives (200MB Maxtor, 420MB Fijutsu), SyQuest 88MB and
  1398.   Tandberg Streamer ELSA Winner 1000 PCI, 1MB-VRAM Soundblaster Pro in
  1399.   ISA Slot at IRQ 5 Onboard IDE disabled Onboard serial, parallel, FD
  1400.   enabled
  1401.  
  1402.   After a reset, the machine sometimes 'hangs' (soft and hard-reset the
  1403.   same) - this is probably not related to the Adaptec and the Soundcard,
  1404.   because even without these the system sometimes fails to come up. But
  1405.   if it runs, (and the ELSA-WINNER-1000-PCI-message appears) it runs ok.
  1406.  
  1407.   The two serial ports are detected as 16550 as they should, but at some
  1408.   mailbox-sessions there was heavy data-loss at V42bis... The problem
  1409.   seems to be in the hardware...
  1410.  
  1411.   CPU>-PCI-Burst seems to work well with DOS/MS-Windows
  1412.  
  1413.   CPU->PCI-Burst does not work properly with linux0.99p15, Messing up
  1414.   when switching the virtual-consoles, crashing completely when calling
  1415.   big apps like ghostview, or xdvi, leaving the SCSI-LED on (!).
  1416.  
  1417.   (I suspect these apps would be using a lot of CPU->PCI-burst because
  1418.   of the big heap of data to transmit to the PCI-Winner-1000)
  1419.  
  1420.   After disabling CPU->PCI-Burst, it works well, the Winner-1000 at
  1421.   1152x846 (not much font cache with 1MB) does 93k xstones. OpaqueMove
  1422.   with twm is more than just endureable :-)
  1423.  
  1424.   He has got a SATURN.EXE which he loads under DOS before starting
  1425.   Linux, helping to turn on burst without hangs...
  1426.  
  1427.   Someone stated that these problems might go away when turning off
  1428.   "sync negotiation" on the Adaptec - I do not know if this is possible
  1429.   with the adaptec1542B too? But I guess so.
  1430.  
  1431.   With CPU->PCI-Burst it yielded 95k xstones, so he considers it as not
  1432.   too grave to do without. His only problem is that he would like to run
  1433.   his Winner-1000 at 1152x900 which fails because it seems to take any
  1434.   x-resolution higher than 1024pixels as a 1280pixel-resolution, thus
  1435.   wasting a lot end resulting in a y-resolution of 816pixels... but this
  1436.   is probably no PCI-related problem. It should have gone away with
  1437.   XFree86-2.1
  1438.  
  1439.   9.8.  egooch@mc.com / ASUS
  1440.  
  1441.   ╖  BOARD  ASUS PCI/I-486 SP3      RAM: 16MB (4x4M-SIMM)
  1442.  
  1443.   ╖  CPU    486DX33 CPU
  1444.  
  1445.   ╖  BIOS   Ver. 4.50 (12/30/93)
  1446.  
  1447.   ╖  Floppy         Two floppy drives (1.2 and 1.44), using ASUS on-
  1448.      board floppy controller
  1449.  
  1450.   ╖  SCSI tried both WD7000 SCSI controller and Adaptec 1542CF and
  1451.      worked.
  1452.  
  1453.   ╖  Two SCSI 320M hard drives
  1454.  
  1455.   ╖  SCSI NEC84 CDROM drive
  1456.  
  1457.   ╖  SCSI QIC150 Archive tape drive
  1458.  
  1459.   ╖  Video - Tseng ET4000 ISA graphics card
  1460.  
  1461.   ╖  Sound PAS16 sound card
  1462.  
  1463.   ╖  Printer attached to on-board ASUS parallel port
  1464.  
  1465.   He has nothing in the PCI-Slots yet, but wants to buy a PCI-Video-
  1466.   Card, currently uses WD7000 SCSI controller but will switch to the
  1467.   NCR-Chip onboard as soon as the driver is out.
  1468.  
  1469.   Everything works perfectly - the first serial port which has a 14.4K-
  1470.   Modem attached does hang occasionally when reconnecting with the modem
  1471.   after having used it previously.  He says that would not be unique to
  1472.   ASUS but rather a bug in the SMC-LSI device with its 16550UART. The
  1473.   logitech-serial-mouse on the second port works fine. Setting down the
  1474.   threshold of the 16550 for the mouseport would definitely help, one
  1475.   does seem to need a special patched setserial for that? I have not got
  1476.   the information yet, please contact me if you know more!
  1477.  
  1478.   9.9.  Stefan.Dalibor@informatik.uni-erlangen.de / GigaByte
  1479.  
  1480.   ╖  Board - GA-486iS from Gigabyte w/ 256Kb 2L-Cache, i486-DX2
  1481.  
  1482.   ╖  Bios - AMI, 93/8
  1483.  
  1484.   ╖  SCSI - no scsi-NCR-chip on-board, using Adaptec 1542C,
  1485.  
  1486.   ╖  Video - ELSA Winner 1000
  1487.  
  1488.   ╖  Linux 0.99pl14 + SCSI-Clustering-Patches / Slackware 1.1.1
  1489.  
  1490.   All seems to go well, but he has not tried neither networking,
  1491.   printing or a streamer yet. Before applying the clustering- patches he
  1492.   had some problems with hangs triggered by "find", but this no longer
  1493.   is the case - perhaps it was an older kernel-bug.
  1494.  
  1495.   The ELSA-Winner-1000 sometimes hangs, with very strange patterns on
  1496.   the screen resolved only by rebooting... The dealer has told him it
  1497.   was a bug in the ELSA-Card, but the manufacturer claims it had solved
  1498.   the problem. The bug is not reproducible so he does not plan to take
  1499.   any action at the moment.
  1500.  
  1501.   All in all the machine seems to work very well under heavy text
  1502.   processing (emacs, LaTeX, xfig, ghostview) usage.  Interaction is
  1503.   surprisingly responsive, little difference between it and the 3-4X as
  1504.   expensive Sun he works on...
  1505.  
  1506.   CPU->PCI-Burst is still disabled because the bios does not support the
  1507.   PCI-things well?
  1508.  
  1509.   A problem with his new modem (v32 terbo) arose: it looses characters.
  1510.   Especially when using SLIP it complains a lot about RX and TX errors.
  1511.   As soon as he runs X it gets unusable. He said he activated FIFO and
  1512.   RTS/CTS with stty, but to no avail...
  1513.  
  1514.   9.10.  Steve Durst (sdurst@burns.rl.af.mil) with UMC 8500 mainboard
  1515.  
  1516.   Running Linux 1.2.12 on the UMC8500-100Mhz motherboard with the
  1517.   dreaded CMD PCIO640B (E)IDE controller, pci.h does not recognice the
  1518.   mainboard yet, when booting the screen wiggles a few seconds, running
  1519.   the Diamond Stealth64-DRAM (S3 864).
  1520.  
  1521.   9.11.  Tom Drabenstott (tldraben@Teleport.Com) with Comtrade / PCI48IX
  1522.  
  1523.   PCI48IX Motherboard Rev. 1.0. Made by ??? documentation copyrighted by
  1524.   "exrc". The BIOS says not very much about PCI.
  1525.  
  1526.   His E-315E Super IDE UMC (863+865) ISA-Controller-card does have
  1527.   problems. (It is a multifunction controller-card). It seems to work
  1528.   well under DOS/OS2 but not under Linux.
  1529.  
  1530.   10.  General tips for PCI-Motherboard + Linux NCR PCI SCSI
  1531.  
  1532.   This was compiled by Angelo Haritsis (ah@doc.ic.ac.uk) from various
  1533.   people's postings:
  1534.  
  1535.   10.1.  DON'Ts:
  1536.  
  1537.   Do *NOT* go for combination VLB/PCI motherboards. They usually have a
  1538.   lot of problems. Get a plain PCI version (with ISA slots as well of
  1539.   course).  A lot of bad things have been heard about OPTI chipset PCI
  1540.   motherboards.  Someone hints: "Avoid the OPTi (82C596/82C597/82C822)
  1541.   chipset based motherboards like the TMC PCI54PV".
  1542.  
  1543.   (I know of at least one person having no problems with his TMC PCI54PV
  1544.   motherboard. He just had to put the NCR53c810 addonboard into slot-A
  1545.   which is the only slot capable of busmastering as it seems.)
  1546.  
  1547.   Rumours say that Intel chipset PCI motherboards will have problems
  1548.   with more than one bus-mastering PCI board. I have not tried this one
  1549.   yet on mine and have nothing to suggest. I also heard that the Saturn
  1550.   II chipset is problematic, but this is the one I use and it is
  1551.   perfectly ok! Advice: Try to negotiate a 1-2 week money back agreement
  1552.   with your supplier, in case the motherboard you get has problems with
  1553.   the use you plan for it.
  1554.  
  1555.   10.2.  SIMM slots
  1556.  
  1557.   Go for 72-pin only SIMMs for speed: Some (all?) of the mainboards
  1558.   which take 30 pin SIMMs use a 32 bit main memory interface, and will
  1559.   be significantly slower than the Intel based boards which all use a 64
  1560.   bit or permantly interleaved memory interface.  You might want to keep
  1561.   that in mind.
  1562.  
  1563.   10.3.  Praised PCI Pentium motherboard
  1564.  
  1565.   The P90 Intel motherboard with the Intel Premiere II chipset (aka
  1566.   Plato). Get the latest BIOS which has concatenated NCR scsi BIOS
  1567.   3.04.00. Otherwise DOS won't see your scsi disk(s) if you use a BIOS-
  1568.   less 53c810 based controller.  NCR SCSI BIOS exists in the AMI BIOS of
  1569.   the plato after version 1.00.08 (or maybe verion 1.00.06). This BIOS
  1570.   is FLASH upgradeable so you should be able to get the upgrade on a
  1571.   floppy from your supplier. The current version is 1.00.10 and has all
  1572.   early problems fixed.
  1573.  
  1574.   (Bios files should be available at ftp.demon.co.uk:/pub/ibmpc/intel,
  1575.   but I did not check that myself. the Autor.)
  1576.  
  1577.   10.4.  irq-lines
  1578.  
  1579.   The value in the interrupt line PCI configuration register is usually
  1580.   set manually (for compatability with legacy ISA boards) in the
  1581.   extended CMOS setup screens on a per-slot or per-device basis.  Older
  1582.   PCI mainboards also force you to set jumpers for each PCI slot/device
  1583.   which select how PCI INTA and perhaps INTB, INTC, and INTD are mapped
  1584.   to an 8259 IRQ line, Obviously, if these jumpers exist on your board,
  1585.   they must match the settings in the extended CMOS setup.  Also note
  1586.   that some boards (notably Viglens) have silkscreens and instruction
  1587.   manuals which disagree with the wiring, and some experimentation may
  1588.   be in order.
  1589.  
  1590.   10.5.  Info about the different NCR 8xx family scsi chips:
  1591.  
  1592.   All NCR 8XX Chips are dircet connect PCI bus mastering devices, that
  1593.   have no preformance difference wether on motherboard or add in option
  1594.   card.  All devices comply with PCI 2.0 Specification, and can burst 32
  1595.   bit data at the full 33 MHz (133Mbytes/Sec)
  1596.  
  1597.   10.5.1.  53C810
  1598.  
  1599.   53C810 = 8 bit Fast SCSI-2 (10 MB/Sec) Single ended only Requires
  1600.   Integrated Mother board BIOS 100 pin Quad Flat Pack (PQFP) Worlds
  1601.   first PCI SCSI Chip, Volumes make it the most inexpensive.
  1602.  
  1603.   10.5.2.  53C815
  1604.  
  1605.   53C815 = 8 bit Fast SCSI-2 (10 MB/Sec) Single Ended only Support ROM
  1606.   BIOS interface, which makes it ideal for add-in card Designs. 128 Pin
  1607.   QFP
  1608.  
  1609.   10.5.3.  53C825
  1610.  
  1611.   53C825 = 8 bit Fast SCSI-2, Single ended or Differential 16 bit Fast
  1612.   SCSI-2 (20 MB/Sec), Single ended or Differetial Also has support for
  1613.   external Rom, making it a good candidate for add in cards. 160 pin QFP
  1614.   Not supported by linux yet. (See section below on news about the 825).
  1615.   Must have devices with wide or differential scsi to use these
  1616.   features.
  1617.  
  1618.   10.6.  future of 53c8xx
  1619.  
  1620.   There are 4 new devices planned for announcement late this year and
  1621.   into early next year.  Footprint compitible with 810 and 825 with some
  1622.   new features.
  1623.  
  1624.   All the Chips require a BIOS in DOS/Intel applications.  The 810 is
  1625.   the only chip that needs it resident on the motherboard. Latest NCR
  1626.   SCSI BIOS version: 3.04.00 The bios supports disks >1GB, indeed up to
  1627.   8G under MS-LOSS.
  1628.  
  1629.   10.7.  Performance of the 53c810
  1630.  
  1631.   C't magazine's DOS benchmarks showed that it was significantly faster
  1632.   than the Buslogic BT-946, one user noted a 10-15% performance increase
  1633.   versus an Adaptec 2940, and with a very fast disk it may be 2.5X as
  1634.   fast as an Adaptec 1540.
  1635.  
  1636.   10.8.  News about NCR53c825 support
  1637.  
  1638.   works. period.
  1639.  
  1640.   10.9.  Frederic POTTER (Frederic.Potter@masi.ibp.fr) about Pen¡
  1641.   tium+NCR+Strap_bug
  1642.  
  1643.   On some Intel Plato board,  the NCR bios doesn't recognize the board,
  1644.   because it needs to see the board as a "secondary SCSI controller",
  1645.   and because on most SCSI board the jumper to select between
  1646.   primary/secondary has been ironed to primary (to spare 1 cent,
  1647.   presumably).
  1648.  
  1649.   Solution:
  1650.  
  1651.   near the NCR chip, they are 3 via ( kind of holes ) with a strap like
  1652.   that
  1653.                   O--O  O
  1654.  
  1655.           this mean primary is selected as default setting. For the Plato Intel
  1656.           Mainboard, it should be like that
  1657.  
  1658.                   O  O--O
  1659.  
  1660.           The best solution is to get rid of the strap and to put a 2 position
  1661.           jumper instead.
  1662.  
  1663.   10.10.  PCIprobe in the latest Linux Kernels by Frederic Potter
  1664.  
  1665.   Frederic Potter has added a PCI-Probe into the latest kernels. If you
  1666.   do a "cat /proc/pci" it should list all your cards. If you own cards
  1667.   which are not properly recogniced, please contact him via mail as
  1668.   "Frederic.Potter@masi.ibp.fr".
  1669.  
  1670.   See arch/i386/kernel/bios32.c and include/linux/pci.h in the kernel
  1671.   source for more information on PCI-Probe-Stuff.
  1672.  
  1673.   10.11.  Other PCI Devices
  1674.  
  1675.   What other PCI-cards are supported? Apart from various graphicscards,
  1676.   I would like to know about other cards like ethernet, framegrabber, or
  1677.   the TSET boards Cyclades is about to beta-test at the moment:
  1678.  
  1679.   10.11.1.  Cyclades: a 16-port PCI RISC-based multiport card.
  1680.  
  1681.   The product is called Cyclom-Ye, and has the following
  1682.   characteristics:
  1683.  
  1684.   ╖  PCI host card based on the PLX chip-set. This host card supports 8
  1685.      to 32 serial ports, utilizing 8 or 16-port external boxes.
  1686.  
  1687.   ╖  SCSI II cable.
  1688.  
  1689.   ╖  8 or 16-port external boxes with RJ45 or DB25 connectors (your
  1690.      choice).  You can start with 8 ports and expand to 32, by just
  1691.      adding more boxes. Each external box contains 2 or 4 CD-1400 RISC
  1692.      Serial controllers (each CD-1400 controls 4 serial ports).
  1693.  
  1694.   ╖  Up to 4 Host cards can be installed in the PC system, allowing a
  1695.      maximum of 128 serial ports per system.
  1696.  
  1697.   The product is being in the beta-test phase at July the 26th, 1995,
  1698.   and should be available by Octobre or something. eMail them at
  1699.   sales@cyclades.com.
  1700.  
  1701.   11.  Conclusion
  1702.  
  1703.   If you have some moneny to put into your machine, you'd be well off
  1704.   with a Pentium90, ASUS-SP4, which is what I use at the moment. If you
  1705.   can afford 32M RAM that would be much better than 16M RAM.
  1706.  
  1707.   Real soon now the upcoming standard will be the Triton Chipset with
  1708.   support for special SIMMS called EDODRAM, and SRAM. Both will be more
  1709.   expensive than PS2-RAM, and at the time of writing (28-June-1995) SRAM
  1710.   is not available. While EDO-DRAM is more expensive, this is not
  1711.   because of the production costs, they are said to be the same.
  1712.  
  1713.   For a highperformance system I would still choose an ASUS-TP4/XE with
  1714.   EDO-DRAM, but if you do not need to use it at the moment, I d rather
  1715.   wait some more.
  1716.  
  1717.   For Graphic-boards I'd say the best cheap board fitting perfectly on a
  1718.   good Multisync-15 like the Samsung SyncMaster 15Gli, is the SPEA V7
  1719.   Mirage P64 with Trio64 Chipset and 2M DRAM. For more sophisticated
  1720.   Display like the Iiyama-IDEK 8617A-T I think the PCI Mach64 ATI-GUP-
  1721.   Turbo (not the cheaper GUP-Turbo-Windows) would be a good choice, with
  1722.   4M RAM you can have truecolor in higher resolutions. It is well
  1723.   supported in the XFree86(tm)-3.1.1, and there are commercial X-Servers
  1724.   available of which I'd recommend Accelerated/X by Roell, which
  1725.   supports the Mach64 very well and fast.
  1726.  
  1727.   For SCSI I'd take the DPT rather than the (much cheaper and very fast)
  1728.   NCR53c810 in case you plan to use SCSI-Tapes a lot. The NCR53c810
  1729.   driver on Linux does lack disconnect/reconnect support, thus blocking
  1730.   the SCSIbus on operations like "mt rewind", "mt fsf" etc. It bears a
  1731.   performance penalty on tar-operations - but check out Drews new alpha
  1732.   drivers before making a decision, perhaps it does solve all the
  1733.   problems.
  1734.  
  1735.   For building servers, the DPT would be the controller of choice anyway
  1736.   because of all the nifty hardware cache (with elevator sorting on
  1737.   accesses, so cache it is not a silly thing even in a Linux enviroment
  1738.   where the OS does the caching) and RAID-Support up to raid level 5.
  1739.  
  1740.   If you do not want to spend that much money on computer equipment
  1741.   (e.g.: you are having a life) you might go for an ASUS-SP3-SiS with
  1742.   AMD-DX2/66 or DX4/100. The SPEA V7 Mirage P64 PCI with 2M DRAM would
  1743.   be a good choice, since it uses the Trio64 S3 Chip, which is well
  1744.   supported by XFree86(tm)-3.1.1, quite cheap to buy and fast, too.
  1745.  
  1746.   Another fine card since XFree86(tm)-3.1 is the fast and cheap
  1747.   et4000/w32-PCI-card.
  1748.  
  1749.   12.  Thanks
  1750.  
  1751.   I want to thank the following people for supporting this document:
  1752.  
  1753.   ╖  David Lesher (wb8foz@netcom.com) for extensive help with the
  1754.      english language
  1755.  
  1756.   ╖  Nathanael MAKAREVITCH (nat@nataa.frmug.fr.net) for translating into
  1757.      french
  1758.  
  1759.   ╖  Jun Morimoto (morimoto@lab.imagica.co.jp) for translating into
  1760.      japanese
  1761.  
  1762.   ╖  Marco Melgazzi (marco@vcldec1.polito.it) for translating into
  1763.      italian
  1764.  
  1765.   ╖  Donald Becker (becker@cesdis.gsfc.nasa.gov) for ethernet-
  1766.      informations
  1767.  
  1768.   ╖  Drew Eckhardt (drew@kinglear.cs.Colorado.EDU) for SCSI-informations
  1769.  
  1770.   ╖  Zhahai Stewart (zhahai@hisys.com) for help with the intro section
  1771.  
  1772.   and many more peole adding information mostly by mail and by posts,
  1773.   some of them will be named here:
  1774.  
  1775.   CARSTEN@AWORLD.aworld.de,
  1776.   dmarples@comms.eee.strathclyde.ac.uk,
  1777.   drew@kinglear.cs.Colorado.EDU (Working at the PCI-NCR53c810-Driver),
  1778.   duncan@spd.eee.strathclyde.ac.uk,
  1779.   fm3@irz.inf.tu-dresden.de,
  1780.   grif@ucrengr.ucr.edu,
  1781.   heinrich@zsv.gmd.de,
  1782.   hm@ix.de (iX-Magazine),
  1783.   hm@seneca.ix.de,
  1784.   kebsch.pad@sni.de,
  1785.   kenf@clark.net,
  1786.   matthias@penthouse.boerde.de,
  1787.   ortloff@omega.informatik.uni-dortmund.de,
  1788.   preberle@cip.informatik.uni-erlangen.de,
  1789.   rob@me62.lbl.gov,
  1790.   rsi@netcom.com,
  1791.   sk001sp@unidui.uni-duisburg.de,
  1792.   strauss@dagoba.escape.de,
  1793.   strauss@dagoba.priconet.de,
  1794.   hi86@rz.uni-karlsruhe.de,
  1795.   Ulrich Teichert, krypton@netzservice.de,
  1796.   Stefan.Dalibor@informatik.uni-erlangen.de,
  1797.   tldraben@teleport.com
  1798.   mundkur@eagle.ece.uci.edu,
  1799.   ooch@jericho.mc.com,
  1800.   Gert Doering (gert@greenie.muc.de),
  1801.   James D. Levine (jdl@netcom.com),
  1802.   Georg von Below (gbelow@pmail.sams.ch),
  1803.   Jerome Meyers (jeromem@quake.xnet.com),
  1804.   Angelo Haritsis (ah@doc.ic.ac.uk),
  1805.   archie@CS.Berkeley.EDU and his friend kenf@clark.net.
  1806.  
  1807.   13.  copyright/legalese
  1808.  
  1809.   (c)opyright 1993,94 by Michael Will - the GPL (Gnu Public License)
  1810.   applies. See last section about this.
  1811.  
  1812.   If you sell this HOWTO on a CD or in a book I would be happy to have a
  1813.   copy for reference.
  1814.  
  1815.   (Michael.Will@student.uni-tuebingen.de)
  1816.  
  1817.   Contact me, either via eMail or call +49-7071-969063.
  1818.  
  1819.   Trademarks are owned by their owners. There is no warranty on the
  1820.   information in this document.
  1821.  
  1822.   For german users I am offering tested, preinstalled / preconfigured
  1823.   and supported Linux-PCI-machines. Call me at 07071-969063.
  1824.  
  1825.   14.  GPL - Gnu Public License
  1826.  
  1827.                       GNU GENERAL PUBLIC LICENSE
  1828.                          Version 2, June 1991
  1829.  
  1830.    Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  1831.                             675 Mass Ave, Cambridge, MA 02139, USA
  1832.    Everyone is permitted to copy and distribute verbatim copies
  1833.    of this license document, but changing it is not allowed.
  1834.  
  1835.                               Preamble
  1836.  
  1837.     The licenses for most software are designed to take away your
  1838.   freedom to share and change it.  By contrast, the GNU General Public
  1839.   License is intended to guarantee your freedom to share and change free
  1840.   software--to make sure the software is free for all its users.  This
  1841.   General Public License applies to most of the Free Software
  1842.   Foundation's software and to any other program whose authors commit to
  1843.   using it.  (Some other Free Software Foundation software is covered by
  1844.   the GNU Library General Public License instead.)  You can apply it to
  1845.   your programs, too.
  1846.  
  1847.     When we speak of free software, we are referring to freedom, not
  1848.   price.  Our General Public Licenses are designed to make sure that you
  1849.   have the freedom to distribute copies of free software (and charge for
  1850.   this service if you wish), that you receive source code or can get it
  1851.   if you want it, that you can change the software or use pieces of it
  1852.   in new free programs; and that you know you can do these things.
  1853.  
  1854.     To protect your rights, we need to make restrictions that forbid
  1855.   anyone to deny you these rights or to ask you to surrender the rights.
  1856.   These restrictions translate to certain responsibilities for you if you
  1857.   distribute copies of the software, or if you modify it.
  1858.  
  1859.     For example, if you distribute copies of such a program, whether
  1860.   gratis or for a fee, you must give the recipients all the rights that
  1861.   you have.  You must make sure that they, too, receive or can get the
  1862.   source code.  And you must show them these terms so they know their
  1863.   rights.
  1864.  
  1865.     We protect your rights with two steps: (1) copyright the software, and
  1866.   (2) offer you this license which gives you legal permission to copy,
  1867.   distribute and/or modify the software.
  1868.  
  1869.     Also, for each author's protection and ours, we want to make certain
  1870.   that everyone understands that there is no warranty for this free
  1871.   software.  If the software is modified by someone else and passed on, we
  1872.   want its recipients to know that what they have is not the original, so
  1873.   that any problems introduced by others will not reflect on the original
  1874.   authors' reputations.
  1875.  
  1876.     Finally, any free program is threatened constantly by software
  1877.   patents.  We wish to avoid the danger that redistributors of a free
  1878.   program will individually obtain patent licenses, in effect making the
  1879.   program proprietary.  To prevent this, we have made it clear that any
  1880.   patent must be licensed for everyone's free use or not licensed at all.
  1881.  
  1882.     The precise terms and conditions for copying, distribution and
  1883.   modification follow.
  1884.  
  1885.                       GNU GENERAL PUBLIC LICENSE
  1886.      TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  1887.  
  1888.     0. This License applies to any program or other work which contains
  1889.   a notice placed by the copyright holder saying it may be distributed
  1890.   under the terms of this General Public License.  The "Program", below,
  1891.   refers to any such program or work, and a "work based on the Program"
  1892.   means either the Program or any derivative work under copyright law:
  1893.   that is to say, a work containing the Program or a portion of it,
  1894.   either verbatim or with modifications and/or translated into another
  1895.   language.  (Hereinafter, translation is included without limitation in
  1896.   the term "modification".)  Each licensee is addressed as "you".
  1897.  
  1898.   Activities other than copying, distribution and modification are not
  1899.   covered by this License; they are outside its scope.  The act of
  1900.   running the Program is not restricted, and the output from the Program
  1901.   is covered only if its contents constitute a work based on the
  1902.   Program (independent of having been made by running the Program).
  1903.   Whether that is true depends on what the Program does.
  1904.  
  1905.     1. You may copy and distribute verbatim copies of the Program's
  1906.   source code as you receive it, in any medium, provided that you
  1907.   conspicuously and appropriately publish on each copy an appropriate
  1908.   copyright notice and disclaimer of warranty; keep intact all the
  1909.   notices that refer to this License and to the absence of any warranty;
  1910.   and give any other recipients of the Program a copy of this License
  1911.   along with the Program.
  1912.  
  1913.   You may charge a fee for the physical act of transferring a copy, and
  1914.   you may at your option offer warranty protection in exchange for a fee.
  1915.  
  1916.     2. You may modify your copy or copies of the Program or any portion
  1917.   of it, thus forming a work based on the Program, and copy and
  1918.   distribute such modifications or work under the terms of Section 1
  1919.   above, provided that you also meet all of these conditions:
  1920.  
  1921.       a) You must cause the modified files to carry prominent notices
  1922.       stating that you changed the files and the date of any change.
  1923.  
  1924.       b) You must cause any work that you distribute or publish, that in
  1925.       whole or in part contains or is derived from the Program or any
  1926.       part thereof, to be licensed as a whole at no charge to all third
  1927.       parties under the terms of this License.
  1928.  
  1929.       c) If the modified program normally reads commands interactively
  1930.       when run, you must cause it, when started running for such
  1931.       interactive use in the most ordinary way, to print or display an
  1932.       announcement including an appropriate copyright notice and a
  1933.       notice that there is no warranty (or else, saying that you provide
  1934.       a warranty) and that users may redistribute the program under
  1935.       these conditions, and telling the user how to view a copy of this
  1936.       License.  (Exception: if the Program itself is interactive but
  1937.       does not normally print such an announcement, your work based on
  1938.       the Program is not required to print an announcement.)
  1939.  
  1940.   These requirements apply to the modified work as a whole.  If
  1941.   identifiable sections of that work are not derived from the Program,
  1942.   and can be reasonably considered independent and separate works in
  1943.   themselves, then this License, and its terms, do not apply to those
  1944.   sections when you distribute them as separate works.  But when you
  1945.   distribute the same sections as part of a whole which is a work based
  1946.   on the Program, the distribution of the whole must be on the terms of
  1947.   this License, whose permissions for other licensees extend to the
  1948.   entire whole, and thus to each and every part regardless of who wrote it.
  1949.  
  1950.   Thus, it is not the intent of this section to claim rights or contest
  1951.   your rights to work written entirely by you; rather, the intent is to
  1952.   exercise the right to control the distribution of derivative or
  1953.   collective works based on the Program.
  1954.  
  1955.   In addition, mere aggregation of another work not based on the Program
  1956.   with the Program (or with a work based on the Program) on a volume of
  1957.   a storage or distribution medium does not bring the other work under
  1958.   the scope of this License.
  1959.     3. You may copy and distribute the Program (or a work based on it,
  1960.   under Section 2) in object code or executable form under the terms of
  1961.   Sections 1 and 2 above provided that you also do one of the following:
  1962.  
  1963.       a) Accompany it with the complete corresponding machine-readable
  1964.       source code, which must be distributed under the terms of Sections
  1965.       1 and 2 above on a medium customarily used for software interchange; or,
  1966.  
  1967.       b) Accompany it with a written offer, valid for at least three
  1968.       years, to give any third party, for a charge no more than your
  1969.       cost of physically performing source distribution, a complete
  1970.       machine-readable copy of the corresponding source code, to be
  1971.       distributed under the terms of Sections 1 and 2 above on a medium
  1972.       customarily used for software interchange; or,
  1973.  
  1974.       c) Accompany it with the information you received as to the offer
  1975.       to distribute corresponding source code.  (This alternative is
  1976.       allowed only for noncommercial distribution and only if you
  1977.       received the program in object code or executable form with such
  1978.       an offer, in accord with Subsection b above.)
  1979.  
  1980.   The source code for a work means the preferred form of the work for
  1981.   making modifications to it.  For an executable work, complete source
  1982.   code means all the source code for all modules it contains, plus any
  1983.   associated interface definition files, plus the scripts used to
  1984.   control compilation and installation of the executable.  However, as a
  1985.   special exception, the source code distributed need not include
  1986.   anything that is normally distributed (in either source or binary
  1987.   form) with the major components (compiler, kernel, and so on) of the
  1988.   operating system on which the executable runs, unless that component
  1989.   itself accompanies the executable.
  1990.  
  1991.   If distribution of executable or object code is made by offering
  1992.   access to copy from a designated place, then offering equivalent
  1993.   access to copy the source code from the same place counts as
  1994.   distribution of the source code, even though third parties are not
  1995.   compelled to copy the source along with the object code.
  1996.  
  1997.     4. You may not copy, modify, sublicense, or distribute the Program
  1998.   except as expressly provided under this License.  Any attempt
  1999.   otherwise to copy, modify, sublicense or distribute the Program is
  2000.   void, and will automatically terminate your rights under this License.
  2001.   However, parties who have received copies, or rights, from you under
  2002.   this License will not have their licenses terminated so long as such
  2003.   parties remain in full compliance.
  2004.  
  2005.     5. You are not required to accept this License, since you have not
  2006.   signed it.  However, nothing else grants you permission to modify or
  2007.   distribute the Program or its derivative works.  These actions are
  2008.   prohibited by law if you do not accept this License.  Therefore, by
  2009.   modifying or distributing the Program (or any work based on the
  2010.   Program), you indicate your acceptance of this License to do so, and
  2011.   all its terms and conditions for copying, distributing or modifying
  2012.   the Program or works based on it.
  2013.  
  2014.     6. Each time you redistribute the Program (or any work based on the
  2015.   Program), the recipient automatically receives a license from the
  2016.   original licensor to copy, distribute or modify the Program subject to
  2017.   these terms and conditions.  You may not impose any further
  2018.   restrictions on the recipients' exercise of the rights granted herein.
  2019.   You are not responsible for enforcing compliance by third parties to
  2020.   this License.
  2021.  
  2022.     7. If, as a consequence of a court judgment or allegation of patent
  2023.   infringement or for any other reason (not limited to patent issues),
  2024.   conditions are imposed on you (whether by court order, agreement or
  2025.   otherwise) that contradict the conditions of this License, they do not
  2026.   excuse you from the conditions of this License.  If you cannot
  2027.   distribute so as to satisfy simultaneously your obligations under this
  2028.   License and any other pertinent obligations, then as a consequence you
  2029.   may not distribute the Program at all.  For example, if a patent
  2030.   license would not permit royalty-free redistribution of the Program by
  2031.   all those who receive copies directly or indirectly through you, then
  2032.   the only way you could satisfy both it and this License would be to
  2033.   refrain entirely from distribution of the Program.
  2034.  
  2035.   If any portion of this section is held invalid or unenforceable under
  2036.   any particular circumstance, the balance of the section is intended to
  2037.   apply and the section as a whole is intended to apply in other
  2038.   circumstances.
  2039.  
  2040.   It is not the purpose of this section to induce you to infringe any
  2041.   patents or other property right claims or to contest validity of any
  2042.   such claims; this section has the sole purpose of protecting the
  2043.   integrity of the free software distribution system, which is
  2044.   implemented by public license practices.  Many people have made
  2045.   generous contributions to the wide range of software distributed
  2046.   through that system in reliance on consistent application of that
  2047.   system; it is up to the author/donor to decide if he or she is willing
  2048.   to distribute software through any other system and a licensee cannot
  2049.   impose that choice.
  2050.  
  2051.   This section is intended to make thoroughly clear what is believed to
  2052.   be a consequence of the rest of this License.
  2053.  
  2054.     8. If the distribution and/or use of the Program is restricted in
  2055.   certain countries either by patents or by copyrighted interfaces, the
  2056.   original copyright holder who places the Program under this License
  2057.   may add an explicit geographical distribution limitation excluding
  2058.   those countries, so that distribution is permitted only in or among
  2059.   countries not thus excluded.  In such case, this License incorporates
  2060.   the limitation as if written in the body of this License.
  2061.  
  2062.     9. The Free Software Foundation may publish revised and/or new versions
  2063.   of the General Public License from time to time.  Such new versions will
  2064.   be similar in spirit to the present version, but may differ in detail to
  2065.   address new problems or concerns.
  2066.  
  2067.   Each version is given a distinguishing version number.  If the Program
  2068.   specifies a version number of this License which applies to it and "any
  2069.   later version", you have the option of following the terms and conditions
  2070.   either of that version or of any later version published by the Free
  2071.   Software Foundation.  If the Program does not specify a version number of
  2072.   this License, you may choose any version ever published by the Free Software
  2073.   Foundation.
  2074.  
  2075.     10. If you wish to incorporate parts of the Program into other free
  2076.   programs whose distribution conditions are different, write to the author
  2077.   to ask for permission.  For software which is copyrighted by the Free
  2078.   Software Foundation, write to the Free Software Foundation; we sometimes
  2079.   make exceptions for this.  Our decision will be guided by the two goals
  2080.   of preserving the free status of all derivatives of our free software and
  2081.   of promoting the sharing and reuse of software generally.
  2082.  
  2083.                               NO WARRANTY
  2084.  
  2085.     11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  2086.   FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  2087.   OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  2088.   PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  2089.   OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  2090.   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  2091.   TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  2092.   PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  2093.   REPAIR OR CORRECTION.
  2094.  
  2095.     12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  2096.   WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  2097.   REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  2098.   INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  2099.   OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  2100.   TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  2101.   YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  2102.   PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  2103.   POSSIBILITY OF SUCH DAMAGES.
  2104.  
  2105.                        END OF TERMS AND CONDITIONS
  2106.  
  2107.           Appendix: How to Apply These Terms to Your New Programs
  2108.  
  2109.     If you develop a new program, and you want it to be of the greatest
  2110.   possible use to the public, the best way to achieve this is to make it
  2111.   free software which everyone can redistribute and change under these terms.
  2112.  
  2113.     To do so, attach the following notices to the program.  It is safest
  2114.   to attach them to the start of each source file to most effectively
  2115.   convey the exclusion of warranty; and each file should have at least
  2116.   the "copyright" line and a pointer to where the full notice is found.
  2117.  
  2118.       <one line to give the program's name and a brief idea of what it does.>
  2119.       Copyright (C) 19yy  (name of author)
  2120.  
  2121.       This program is free software; you can redistribute it and/or modify
  2122.       it under the terms of the GNU General Public License as published by
  2123.       the Free Software Foundation; either version 2 of the License, or
  2124.       (at your option) any later version.
  2125.  
  2126.       This program is distributed in the hope that it will be useful,
  2127.       but WITHOUT ANY WARRANTY; without even the implied warranty of
  2128.       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2129.       GNU General Public License for more details.
  2130.  
  2131.       You should have received a copy of the GNU General Public License
  2132.       along with this program; if not, write to the Free Software
  2133.       Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  2134.  
  2135.   Also add information on how to contact you by electronic and paper mail.
  2136.  
  2137.   If the program is interactive, make it output a short notice like this
  2138.   when it starts in an interactive mode:
  2139.  
  2140.       Gnomovision version 69, Copyright (C) 19yy name of author
  2141.       Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  2142.       This is free software, and you are welcome to redistribute it
  2143.       under certain conditions; type `show c' for details.
  2144.  
  2145.   The hypothetical commands `show w' and `show c' should show the appropriate
  2146.   parts of the General Public License.  Of course, the commands you use may
  2147.   be called something other than `show w' and `show c'; they could even be
  2148.   mouse-clicks or menu items--whatever suits your program.
  2149.  
  2150.   You should also get your employer (if you work as a programmer) or your
  2151.   school, if any, to sign a "copyright disclaimer" for the program, if
  2152.   necessary.  Here is a sample; alter the names:
  2153.  
  2154.     Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  2155.     `Gnomovision' (which makes passes at compilers) written by James Hacker.
  2156.  
  2157.     (signature of Ty Coon), 1 April 1989
  2158.     Ty Coon, President of Vice
  2159.  
  2160.   This General Public License does not permit incorporating your program into
  2161.   proprietary programs.  If your program is a subroutine library, you may
  2162.   consider it more useful to permit linking proprietary applications with the
  2163.   library.  If this is what you want to do, use the GNU Library General
  2164.   Public License instead of this License.
  2165.  
  2166.