home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 2 / CD ACTUAL VOL 2.iso / docs / kernel.13 / readme.arc < prev    next >
Encoding:
Text File  |  1995-09-10  |  63.5 KB  |  1,912 lines

  1.  
  2. -----------------------------------------------------------------------------
  3. This file is a supplement to README.arcnet.  Please read that for general
  4. driver configuration help.
  5. -----------------------------------------------------------------------------
  6.  
  7. Because so many people (myself included) seem to have obtained ARCnet cards
  8. without manuals, this will be a quick listing of all jumper settings I can
  9. find.  Please e-mail apenwarr@foxnet.net with any settings for
  10. your particular card.
  11.  
  12. Even if your ARCnet model isn't listed, but has the same jumpers, please
  13. e-mail me to say so.
  14.  
  15. If your model isn't listed, and has different settings, PLEASE PLEASE tell
  16. me.  I had to figure mine out without the manual, and it WASN'T FUN!
  17.  
  18. Cards Listed in this file (in this order, mostly):
  19.  
  20.     Manufacturer    Model #        Bits
  21.     ------------    -------        ----
  22.     SMC        PC100        8
  23.     SMC        PC110        8
  24.     SMC        PC120        8
  25.     SMC        PC130        8
  26.     SMC        PC270E        8
  27.     SMC        PC500        16
  28.     SMC        PC500Longboard    16
  29.     SMC        PC550Longboard    16
  30.     SMC        PC600        16
  31.     SMC?        LCS-8830-T    16?
  32.     Puredata    PDI507        16
  33.     CNet Tech    CN120-Series    8
  34.     CNet Tech    CN160-Series    16
  35.     No Name        --        8/16
  36.     No Name        Taiwan R.O.C(?)    8
  37.     Tiara        Tiara Lancard(?)
  38.     
  39.  
  40. ** SMC = Standard Microsystems Corp.
  41. ** CNet Tech = CNet Technology, Inc.
  42.  
  43. The model # is listed right above specifics for that card.  Don't forget to
  44. read "quick briefing" first, since it applies to all ARCnets.
  45.  
  46.  
  47. Unclassified Stuff
  48. ------------------
  49.   - Please send any other information you can find.
  50.   
  51.   - And some unknowns (other info is welcome!):
  52.      From: root@ultraworld.xs4all.nl (Timo Hilbrink)
  53.      To: apenwarr@foxnet.net (Avery Pennarun)
  54.      Date: Wed, 26 Oct 1994 02:10:32 +0000 (GMT)
  55.      Reply-To: timoh@xs4all.nl
  56.  
  57.      [...parts deleted...]
  58.  
  59.      About the jumpers: On my PC130 there is one more jumper, located near the
  60.      cable-connector and it's for changing to star or bus topology; 
  61.      closed: star - open: bus
  62.      On the PC500 are some more jumper-pins, one block labled with RX,PDN,TXI
  63.      and another with ALE,LA17,LA18,LA19 these are undocumented..
  64.  
  65.      [...more parts deleted...]
  66.  
  67.      --- CUT ---
  68.  
  69.  
  70. Quick Briefing:
  71. ---------------
  72.  
  73. All ARCnet cards should have a total of four different settings:
  74.  
  75.   - the I/O address:  this is the "port" your ARCnet card is on.  Probed
  76.     values, as of v0.14, are only from 0x200 through 0x3F0. (If your card
  77.     has additional ones, which is possible, please tell me.) This should not
  78.     be the same as any other device on your system.  According to a doc I
  79.     got from Novell, MS Windows prefers values of 0x300 or more, eating
  80.     netconnections on my system otherwise.
  81.     - Avery's favourite: 0x300.
  82.  
  83.   - the IRQ:  on 8-bit cards, it might be 2 (9), 3, 4, 5, or 7.
  84.              on 16-bit cards, it might be 2 (9), 3, 4, 5, 7, or 10-15.  Make
  85.     sure this is different from any other card on your system.  Note that
  86.     IRQ2 is the same as IRQ9, as far as Linux is concerned.
  87.     - Avery's favourite: IRQ2.
  88.  
  89.   - the memory address:  Unlike most cards, ARCnets use "shared memory" for
  90.     copying buffers around.  Make SURE it doesn't conflict with any other
  91.     used memory in your system!
  92.     A0000        - VGA graphics memory (ok if you don't have VGA)
  93.         B0000        - Monochrome text mode
  94.         C0000        \  One of these is your VGA BIOS - usually C0000.
  95.         E0000        /
  96.         F0000        - System BIOS
  97.  
  98.     Anything less than 0xA0000 is, well, a BAD idea since it isn't above
  99.     640k.
  100.     - Avery's favourite: 0xD0000
  101.  
  102.   - the station address:  Every ARCnet card has its own "unique" network
  103.     address from 0 to 255.  Unlike ethernet, you can set this address
  104.     yourself.  Since it's only 8 bits, you can only have 254 ARCnet cards on
  105.     a network.  DON'T use 0 or 255, since these are reserved. (although neat
  106.     stuff will probably happen if you DO use them).  By the way, if you
  107.     haven't already guessed, don't set this the same as any other ARCnet on
  108.     your network!
  109.     - Avery's favourite:  3 and 4.  Not that it matters.
  110.  
  111.  
  112. ** Standard Microsystems Corp (SMC) **
  113. PC100, PC110, PC120, PC130 (8-bit cards)
  114. PC500, PC600 (16-bit cards)
  115. ---------------------------------
  116.   - mainly from Avery Pennarun <apenwarr@foxnet.net>.  Values depicted are
  117.     from Avery's setup.
  118.   - special thanks to Timo Hilbrink <timoh@xs4all.nl> for noting that PC120,
  119.     130, 500, and 600 all have the same switches as Avery's PC100. 
  120.     PC500/600 have several extra, undocumented pins though. (?)
  121.   - PC110 settings were verified by Stephen A. Wood <saw@cebaf.gov>
  122.   - On the other hand, John Edward Bauer <jbauer@badlands.NoDak.edu> said
  123.     the PC110 settings are all wrong.  In his case, you need to switch all
  124.     the 1's with 0's.  If you're having problems, try that.
  125.   - Also, the JP- and S-numbers probably don't match your card exactly.  Try
  126.     to find jumpers/switches with the same number of settings - it's
  127.     probably more reliable.
  128.   
  129.  
  130.      JP5               [|]    :    :    :    :
  131. (IRQ Setting)              IRQ2  IRQ3 IRQ4 IRQ5 IRQ7
  132.         Put exactly one jumper on exactly one set of pins.
  133.  
  134.                           1  2   3  4  5  6   7  8  9 10
  135.      S1                /----------------------------------\
  136. (I/O and Memory        |  1  1 * 0  0  0  0 * 1  1  0  1  |
  137.  addresses)            \----------------------------------/
  138.                           |--|   |--------|   |--------|
  139.                           (a)       (b)           (m)
  140.  
  141.         a: The first digit of the I/O address.
  142.             Setting        Value
  143.             -------        -----
  144.             00        0
  145.             01        1
  146.             10        2
  147.             11        3
  148.  
  149.         b: The second digit of the I/O address.
  150.             Setting        Value
  151.             -------        -----
  152.             0000        0
  153.             0001        1
  154.             0010        2
  155.             ...        ...
  156.             1110        E
  157.             1111        F
  158.  
  159.         The I/O address is in the form ab0.  For example, if
  160.         a is 0x2 and b is 0xE, the address will be 0x2E0.
  161.  
  162.         DO NOT SET THIS LESS THAN 0x200!!!!!
  163.  
  164.  
  165.         m: The first digit of the memory address.
  166.             Setting        Value
  167.             -------        -----
  168.             0000        0
  169.             0001        1
  170.             0010        2
  171.             ...        ...
  172.             1110        E
  173.             1111        F
  174.  
  175.         The memory address is in the form m0000.  For example, if
  176.         m is D, the address will be 0xD0000.
  177.  
  178.         DO NOT SET THIS TO C0000, F0000, OR LESS THAN A0000!
  179.  
  180.                           1  2  3  4  5  6  7  8
  181.      S2                /--------------------------\
  182. (Station Address)      |  1  1  0  0  0  0  0  0  |
  183.                        \--------------------------/
  184.  
  185.             Setting        Value
  186.             -------        -----
  187.             00000000    00
  188.             10000000    01
  189.             01000000    02
  190.             ...
  191.             01111111    FE
  192.             11111111    FF
  193.  
  194.         Note that this is binary with the digits reversed!
  195.  
  196.         DO NOT SET THIS TO 0 OR 255 (0xFF)!
  197.  
  198.  
  199. *****************************************************************************
  200.  
  201. ** Standard Microsystems Corp (SMC) **
  202. PC130E/PC270E (8-bit cards)
  203. ---------------------------
  204.   - from Juergen Seifert <seifert@htwm.de>
  205.  
  206.  
  207. STANDARD MICROSYSTEMS CORPORATION (SMC) ARCNET(R)-PC130E/PC270E
  208. ===============================================================
  209.  
  210. This description has been written by Juergen Seifert <seifert@htwm.de>
  211. using information from the following Original SMC Manual 
  212.  
  213.              "Configuration Guide for
  214.              ARCNET(R)-PC130E/PC270
  215.             Network Controller Boards
  216.                 Pub. # 900.044A
  217.                    June, 1989"
  218.  
  219. ARCNET is a registered trademark of the Datapoint Corporation
  220. SMC is a registered trademark of the Standard Microsystems Corporation  
  221.  
  222. The PC130E is an enhanced version of the PC130 board, is equipped with a 
  223. standard BNC female connector for connection to RG-62/U coax cable.
  224. Since this board is designed both for point-to-point connection in star
  225. networks and for connection to bus networks, it is downwardly compatible 
  226. with all the other standard boards designed for coax networks (that is,
  227. the PC120, PC110 and PC100 star topology boards and the PC220, PC210 and 
  228. PC200 bus topology boards).
  229.  
  230. The PC270E is an enhanced version of the PC260 board, is equipped with two 
  231. modular RJ11-type jacks for connection to twisted pair wiring.
  232. It can be used in a star or a daisy-chained network.
  233.  
  234.  
  235.          8 7 6 5 4 3 2 1
  236.     ________________________________________________________________
  237.    |   |       S1        |                                          |
  238.    |   |_________________|                                          |
  239.    |    Offs|Base |I/O Addr                                         |
  240.    |     RAM Addr |                                              ___|
  241.    |         ___  ___                                       CR3 |___|
  242.    |        |   \/   |                                      CR4 |___|
  243.    |        |  PROM  |                                           ___|
  244.    |        |        |                                        N |   | 8
  245.    |        | SOCKET |                                        o |   | 7
  246.    |        |________|                                        d |   | 6
  247.    |                   ___________________                    e |   | 5
  248.    |                  |                   |                   A | S | 4
  249.    |       |oo| EXT2  |                   |                   d | 2 | 3
  250.    |       |oo| EXT1  |       SMC         |                   d |   | 2
  251.    |       |oo| ROM   |      90C63        |                   r |___| 1
  252.    |       |oo| IRQ7  |                   |               |o|  _____|
  253.    |       |oo| IRQ5  |                   |               |o| | J1  |
  254.    |       |oo| IRQ4  |                   |              STAR |_____|
  255.    |       |oo| IRQ3  |                   |                   | J2  |
  256.    |       |oo| IRQ2  |___________________|                   |_____|
  257.    |___                                               ______________|
  258.        |                                             |
  259.        |_____________________________________________|
  260.  
  261. Legend:
  262.  
  263. SMC 90C63    ARCNET Controller / Transceiver /Logic
  264. S1    1-3:    I/O Base Address Select
  265.     4-6:    Memory Base Address Select
  266.     7-8:    RAM Offset Select
  267. S2    1-8:    Node ID Select
  268. EXT        Extended Timeout Select
  269. ROM        ROM Enable Select
  270. STAR        Selected - Star Topology    (PC130E only)
  271.         Deselected - Bus Topology    (PC130E only)
  272. CR3/CR4        Diagnostic LEDs
  273. J1        BNC RG62/U Connector        (PC130E only)
  274. J1        6-position Telephone Jack    (PC270E only)
  275. J2        6-position Telephone Jack    (PC270E only)
  276.  
  277. Setting one of the switches to Off/Open means "1", On/Closed means "0".
  278.  
  279.  
  280. Setting the Node ID
  281. -------------------
  282.  
  283. The eight switches in group S2 are used to set the node ID.
  284. Each node attached to the network must have an unique node ID which
  285. must be diffrent from 0.
  286. Switch 1 serves as the least significant bit (LSB).
  287.  
  288. The node ID is the sum of the values of all switches set to "1"  
  289. These values are:
  290.     Switch | Value
  291.     -------|-------
  292.       1    |   1
  293.       2    |   2
  294.       3    |   4
  295.       4    |   8
  296.       5    |  16
  297.       6    |  32
  298.       7    |  64
  299.       8    | 128
  300.  
  301. Some Examples:
  302.  
  303.     Switch         | Hex     | Decimal 
  304.    8 7 6 5 4 3 2 1 | Node ID | Node ID
  305.    ----------------|---------|---------
  306.    0 0 0 0 0 0 0 0 |    not allowed
  307.    0 0 0 0 0 0 0 1 |    1    |    1 
  308.    0 0 0 0 0 0 1 0 |    2    |    2
  309.    0 0 0 0 0 0 1 1 |    3    |    3
  310.        . . .       |         |
  311.    0 1 0 1 0 1 0 1 |   55    |   85
  312.        . . .       |         |
  313.    1 0 1 0 1 0 1 0 |   AA    |  170
  314.        . . .       |         |  
  315.    1 1 1 1 1 1 0 1 |   FD    |  253
  316.    1 1 1 1 1 1 1 0 |   FE    |  254
  317.    1 1 1 1 1 1 1 1 |   FF    |  255
  318.  
  319.  
  320. Setting the I/O Base Address
  321. ----------------------------
  322.  
  323. The first three switches in switch group S1 are used to select one
  324. of eight possible I/O Base addresses using the followig table
  325.  
  326.  
  327.    Switch | Hex I/O
  328.    1 2 3  | Address
  329.    -------|--------
  330.    0 0 0  |  260
  331.    0 0 1  |  290
  332.    0 1 0  |  2E0  (Manufactor's default)
  333.    0 1 1  |  2F0
  334.    1 0 0  |  300
  335.    1 0 1  |  350
  336.    1 1 0  |  380
  337.    1 1 1  |  3E0
  338.  
  339.  
  340. Setting the Base Memory (RAM) buffer Address
  341. --------------------------------------------
  342.  
  343. The memory buffer requires 2K of a 16K block of RAM. The base of this
  344. 16K block can be located in any of eight positions.
  345. Switches 4-6 of switch group S1 select the Base of the 16K block.
  346. Within that 16K address space, the buffer may be assigned any one of four 
  347. positions, determined by the offset, switches 7 and 8 of group S1.
  348.  
  349.    Switch     | Hex RAM | Hex ROM
  350.    4 5 6  7 8 | Address | Address *)
  351.    -----------|---------|-----------
  352.    0 0 0  0 0 |  C0000  |  C2000
  353.    0 0 0  0 1 |  C0800  |  C2000
  354.    0 0 0  1 0 |  C1000  |  C2000
  355.    0 0 0  1 1 |  C1800  |  C2000
  356.               |         |
  357.    0 0 1  0 0 |  C4000  |  C6000
  358.    0 0 1  0 1 |  C4800  |  C6000
  359.    0 0 1  1 0 |  C5000  |  C6000
  360.    0 0 1  1 1 |  C5800  |  C6000
  361.               |         |
  362.    0 1 0  0 0 |  CC000  |  CE000
  363.    0 1 0  0 1 |  CC800  |  CE000
  364.    0 1 0  1 0 |  CD000  |  CE000
  365.    0 1 0  1 1 |  CD800  |  CE000
  366.               |         |
  367.    0 1 1  0 0 |  D0000  |  D2000  (Manufactor's default)
  368.    0 1 1  0 1 |  D0800  |  D2000
  369.    0 1 1  1 0 |  D1000  |  D2000
  370.    0 1 1  1 1 |  D1800  |  D2000
  371.               |         |
  372.    1 0 0  0 0 |  D4000  |  D6000
  373.    1 0 0  0 1 |  D4800  |  D6000
  374.    1 0 0  1 0 |  D5000  |  D6000
  375.    1 0 0  1 1 |  D5800  |  D6000
  376.               |         |
  377.    1 0 1  0 0 |  D8000  |  DA000
  378.    1 0 1  0 1 |  D8800  |  DA000
  379.    1 0 1  1 0 |  D9000  |  DA000
  380.    1 0 1  1 1 |  D9800  |  DA000
  381.               |         |
  382.    1 1 0  0 0 |  DC000  |  DE000
  383.    1 1 0  0 1 |  DC800  |  DE000
  384.    1 1 0  1 0 |  DD000  |  DE000
  385.    1 1 0  1 1 |  DD800  |  DE000
  386.               |         |
  387.    1 1 1  0 0 |  E0000  |  E2000
  388.    1 1 1  0 1 |  E0800  |  E2000
  389.    1 1 1  1 0 |  E1000  |  E2000
  390.    1 1 1  1 1 |  E1800  |  E2000
  391.   
  392. *) To enable the 8K Boot PROM install the jumper ROM.
  393.    The default is jumper ROM not installed.
  394.  
  395.  
  396. Setting the Timeouts and Interrupt
  397. ----------------------------------
  398.  
  399. The jumpers labeled EXT1 and EXT2 are used to determine the timeout 
  400. parameters. These two jumpers are normally left open.
  401. Refer to the COM9026 Data Sheet for alternate configurations.
  402.  
  403. To select a hardware interrupt level set one (only one!) of the jumpers
  404. IRQ2, IRQ3, IRQ4, IRQ5, IRQ7. The Manufactor's default is IRQ2.
  405.  
  406.  
  407. Configuring the PC130E for Star or Bus Topology
  408. -----------------------------------------------
  409.  
  410. The single jumper labeled STAR is used to configure the PC130E board for 
  411. star or bus topology.
  412. When the jumper is installed, the board may be used in a star network, when 
  413. it is removed, the board can be used in a bus topology.
  414.  
  415.  
  416. Diagnostic LEDs
  417. ---------------
  418.  
  419. Two diagnostic LEDs are visible on the rear bracket of the board.
  420. The green LED monitors the network activity: the red one shows the
  421. board activity:
  422.  
  423.  Green  | Status               Red      | Status
  424.  -------|-------------------   ---------|-------------------
  425.   on    | normal activity      flash/on | data transfer
  426.   blink | reconfiguration      off      | no data transfer;
  427.   off   | defectiv board or             | incorect memory or
  428.         | node ID is zero               | I/O address
  429.  
  430.  
  431. *****************************************************************************
  432.  
  433. ** Standard Microsystems Corp (SMC) **
  434. PC500/PC550 Long Board (16-bit cards)
  435. -------------------------------------
  436.   - from Juergen Seifert <seifert@htwm.de>
  437.  
  438.  
  439. STANDARD MICROSYSTEMS CORPORATION (SMC) ARCNET-PC500/PC550 Long Board
  440. =====================================================================
  441.  
  442. Note: There is another Version of the PC500 called Short Version, which 
  443.       is different in hard- and software! The most important differences
  444.       are:
  445.       - The long board has no Shared memory
  446.       - On the long board the selection of the interrupt is done by binary
  447.         coded switch, on the short board directly by jumper.
  448.  
  449.  
  450. This description has been written by Juergen Seifert <seifert@htwm.de>
  451. using information from the following Original SMC Manual 
  452.  
  453.              "Configuration Guide for
  454.              SMC ARCNET-PC500/PC550
  455.          Series Network Controller Boards
  456.              Pub. # 900.033 Rev. A
  457.                 November, 1989"
  458.  
  459. ARCNET is a registered trademark of the Datapoint Corporation
  460. SMC is a registered trademark of the Standard Microsystems Corporation  
  461.  
  462. The PC500 is equipped with a standard BNC female connector for connection
  463. to RG-62/U coax cable.
  464. The board is designed both for point-to-point connection in star networks
  465. and for connection to bus networks.
  466.  
  467. The PC550 is equipped with two modular RJ11-type jacks for connection
  468. to twisted pair wiring.
  469. It can be used in a star or a daisy-chained network.
  470.  
  471.        1 
  472.        0 9 8 7 6 5 4 3 2 1     6 5 4 3 2 1
  473.     ____________________________________________________________________
  474.    < |         SW1         | |     SW2     |                            |
  475.    > |_____________________| |_____________|                            |
  476.    <   IRQ    |I/O Addr                                                 |
  477.    >                                                                 ___|
  478.    <                                                            CR4 |___|
  479.    >                                                            CR3 |___|
  480.    <                                                                 ___|
  481.    >                                                              N |   | 8
  482.    <                                                              o |   | 7
  483.    >                                                              d | S | 6
  484.    <                                                              e | W | 5
  485.    >                                                              A | 3 | 4
  486.    <                                                              d |   | 3
  487.    >                                                              d |   | 2
  488.    <                                                              r |___| 1
  489.    >                                                        |o|    _____|
  490.    <                                                        |o|   | J1  |
  491.    >  3 1                                                   JP6   |_____|
  492.    < |o|o| JP2                                                    | J2  |
  493.    > |o|o|                                                        |_____|
  494.    <  4 2__                                               ______________|
  495.    >    |  |                                             |
  496.    <____|  |_____________________________________________|
  497.  
  498. Legend:
  499.  
  500. SW1    1-6:    I/O Base Address Select
  501.     7-10:    Interrupt Select
  502. SW2    1-6:    Reserved for Future Use
  503. SW3    1-8:    Node ID Select
  504. JP2    1-4:    Extended Timeout Select
  505. JP6        Selected - Star Topology    (PC500 only)
  506.         Deselected - Bus Topology    (PC500 only)
  507. CR3    Green    Monitors Network Activity
  508. CR4    Red    Monitors Board Activity
  509. J1        BNC RG62/U Connector        (PC500 only)
  510. J1        6-position Telephone Jack    (PC550 only)
  511. J2        6-position Telephone Jack    (PC550 only)
  512.  
  513. Setting one of the switches to Off/Open means "1", On/Closed means "0".
  514.  
  515.  
  516. Setting the Node ID
  517. -------------------
  518.  
  519. The eight switches in group SW3 are used to set the node ID. Each node
  520. attached to the network must have an unique node ID which must be 
  521. diffrent from 0.
  522. Switch 1 serves as the least significant bit (LSB).
  523.  
  524. The node ID is the sum of the values of all switches set to "1"  
  525. These values are:
  526.  
  527.     Switch | Value
  528.     -------|-------
  529.       1    |   1
  530.       2    |   2
  531.       3    |   4
  532.       4    |   8
  533.       5    |  16
  534.       6    |  32
  535.       7    |  64
  536.       8    | 128
  537.  
  538. Some Examples:
  539.  
  540.     Switch         | Hex     | Decimal 
  541.    8 7 6 5 4 3 2 1 | Node ID | Node ID
  542.    ----------------|---------|---------
  543.    0 0 0 0 0 0 0 0 |    not allowed
  544.    0 0 0 0 0 0 0 1 |    1    |    1 
  545.    0 0 0 0 0 0 1 0 |    2    |    2
  546.    0 0 0 0 0 0 1 1 |    3    |    3
  547.        . . .       |         |
  548.    0 1 0 1 0 1 0 1 |   55    |   85
  549.        . . .       |         |
  550.    1 0 1 0 1 0 1 0 |   AA    |  170
  551.        . . .       |         |  
  552.    1 1 1 1 1 1 0 1 |   FD    |  253
  553.    1 1 1 1 1 1 1 0 |   FE    |  254
  554.    1 1 1 1 1 1 1 1 |   FF    |  255 
  555.  
  556.  
  557. Setting the I/O Base Address
  558. ----------------------------
  559.  
  560. The first six switches in switch group SW1 are used to select one
  561. of 32 possible I/O Base addresses using the followig table
  562.  
  563.    Switch       | Hex I/O
  564.    6 5  4 3 2 1 | Address
  565.    -------------|--------
  566.    0 1  0 0 0 0 |  200
  567.    0 1  0 0 0 1 |  210
  568.    0 1  0 0 1 0 |  220
  569.    0 1  0 0 1 1 |  230
  570.    0 1  0 1 0 0 |  240
  571.    0 1  0 1 0 1 |  250
  572.    0 1  0 1 1 0 |  260
  573.    0 1  0 1 1 1 |  270
  574.    0 1  1 0 0 0 |  280
  575.    0 1  1 0 0 1 |  290
  576.    0 1  1 0 1 0 |  2A0
  577.    0 1  1 0 1 1 |  2B0
  578.    0 1  1 1 0 0 |  2C0
  579.    0 1  1 1 0 1 |  2D0
  580.    0 1  1 1 1 0 |  2E0 (Manufactor's default)
  581.    0 1  1 1 1 1 |  2F0
  582.    1 1  0 0 0 0 |  300
  583.    1 1  0 0 0 1 |  310
  584.    1 1  0 0 1 0 |  320
  585.    1 1  0 0 1 1 |  330
  586.    1 1  0 1 0 0 |  340
  587.    1 1  0 1 0 1 |  350
  588.    1 1  0 1 1 0 |  360
  589.    1 1  0 1 1 1 |  370
  590.    1 1  1 0 0 0 |  380
  591.    1 1  1 0 0 1 |  390
  592.    1 1  1 0 1 0 |  3A0
  593.    1 1  1 0 1 1 |  3B0
  594.    1 1  1 1 0 0 |  3C0
  595.    1 1  1 1 0 1 |  3D0
  596.    1 1  1 1 1 0 |  3E0
  597.    1 1  1 1 1 1 |  3F0
  598.  
  599.  
  600. Setting the Interrupt
  601. ---------------------
  602.  
  603. Switches seven through ten of switch group SW1 are used to select the 
  604. interrupt level. The interrupt level is binary coded, so selections 
  605. from 0 to 15 would be possible, but only the following eight values will
  606. be supported: 3, 4, 5, 7, 9, 10, 11, 12.
  607.  
  608.    Switch   | IRQ
  609.    10 9 8 7 | 
  610.    ---------|-------- 
  611.     0 0 1 1 |  3
  612.     0 1 0 0 |  4
  613.     0 1 0 1 |  5
  614.     0 1 1 1 |  7
  615.     1 0 0 1 |  9 (=2) (default)
  616.     1 0 1 0 | 10
  617.     1 0 1 1 | 11
  618.     1 1 0 0 | 12
  619.  
  620.  
  621. Setting the Timeouts 
  622. --------------------
  623.  
  624. The two jumpers JP2 (1-4) are used to determine the timeout parameters. 
  625. These two jumpers are normally left open.
  626. Refer to the COM9026 Data Sheet for alternate configurations.
  627.  
  628.  
  629. Configuring the PC500 for Star or Bus Topology
  630. ----------------------------------------------
  631.  
  632. The single jumper labeled JP6 is used to configure the PC500 board for 
  633. star or bus topology.
  634. When the jumper is installed, the board may be used in a star network, when 
  635. it is removed, the board can be used in a bus topology.
  636.  
  637.  
  638. Diagnostic LEDs
  639. ---------------
  640.  
  641. Two diagnostic LEDs are visible on the rear bracket of the board.
  642. The green LED monitors the network activity: the red one shows the
  643. board activity:
  644.  
  645.  Green  | Status               Red      | Status
  646.  -------|-------------------   ---------|-------------------
  647.   on    | normal activity      flash/on | data transfer
  648.   blink | reconfiguration      off      | no data transfer;
  649.   off   | defectiv board or             | incorect memory or
  650.         | node ID is zero               | I/O address
  651.  
  652.  
  653. *****************************************************************************
  654.  
  655. ** Possibly SMC **
  656. LCS-8830-T (16-bit card)
  657. ------------------------
  658.     - from Mathias Katzer <mkatzer@HRZ.Uni-Bielefeld.DE>
  659.     
  660. This is a LCS-8830-T made by SMC, I think ('SMC' only appears on one PLCC,
  661. nowhere else, not even on the few xeroxed sheets from the manual).
  662.  
  663. SMC Arcnet Board Type LCS-8830-T
  664.  
  665.    ------------------------------------
  666.   |                                    |
  667.   |              JP3 88  8 JP2         |
  668.   |       #####      | \               |
  669.   |       #####    ET1 ET2          ###|
  670.   |                              8  ###|
  671.   |  U3   SW 1                  JP0 ###|  Phone Jacks
  672.   |  --                             ###|
  673.   | |  |                               |
  674.   | |  |   SW2                         |
  675.   | |  |                               |
  676.   | |  |  #####                        |
  677.   |  --   #####                       ####  BNC Connector 
  678.   |                                   ####
  679.   |   888888 JP1                       |
  680.   |   234567                           |
  681.    --                           -------
  682.      |||||||||||||||||||||||||||
  683.       --------------------------
  684.  
  685.  
  686. SW1: DIP-Switches for Station Address
  687. SW2: DIP-Switches for Memory Base and I/O Base addresses
  688.  
  689. JP0: If closed, internal termination on (default open)
  690. JP1: IRQ Jumpers
  691. JP2: Boot-ROM enabled if closed
  692. JP3: Jumpers for respsonse timeout
  693.  
  694. U3: Boot-ROM Socket          
  695.  
  696.  
  697. ET1 ET2     Response Time     Idle Time    Reconfiguration Time
  698.  
  699.                78                86               840
  700.  X            285               316              1680
  701.      X        563               624              1680
  702.  X   X       1130              1237              1680
  703.  
  704. (X means closed jumper)
  705.  
  706. (DIP-Switch downwards means "0")
  707.  
  708. The station address is binary-coded with SW1.
  709.  
  710. The I/O base address is coded with DIP-Switches 6,7 and 8 of SW2:
  711.  
  712. Switches        Base
  713. 678             Address
  714. 000        260-26f
  715. 100        290-29f
  716. 010        2e0-2ef
  717. 110        2f0-2ff
  718. 001        300-30f
  719. 101        350-35f
  720. 011        380-38f
  721. 111         3e0-3ef
  722.  
  723.  
  724. DIP Switches 1-5 of SW2 encode the RAM and ROM Adress Range:
  725.  
  726. Switches        Ram           Rom
  727. 12345           Adress Range  Address Range
  728. 00000        C:0000-C:07ff    C:2000-C:3fff
  729. 10000        C:0800-C:0fff
  730. 01000        C:1000-C:17ff
  731. 11000        C:1800-C:1fff
  732. 00100        C:4000-C:47ff    C:6000-C:7fff
  733. 10100        C:4800-C:4fff
  734. 01100        C:5000-C:57ff 
  735. 11100        C:5800-C:5fff
  736. 00010        C:C000-C:C7ff    C:E000-C:ffff
  737. 10010        C:C800-C:Cfff
  738. 01010        C:D000-C:D7ff
  739. 11010        C:D800-C:Dfff
  740. 00110        D:0000-D:07ff    D:2000-D:3fff
  741. 10110        D:0800-D:0fff
  742. 01110        D:1000-D:17ff
  743. 11110        D:1800-D:1fff
  744. 00001        D:4000-D:47ff    D:6000-D:7fff
  745. 10001        D:4800-D:4fff
  746. 01001        D:5000-D:57ff
  747. 11001        D:5800-D:5fff
  748. 00101        D:8000-D:87ff    D:A000-D:bfff
  749. 10101        D:8800-D:8fff
  750. 01101        D:9000-D:97ff
  751. 11101        D:9800-D:9fff 
  752. 00011        D:C000-D:c7ff    D:E000-D:ffff
  753. 10011        D:C800-D:cfff
  754. 01011        D:D000-D:d7ff
  755. 11011        D:D800-D:dfff
  756. 00111        E:0000-E:07ff    E:2000-E:3fff
  757. 10111        E:0800-E:0fff
  758. 01111        E:1000-E:17ff
  759. 11111        E:1800-E:1fff
  760.  
  761.  
  762. *****************************************************************************
  763.  
  764. ** PureData Corp **
  765. PDI507 (16-bit card)
  766. --------------------
  767.     - from Mark Rejhon <mdrejhon@magi.com> (slight modifications by
  768.       Avery)
  769.     - Send questions/suggestions/etc about this text to Mark.
  770.  
  771. Jumpers:
  772.  
  773.     There is a jumper array at the bottom of the card, near the edge
  774.         connector.  This array is labelled J1.  They control the IRQs and
  775.         something else.  Put only one jumper on the IRQ pins.
  776.  
  777.     IRQ2    - Use IRQ 2 (same as IRQ 9 as far as software is concerned)
  778.     IRQ3    - Use IRQ 3 (used by COM2 or COM4 serial port if either exists)
  779.     IRQ4    - Use IRQ 4 (used by COM1 or COM3 serial port if either exists)
  780.     IRQ5    - Use IRQ 5 (used by LPT2 parallel port if one exists)
  781.     IRQ6    - Use IRQ 6 (used by Floppy Disk Controller if one exists)
  782.     IRQ7    - Use IRQ 7 (used by LPT1 parallel port if one exists)
  783.  
  784. [Avery's note:  This "unknown" set of two jumpers appears to be on all
  785. ARCnet cards by SMC as well.  Putting jumpers on them seems to affect the
  786. status register, but only for the two "reserved" bits, ETS1 and ETS2.  Any
  787. further information is welcome.]
  788.  
  789.     ET1    - What is this?  (Not tested, no jumper put on it)
  790.     ET2    - What is this?  (Not tested, no jumper put on it)
  791.  
  792.     There is a J2 jumper on two pins.  A jumper should be put on them,
  793.         since it was already there when I got the card.  I don't know what
  794.         this jumper is for though.
  795.  
  796.     There is a two-jumper array for J3.  I don't know what it is for,
  797.         but there were already two jumpers on it when I got the card.  It's
  798.         a six pin grid in a two-by-three fashion.  The jumpers were
  799.         configured as follows:
  800.  
  801.        .-------.
  802.      o | o   o |
  803.        :-------:    ------> Accessible end of card with connectors
  804.      o | o   o |             in this direction ------->
  805.        `-------'
  806.  
  807.     There is also a J4 jumper on two pins.  A jumper should be put on
  808.         them, since it was already there when I got the card.  I don't know
  809.         what this jumper is for though.
  810.  
  811.  
  812. DIP Switches:
  813.  
  814.     The dipswitches accessible on the accessible end of the card while
  815.         it is installed, is used to set the arcnet address.  There are 8
  816.         switches.  Use an address from 1 to 254.
  817.  
  818.     Switch No.
  819.     12345678    Arcnet address
  820.     -----------------------------------------
  821.     00000000    FF      (Don't use this!)
  822.     00000001    FE
  823.     00000010    FD
  824.     ....
  825.     11111101    2    
  826.     11111110    1
  827.     11111111    0    (Don't use this!)
  828.  
  829.     There is another dipswitch array of 8 switches at the top of the
  830.         card.  There are five labelled MS0-MS4 which seem to control the
  831.         memory address, and another three labelled IO0-IO2 which seem to
  832.         control the base I/O address of the card.
  833.  
  834.     This was difficult to test by trial and error, and the I/O addresses
  835.         are in a weird order.  This was tested by setting the DIP switches,
  836.         rebooting the computer, and attempting to load ARCETHER at various
  837.         addresses (mostly between 0x200 and 0x400).  The address that caused
  838.         the red transmit LED to blink, is the one that I thought works.
  839.  
  840.     Also, the address 0x3D0 seem to have a special meaning, since the
  841.         ARCETHER packet driver loaded fine, but without the red LED
  842.         blinking.  I don't know what 0x3D0 is for though.  I recommend using
  843.         an address of 0x300 since Windows may not like addresses below
  844.         0x300.
  845.  
  846.     IO Switch No.
  847.     210             I/O address
  848.     -------------------------------
  849.     111             0x260
  850.     110             0x290
  851.     101             0x2E0
  852.     100             0x2F0
  853.     011             0x300
  854.     010             0x350
  855.     001             0x380
  856.     000             0x3E0
  857.  
  858.     The memory switches set a reserved address space of 0x1000 bytes
  859.         (0x100 segment units, or 4k).  For example if I set an address of
  860.         0xD000, it will use up addresses 0xD000 to 0xD100.
  861.  
  862.     The memory switches were tested by booting using QEMM386 stealth,
  863.         and using LOADHI to see what address automatically became excluded
  864.         from the upper memory regions, and then attempting to load ARCETHER
  865.         using these addresses.
  866.  
  867.     I recommend using an arcnet memory address of 0xD000, and putting
  868.         the EMS page frame at 0xC000 while using QEMM stealth mode.  That
  869.         way, you get contiguous high memory from 0xD100 almost all the way
  870.         the end of the megabyte.
  871.  
  872.     Memory Switch 0 (MS0) didn't seem to work properly when set to OFF
  873.         on my card.  It could be malfunctioning on my card.  Experiment with
  874.         it ON first, and if it doesn't work, set it to OFF.  (It may be a
  875.         modifier for the 0x200 bit?)
  876.  
  877.     MS Switch No.
  878.     43210           Memory address
  879.     --------------------------------
  880.     00001           0xE100  (guessed - was not detected by QEMM)
  881.     00011           0xE000  (guessed - was not detected by QEMM)
  882.     00101           0xDD00
  883.     00111           0xDC00
  884.     01001           0xD900
  885.     01011           0xD800
  886.     01101           0xD500
  887.     01111           0xD400
  888.     10001           0xD100
  889.     10011           0xD000
  890.     10101           0xCD00
  891.     10111           0xCC00
  892.     11001           0xC900 (guessed - crashes tested system)
  893.     11011           0xC800 (guessed - crashes tested system)
  894.     11101           0xC500 (guessed - crashes tested system)
  895.     11111           0xC400 (guessed - crashes tested system)
  896.     
  897.     
  898. *****************************************************************************
  899.  
  900. ** CNet Technology Inc. **
  901. 120 Series (8-bit cards)
  902. ------------------------
  903.   - from Juergen Seifert <seifert@htwm.de>
  904.  
  905.  
  906. CNET TECHNOLOGY INC. (CNet) ARCNET 120A SERIES
  907. ==============================================
  908.  
  909. This description has been written by Juergen Seifert <seifert@htwm.de>
  910. using information from the following Original CNet Manual 
  911.  
  912.               "ARCNET
  913.             USER'S MANUAL 
  914.                 for
  915.                CN120A
  916.                CN120AB
  917.                CN120TP
  918.                CN120ST
  919.                CN120SBT
  920.              P/N:12-01-0007
  921.              Revision 3.00"
  922.  
  923. ARCNET is a registered trademark of the Datapoint Corporation
  924.  
  925. P/N 120A   ARCNET 8 bit XT/AT Star
  926. P/N 120AB  ARCNET 8 bit XT/AT Bus
  927. P/N 120TP  ARCNET 8 bit XT/AT Twisted Pair
  928. P/N 120ST  ARCNET 8 bit XT/AT Star, Twisted Pair
  929. P/N 120SBT ARCNET 8 bit XT/AT Star, Bus, Twisted Pair
  930.  
  931.     __________________________________________________________________
  932.    |                                                                  |
  933.    |                                                               ___|
  934.    |                                                          LED |___|
  935.    |                                                               ___|
  936.    |                                                            N |   | ID7
  937.    |                                                            o |   | ID6
  938.    |                                                            d | S | ID5
  939.    |                                                            e | W | ID4
  940.    |                     ___________________                    A | 2 | ID3
  941.    |                    |                   |                   d |   | ID2
  942.    |                    |                   |  1 2 3 4 5 6 7 8  d |   | ID1
  943.    |                    |                   | _________________ r |___| ID0
  944.    |                    |      90C65        ||       SW1       |  ____|
  945.    |  JP 8 7            |                   ||_________________| |    |
  946.    |    |o|o|  JP1      |                   |                    | J2 |
  947.    |    |o|o|  |oo|     |                   |         JP 1 1 1   |    |
  948.    |   ______________   |                   |            0 1 2   |____|
  949.    |  |  PROM        |  |___________________|           |o|o|o|  _____|
  950.    |  >  SOCKET      |  JP 6 5 4 3 2                    |o|o|o| | J1  |
  951.    |  |______________|    |o|o|o|o|o|                   |o|o|o| |_____|
  952.    |_____                 |o|o|o|o|o|                   ______________|
  953.          |                                             |
  954.          |_____________________________________________|
  955.  
  956. Legend:
  957.  
  958. 90C65       ARCNET Probe
  959. S1  1-5:    Base Memory Address Select
  960.     6-8:    Base I/O Address Select
  961. S2  1-8:    Node ID Select (ID0-ID7)
  962. JP1     ROM Enable Select
  963. JP2     IRQ2
  964. JP3     IRQ3
  965. JP4     IRQ4
  966. JP5     IRQ5
  967. JP6     IRQ7
  968. JP7/JP8     ET1, ET2 Timeout Parameters
  969. JP10/JP11   Coax / Twisted Pair Select  (CN120ST/SBT only)
  970. JP12        Terminator Select       (CN120AB/ST/SBT only)
  971. J1      BNC RG62/U Connector        (all except CN120TP)
  972. J2      Two 6-position Telephone Jack   (CN120TP/ST/SBT only)
  973.  
  974. Setting one of the switches to Off means "1", On means "0".
  975.  
  976.  
  977. Setting the Node ID
  978. -------------------
  979.  
  980. The eight switches in SW2 are used to set the node ID. Each node attached
  981. to the network must have an unique node ID which must be diffrent from 0.
  982. Switch 1 (ID0) serves as the least significant bit (LSB).
  983.  
  984. The node ID is the sum of the values of all switches set to "1"  
  985. These values are:
  986.  
  987.    Switch | Label | Value
  988.    -------|-------|-------
  989.      1    | ID0   |   1
  990.      2    | ID1   |   2
  991.      3    | ID2   |   4
  992.      4    | ID3   |   8
  993.      5    | ID4   |  16
  994.      6    | ID5   |  32
  995.      7    | ID6   |  64
  996.      8    | ID7   | 128
  997.  
  998. Some Examples:
  999.  
  1000.     Switch         | Hex     | Decimal 
  1001.    8 7 6 5 4 3 2 1 | Node ID | Node ID
  1002.    ----------------|---------|---------
  1003.    0 0 0 0 0 0 0 0 |    not allowed
  1004.    0 0 0 0 0 0 0 1 |    1    |    1 
  1005.    0 0 0 0 0 0 1 0 |    2    |    2
  1006.    0 0 0 0 0 0 1 1 |    3    |    3
  1007.        . . .       |         |
  1008.    0 1 0 1 0 1 0 1 |   55    |   85
  1009.        . . .       |         |
  1010.    1 0 1 0 1 0 1 0 |   AA    |  170
  1011.        . . .       |         |  
  1012.    1 1 1 1 1 1 0 1 |   FD    |  253
  1013.    1 1 1 1 1 1 1 0 |   FE    |  254
  1014.    1 1 1 1 1 1 1 1 |   FF    |  255
  1015.  
  1016.  
  1017. Setting the I/O Base Address
  1018. ----------------------------
  1019.  
  1020. The last three switches in switch block SW1 are used to select one
  1021. of eight possible I/O Base addresses using the followig table
  1022.  
  1023.  
  1024.    Switch      | Hex I/O
  1025.     6   7   8  | Address
  1026.    ------------|--------
  1027.    ON  ON  ON  |  260
  1028.    OFF ON  ON  |  290
  1029.    ON  OFF ON  |  2E0  (Manufactor's default)
  1030.    OFF OFF ON  |  2F0
  1031.    ON  ON  OFF |  300
  1032.    OFF ON  OFF |  350
  1033.    ON  OFF OFF |  380
  1034.    OFF OFF OFF |  3E0
  1035.  
  1036.  
  1037. Setting the Base Memory (RAM) buffer Address
  1038. --------------------------------------------
  1039.  
  1040. The memory buffer (RAM) requires 2K. The base of this buffer can be 
  1041. located in any of eight positions. The address of the Boot Prom is
  1042. memory base + 8K or memory base + 0x2000.
  1043. Switches 1-5 of switch block SW1 select the Memory Base address.
  1044.  
  1045.    Switch              | Hex RAM | Hex ROM
  1046.     1   2   3   4   5  | Address | Address *)
  1047.    --------------------|---------|-----------
  1048.    ON  ON  ON  ON  ON  |  C0000  |  C2000
  1049.    ON  ON  OFF ON  ON  |  C4000  |  C6000
  1050.    ON  ON  ON  OFF ON  |  CC000  |  CE000
  1051.    ON  ON  OFF OFF ON  |  D0000  |  D2000  (Manufactor's default)
  1052.    ON  ON  ON  ON  OFF |  D4000  |  D6000
  1053.    ON  ON  OFF ON  OFF |  D8000  |  DA000
  1054.    ON  ON  ON  OFF OFF |  DC000  |  DE000
  1055.    ON  ON  OFF OFF OFF |  E0000  |  E2000
  1056.   
  1057. *) To enable the Boot ROM install the jumper JP1
  1058.  
  1059. Note: Since the switches 1 and 2 are always set to ON it may be possible
  1060.       that they can be used to add an offset of 2K, 4K or 6K to the base
  1061.       address, but this feature is not documented in the manual and I
  1062.       haven't testet it yet.
  1063.  
  1064.  
  1065. Setting the Interrupt Line
  1066. --------------------------
  1067.  
  1068. To select a hardware interrupt level install one (only one!) of the jumpers
  1069. JP2, JP3, JP4, JP5, JP6. JP2 is the default.
  1070.  
  1071.    Jumper | IRQ     
  1072.    -------|-----
  1073.      2    |  2
  1074.      3    |  3
  1075.      4    |  4
  1076.      5    |  5
  1077.      6    |  7
  1078.  
  1079.  
  1080. Setting the Internal Terminator on CN120AB/TP/SBT
  1081. --------------------------------------------------
  1082.  
  1083. The jumper JP12 is used to enable the internal terminator. 
  1084.  
  1085.                          -----
  1086.        0                |  0  |     
  1087.      -----   ON         |     |  ON
  1088.     |  0  |             |  0  |
  1089.     |     |  OFF         -----   OFF
  1090.     |  0  |                0
  1091.      -----
  1092.    Terminator          Terminator 
  1093.     disabled            enabled
  1094.   
  1095.  
  1096. Selecting the Connector Type on CN120ST/SBT
  1097. -------------------------------------------
  1098.  
  1099.      JP10    JP11        JP10    JP11
  1100.                          -----   -----
  1101.        0       0        |  0  | |  0  |       
  1102.      -----   -----      |     | |     |
  1103.     |  0  | |  0  |     |  0  | |  0  |
  1104.     |     | |     |      -----   -----
  1105.     |  0  | |  0  |        0       0 
  1106.      -----   -----
  1107.      Coaxial Cable       Twisted Pair Cable 
  1108.        (Default)
  1109.  
  1110.  
  1111. Setting the Timeout Parameters
  1112. ------------------------------
  1113.  
  1114. The jumpers labeled EXT1 and EXT2 are used to determine the timeout 
  1115. parameters. These two jumpers are normally left open.
  1116.  
  1117.  
  1118.  
  1119. *****************************************************************************
  1120.  
  1121. ** CNet Technology Inc. **
  1122. 160 Series (16-bit cards)
  1123. -------------------------
  1124.   - from Juergen Seifert <seifert@htwm.de>
  1125.  
  1126. CNET TECHNOLOGY INC. (CNet) ARCNET 160A SERIES
  1127. ==============================================
  1128.  
  1129. This description has been written by Juergen Seifert <seifert@htwm.de>
  1130. using information from the following Original CNet Manual 
  1131.  
  1132.               "ARCNET
  1133.             USER'S MANUAL 
  1134.                 for
  1135.                CN160A
  1136.                CN160AB
  1137.                CN160TP
  1138.              P/N:12-01-0006
  1139.              Revision 3.00"
  1140.  
  1141. ARCNET is a registered trademark of the Datapoint Corporation
  1142.  
  1143. P/N 160A   ARCNET 16 bit XT/AT Star
  1144. P/N 160AB  ARCNET 16 bit XT/AT Bus
  1145. P/N 160TP  ARCNET 16 bit XT/AT Twisted Pair
  1146.  
  1147.    ___________________________________________________________________
  1148.   <                             _________________________          ___|
  1149.   >               |oo| JP2     |                         |    LED |___|
  1150.   <               |oo| JP1     |        9026             |    LED |___|
  1151.   >                            |_________________________|         ___|
  1152.   <                                                             N |   | ID7
  1153.   >                                                      1      o |   | ID6
  1154.   <                                    1 2 3 4 5 6 7 8 9 0      d | S | ID5
  1155.   >         _______________           _____________________     e | W | ID4
  1156.   <        |     PROM      |         |         SW1         |    A | 2 | ID3
  1157.   >        >    SOCKET     |         |_____________________|    d |   | ID2
  1158.   <        |_______________|          | IO-Base   | MEM   |     d |   | ID1
  1159.   >                                                             r |___| ID0
  1160.   <                                                               ____|
  1161.   >                                                              |    |
  1162.   <                                                              | J1 |
  1163.   >                                                              |    |
  1164.   <                                                              |____|
  1165.   >                            1 1 1 1                                |
  1166.   <  3 4 5 6 7      JP     8 9 0 1 2 3                                |
  1167.   > |o|o|o|o|o|           |o|o|o|o|o|o|                               |
  1168.   < |o|o|o|o|o| __        |o|o|o|o|o|o|                    ___________|
  1169.   >            |  |                                       |
  1170.   <____________|  |_______________________________________|
  1171.  
  1172. Legend:
  1173.  
  1174. 9026            ARCNET Probe
  1175. SW1 1-6:    Base I/O Address Select
  1176.     7-10:   Base Memory Address Select
  1177. SW2 1-8:    Node ID Select (ID0-ID7)
  1178. JP1/JP2     ET1, ET2 Timeout Parameters
  1179. JP3-JP13    Interrupt Select
  1180. J1      BNC RG62/U Connector        (CN160A/AB only)
  1181. J1      Two 6-position Telephone Jack   (CN160TP only)
  1182. LED
  1183.  
  1184. Setting one of the switches to Off means "1", On means "0".
  1185.  
  1186.  
  1187. Setting the Node ID
  1188. -------------------
  1189.  
  1190. The eight switches in SW2 are used to set the node ID. Each node attached
  1191. to the network must have an unique node ID which must be diffrent from 0.
  1192. Switch 1 (ID0) serves as the least significant bit (LSB).
  1193.  
  1194. The node ID is the sum of the values of all switches set to "1"  
  1195. These values are:
  1196.  
  1197.    Switch | Label | Value
  1198.    -------|-------|-------
  1199.      1    | ID0   |   1
  1200.      2    | ID1   |   2
  1201.      3    | ID2   |   4
  1202.      4    | ID3   |   8
  1203.      5    | ID4   |  16
  1204.      6    | ID5   |  32
  1205.      7    | ID6   |  64
  1206.      8    | ID7   | 128
  1207.  
  1208. Some Examples:
  1209.  
  1210.     Switch         | Hex     | Decimal 
  1211.    8 7 6 5 4 3 2 1 | Node ID | Node ID
  1212.    ----------------|---------|---------
  1213.    0 0 0 0 0 0 0 0 |    not allowed
  1214.    0 0 0 0 0 0 0 1 |    1    |    1 
  1215.    0 0 0 0 0 0 1 0 |    2    |    2
  1216.    0 0 0 0 0 0 1 1 |    3    |    3
  1217.        . . .       |         |
  1218.    0 1 0 1 0 1 0 1 |   55    |   85
  1219.        . . .       |         |
  1220.    1 0 1 0 1 0 1 0 |   AA    |  170
  1221.        . . .       |         |  
  1222.    1 1 1 1 1 1 0 1 |   FD    |  253
  1223.    1 1 1 1 1 1 1 0 |   FE    |  254
  1224.    1 1 1 1 1 1 1 1 |   FF    |  255
  1225.  
  1226.  
  1227. Setting the I/O Base Address
  1228. ----------------------------
  1229.  
  1230. The first six switches in switch block SW1 are used to select the I/O Base
  1231. address using the followig table:
  1232.  
  1233.              Switch        | Hex I/O
  1234.     1   2   3   4   5   6  | Address
  1235.    ------------------------|--------
  1236.    OFF ON  ON  OFF OFF ON  |  260
  1237.    OFF ON  OFF ON  ON  OFF |  290
  1238.    OFF ON  OFF OFF OFF ON  |  2E0  (Manufactor's default)
  1239.    OFF ON  OFF OFF OFF OFF |  2F0
  1240.    OFF OFF ON  ON  ON  ON  |  300
  1241.    OFF OFF ON  OFF ON  OFF |  350
  1242.    OFF OFF OFF ON  ON  ON  |  380
  1243.    OFF OFF OFF OFF OFF ON  |  3E0
  1244.  
  1245. Note: Other IO-Base addresses seem to be selectable, but only the above
  1246.       combinations are documented.
  1247.  
  1248.  
  1249. Setting the Base Memory (RAM) buffer Address
  1250. --------------------------------------------
  1251.  
  1252. The switches 7-10 of switch block SW1 are used to select the Memory
  1253. Base address of the RAM (2K) and the PROM.
  1254.  
  1255.    Switch          | Hex RAM | Hex ROM
  1256.     7   8   9  10  | Address | Address
  1257.    ----------------|---------|-----------
  1258.    OFF OFF ON  ON  |  C0000  |  C8000
  1259.    OFF OFF ON  OFF |  D0000  |  D8000 (Default)
  1260.    OFF OFF OFF ON  |  E0000  |  E8000
  1261.  
  1262. Note: Other MEM-Base addresses seem to be selectable, but only the above
  1263.       combinations are documented.
  1264.  
  1265.  
  1266. Setting the Interrupt Line
  1267. --------------------------
  1268.  
  1269. To select a hardware interrupt level install one (only one!) of the jumpers
  1270. JP3 through JP13 using the following table:
  1271.  
  1272.    Jumper | IRQ     
  1273.    -------|-----------------
  1274.      3    |  14
  1275.      4    |  15
  1276.      5    |  12
  1277.      6    |  11
  1278.      7    |  10
  1279.      8    |   3
  1280.      9    |   4
  1281.     10    |   5
  1282.     11    |   6
  1283.     12    |   7
  1284.     13    |   2 (=9) Default!
  1285.  
  1286. Note:  - Do not use JP11=IRQ6, it may conflict with your Floppy Disk
  1287.          Controler
  1288.        - Use JP3=IRQ14 only, if you don't have an IDE-, MFM-, or RLL-
  1289.          Hard Disk, it may conflict with their controlers
  1290.  
  1291.  
  1292. Setting the Timeout Parameters
  1293. ------------------------------
  1294.  
  1295. The jumpers labeled JP1 and JP2 are used to determine the timeout
  1296. parameters. These two jumpers are normally left open.
  1297.  
  1298.  
  1299. *****************************************************************************
  1300.  
  1301. ** No Name **
  1302. 8-bit cards, 16-bit cards
  1303. -------------------------
  1304.   - from Juergen Seifert <seifert@htwm.de>
  1305.   
  1306. NONAME 8-BIT ARCNET
  1307. ===================
  1308.  
  1309. I have named this ARCnet card "NONAME", since there is no name of any
  1310. manufactor on the Installation manual nor on the shipping box. The only
  1311. hint to the existence of a manufactor at all is written into cupper,
  1312. it is "Made in Taiwan"
  1313.  
  1314. This description has been written by Juergen Seifert <seifert@htwm.de>
  1315. using information from the Original
  1316.                     "ARCnet Installation Manual"
  1317.  
  1318.  
  1319.     ________________________________________________________________
  1320.    | |STAR| BUS| T/P|                                               |
  1321.    | |____|____|____|                                               |
  1322.    |                            _____________________               |
  1323.    |                           |                     |              |
  1324.    |                           |                     |              |
  1325.    |                           |                     |              |
  1326.    |                           |        SMC          |              |
  1327.    |                           |                     |              |
  1328.    |                           |       COM90C65      |              |
  1329.    |                           |                     |              |
  1330.    |                           |                     |              |
  1331.    |                           |__________-__________|              |
  1332.    |                                                           _____|
  1333.    |      _______________                                     |  CN |
  1334.    |     | PROM          |                                    |_____|
  1335.    |     > SOCKET        |                                          |
  1336.    |     |_______________|         1 2 3 4 5 6 7 8  1 2 3 4 5 6 7 8 |
  1337.    |                               _______________  _______________ |
  1338.    |           |o|o|o|o|o|o|o|o|  |      SW1      ||      SW2      ||
  1339.    |           |o|o|o|o|o|o|o|o|  |_______________||_______________||
  1340.    |___         2 3 4 5 7 E E R        Node ID       IOB__|__MEM____|
  1341.        |        \ IRQ   / T T O                      |
  1342.        |__________________1_2_M______________________|
  1343.  
  1344. Legend:
  1345.  
  1346. COM90C65:       Arcnet Probe
  1347. S1  1-8:    Node ID Select
  1348. S2  1-3:    I/O Base Address Select
  1349.     4-6:    Memory Base Address Select
  1350.     7-8:    RAM Offset Select
  1351. ET1, ET2    Extended Timeout Select
  1352. ROM     ROM Enable Select
  1353. CN              RG62 Coax Connector
  1354. STAR| BUS | T/P Three fields for placing a sign (colored circle)
  1355.                 indicating the topologie of the card
  1356.  
  1357. Setting one of the switches to Off means "1", On means "0".
  1358.  
  1359.  
  1360. Setting the Node ID
  1361. -------------------
  1362.  
  1363. The eight switches in group SW1 are used to set the node ID.
  1364. Each node attached to the network must have an unique node ID which
  1365. must be diffrent from 0.
  1366. Switch 8 serves as the least significant bit (LSB).
  1367.  
  1368. The node ID is the sum of the values of all switches set to "1"  
  1369. These values are:
  1370.  
  1371.     Switch | Value
  1372.     -------|-------
  1373.       8    |   1
  1374.       7    |   2
  1375.       6    |   4
  1376.       5    |   8
  1377.       4    |  16
  1378.       3    |  32
  1379.       2    |  64
  1380.       1    | 128
  1381.  
  1382. Some Examples:
  1383.  
  1384.     Switch         | Hex     | Decimal 
  1385.    1 2 3 4 5 6 7 8 | Node ID | Node ID
  1386.    ----------------|---------|---------
  1387.    0 0 0 0 0 0 0 0 |    not allowed
  1388.    0 0 0 0 0 0 0 1 |    1    |    1 
  1389.    0 0 0 0 0 0 1 0 |    2    |    2
  1390.    0 0 0 0 0 0 1 1 |    3    |    3
  1391.        . . .       |         |
  1392.    0 1 0 1 0 1 0 1 |   55    |   85
  1393.        . . .       |         |
  1394.    1 0 1 0 1 0 1 0 |   AA    |  170
  1395.        . . .       |         |  
  1396.    1 1 1 1 1 1 0 1 |   FD    |  253
  1397.    1 1 1 1 1 1 1 0 |   FE    |  254
  1398.    1 1 1 1 1 1 1 1 |   FF    |  255
  1399.  
  1400.  
  1401. Setting the I/O Base Address
  1402. ----------------------------
  1403.  
  1404. The first three switches in switch group SW2 are used to select one
  1405. of eight possible I/O Base addresses using the followig table
  1406.  
  1407.    Switch      | Hex I/O
  1408.     1   2   3  | Address
  1409.    ------------|--------
  1410.    ON  ON  ON  |  260
  1411.    ON  ON  OFF |  290
  1412.    ON  OFF ON  |  2E0  (Manufactor's default)
  1413.    ON  OFF OFF |  2F0
  1414.    OFF ON  ON  |  300
  1415.    OFF ON  OFF |  350
  1416.    OFF OFF ON  |  380
  1417.    OFF OFF OFF |  3E0
  1418.  
  1419.  
  1420. Setting the Base Memory (RAM) buffer Address
  1421. --------------------------------------------
  1422.  
  1423. The memory buffer requires 2K of a 16K block of RAM. The base of this
  1424. 16K block can be located in any of eight positions.
  1425. Switches 4-6 of switch group SW2 select the Base of the 16K block.
  1426. Within that 16K address space, the buffer may be assigned any one of four
  1427. positions, determined by the offset, switches 7 and 8 of group SW2.
  1428.  
  1429.    Switch     | Hex RAM | Hex ROM
  1430.    4 5 6  7 8 | Address | Address *)
  1431.    -----------|---------|-----------
  1432.    0 0 0  0 0 |  C0000  |  C2000
  1433.    0 0 0  0 1 |  C0800  |  C2000
  1434.    0 0 0  1 0 |  C1000  |  C2000
  1435.    0 0 0  1 1 |  C1800  |  C2000
  1436.               |         |
  1437.    0 0 1  0 0 |  C4000  |  C6000
  1438.    0 0 1  0 1 |  C4800  |  C6000
  1439.    0 0 1  1 0 |  C5000  |  C6000
  1440.    0 0 1  1 1 |  C5800  |  C6000
  1441.               |         |
  1442.    0 1 0  0 0 |  CC000  |  CE000
  1443.    0 1 0  0 1 |  CC800  |  CE000
  1444.    0 1 0  1 0 |  CD000  |  CE000
  1445.    0 1 0  1 1 |  CD800  |  CE000
  1446.               |         |
  1447.    0 1 1  0 0 |  D0000  |  D2000  (Manufactor's default)
  1448.    0 1 1  0 1 |  D0800  |  D2000
  1449.    0 1 1  1 0 |  D1000  |  D2000
  1450.    0 1 1  1 1 |  D1800  |  D2000
  1451.               |         |
  1452.    1 0 0  0 0 |  D4000  |  D6000
  1453.    1 0 0  0 1 |  D4800  |  D6000
  1454.    1 0 0  1 0 |  D5000  |  D6000
  1455.    1 0 0  1 1 |  D5800  |  D6000
  1456.               |         |
  1457.    1 0 1  0 0 |  D8000  |  DA000
  1458.    1 0 1  0 1 |  D8800  |  DA000
  1459.    1 0 1  1 0 |  D9000  |  DA000
  1460.    1 0 1  1 1 |  D9800  |  DA000
  1461.               |         |
  1462.    1 1 0  0 0 |  DC000  |  DE000
  1463.    1 1 0  0 1 |  DC800  |  DE000
  1464.    1 1 0  1 0 |  DD000  |  DE000
  1465.    1 1 0  1 1 |  DD800  |  DE000
  1466.               |         |
  1467.    1 1 1  0 0 |  E0000  |  E2000
  1468.    1 1 1  0 1 |  E0800  |  E2000
  1469.    1 1 1  1 0 |  E1000  |  E2000
  1470.    1 1 1  1 1 |  E1800  |  E2000
  1471.   
  1472. *) To enable the 8K Boot PROM install the jumper ROM.
  1473.    The default is jumper ROM not installed.
  1474.  
  1475.  
  1476. Setting Interrupt Request Lines (IRQ)
  1477. -------------------------------------
  1478.  
  1479. To select a hardware interrupt level set one (only one!) of the jumpers
  1480. IRQ2, IRQ3, IRQ4, IRQ5 or IRQ7. The Manufactor's default is IRQ2.
  1481.  
  1482.  
  1483. Setting the Timeouts
  1484. --------------------
  1485.  
  1486. The two jumpers labeled ET1 and ET2 are used to determine the timeout
  1487. parameters (respons and reconfiguration time). Every node in a network
  1488. must be set to the same timeout values.
  1489.  
  1490.    ET1 ET2 | Response Time (us) | Reconfiguration Time (ms)
  1491.    --------|--------------------|--------------------------
  1492.    Off Off |        78          |          840   (Default)
  1493.    Off On  |       285          |         1680
  1494.    On  Off |       563          |         1680
  1495.    On  On  |      1130          |         1680
  1496.  
  1497. On means jumper installed, Off means jumper not installed
  1498.  
  1499.  
  1500. NONAME 16-BIT ARCNET
  1501. ====================
  1502.  
  1503. The manual of my 8-Bit NONAME ARCnet Card contains another description
  1504. of a 16-Bit Coax / Twisted Pair Card. This description is incomplete,
  1505. because there are missing two pages in the manual booklet. (The table
  1506. of contents reports pages ... 2-9, 2-11, 2-12, 3-1, ... but inside
  1507. the booklet there is a diffrent way of counting ... 2-9, 2-10, A-1,
  1508. (empty page), 3-1, ..., 3-18, A-1 (again), A-2)
  1509. Also the picture of the board layout is not as good as the picture of
  1510. 8-Bit card, because there isn't any letter like "SW1" written to the
  1511. picture.
  1512. Should somebody have such a board, please feel free to complete this
  1513. description or to send a mail to me!
  1514.  
  1515. This description has been written by Juergen Seifert <seifert@htwm.de>
  1516. using information from the Original
  1517.                     "ARCnet Installation Manual"
  1518.  
  1519.  
  1520.    ___________________________________________________________________
  1521.   <                    _________________  _________________           |
  1522.   >                   |       SW?       ||      SW?        |          |
  1523.   <                   |_________________||_________________|          |
  1524.   >                       ____________________                        |
  1525.   <                      |                    |                       |
  1526.   >                      |                    |                       |
  1527.   <                      |                    |                       |
  1528.   >                      |                    |                       |
  1529.   <                      |                    |                       |
  1530.   >                      |                    |                       |
  1531.   <                      |                    |                       |
  1532.   >                      |____________________|                       |
  1533.   <                                                               ____|
  1534.   >                       ____________________                   |    |
  1535.   <                      |                    |                  | J1 |
  1536.   >                      |                    <                  |    |
  1537.   <                      |____________________|  ? ? ? ? ? ?     |____|
  1538.   >                                             |o|o|o|o|o|o|         |
  1539.   <                                             |o|o|o|o|o|o|         |
  1540.   >                                                                   |
  1541.   <             __                                         ___________|
  1542.   >            |  |                                       |
  1543.   <____________|  |_______________________________________|
  1544.  
  1545.  
  1546. Setting one of the switches to Off means "1", On means "0".
  1547.  
  1548.  
  1549. Setting the Node ID
  1550. -------------------
  1551.  
  1552. The eight switches in group SW2 are used to set the node ID.
  1553. Each node attached to the network must have an unique node ID which
  1554. must be diffrent from 0.
  1555. Switch 8 serves as the least significant bit (LSB).
  1556.  
  1557. The node ID is the sum of the values of all switches set to "1"  
  1558. These values are:
  1559.  
  1560.     Switch | Value
  1561.     -------|-------
  1562.       8    |   1
  1563.       7    |   2
  1564.       6    |   4
  1565.       5    |   8
  1566.       4    |  16
  1567.       3    |  32
  1568.       2    |  64
  1569.       1    | 128
  1570.  
  1571. Some Examples:
  1572.  
  1573.     Switch         | Hex     | Decimal 
  1574.    1 2 3 4 5 6 7 8 | Node ID | Node ID
  1575.    ----------------|---------|---------
  1576.    0 0 0 0 0 0 0 0 |    not allowed
  1577.    0 0 0 0 0 0 0 1 |    1    |    1 
  1578.    0 0 0 0 0 0 1 0 |    2    |    2
  1579.    0 0 0 0 0 0 1 1 |    3    |    3
  1580.        . . .       |         |
  1581.    0 1 0 1 0 1 0 1 |   55    |   85
  1582.        . . .       |         |
  1583.    1 0 1 0 1 0 1 0 |   AA    |  170
  1584.        . . .       |         |  
  1585.    1 1 1 1 1 1 0 1 |   FD    |  253
  1586.    1 1 1 1 1 1 1 0 |   FE    |  254
  1587.    1 1 1 1 1 1 1 1 |   FF    |  255
  1588.  
  1589.  
  1590. Setting the I/O Base Address
  1591. ----------------------------
  1592.  
  1593. The first three switches in switch group SW1 are used to select one
  1594. of eight possible I/O Base addresses using the followig table
  1595.  
  1596.    Switch      | Hex I/O
  1597.     3   2   1  | Address
  1598.    ------------|--------
  1599.    ON  ON  ON  |  260
  1600.    ON  ON  OFF |  290
  1601.    ON  OFF ON  |  2E0  (Manufactor's default)
  1602.    ON  OFF OFF |  2F0
  1603.    OFF ON  ON  |  300
  1604.    OFF ON  OFF |  350
  1605.    OFF OFF ON  |  380
  1606.    OFF OFF OFF |  3E0
  1607.  
  1608.  
  1609. Setting the Base Memory (RAM) buffer Address
  1610. --------------------------------------------
  1611.  
  1612. The memory buffer requires 2K of a 16K block of RAM. The base of this
  1613. 16K block can be located in any of eight positions.
  1614. Switches 6-8 of switch group SW1 select the Base of the 16K block.
  1615. Within that 16K address space, the buffer may be assigned any one of four
  1616. positions, determined by the offset, switches 4 and 5 of group SW1.
  1617.  
  1618.    Switch     | Hex RAM | Hex ROM
  1619.    8 7 6  5 4 | Address | Address
  1620.    -----------|---------|-----------
  1621.    0 0 0  0 0 |  C0000  |  C2000
  1622.    0 0 0  0 1 |  C0800  |  C2000
  1623.    0 0 0  1 0 |  C1000  |  C2000
  1624.    0 0 0  1 1 |  C1800  |  C2000
  1625.               |         |
  1626.    0 0 1  0 0 |  C4000  |  C6000
  1627.    0 0 1  0 1 |  C4800  |  C6000
  1628.    0 0 1  1 0 |  C5000  |  C6000
  1629.    0 0 1  1 1 |  C5800  |  C6000
  1630.               |         |
  1631.    0 1 0  0 0 |  CC000  |  CE000
  1632.    0 1 0  0 1 |  CC800  |  CE000
  1633.    0 1 0  1 0 |  CD000  |  CE000
  1634.    0 1 0  1 1 |  CD800  |  CE000
  1635.               |         |
  1636.    0 1 1  0 0 |  D0000  |  D2000  (Manufactor's default)
  1637.    0 1 1  0 1 |  D0800  |  D2000
  1638.    0 1 1  1 0 |  D1000  |  D2000
  1639.    0 1 1  1 1 |  D1800  |  D2000
  1640.               |         |
  1641.    1 0 0  0 0 |  D4000  |  D6000
  1642.    1 0 0  0 1 |  D4800  |  D6000
  1643.    1 0 0  1 0 |  D5000  |  D6000
  1644.    1 0 0  1 1 |  D5800  |  D6000
  1645.               |         |
  1646.    1 0 1  0 0 |  D8000  |  DA000
  1647.    1 0 1  0 1 |  D8800  |  DA000
  1648.    1 0 1  1 0 |  D9000  |  DA000
  1649.    1 0 1  1 1 |  D9800  |  DA000
  1650.               |         |
  1651.    1 1 0  0 0 |  DC000  |  DE000
  1652.    1 1 0  0 1 |  DC800  |  DE000
  1653.    1 1 0  1 0 |  DD000  |  DE000
  1654.    1 1 0  1 1 |  DD800  |  DE000
  1655.               |         |
  1656.    1 1 1  0 0 |  E0000  |  E2000
  1657.    1 1 1  0 1 |  E0800  |  E2000
  1658.    1 1 1  1 0 |  E1000  |  E2000
  1659.    1 1 1  1 1 |  E1800  |  E2000
  1660.   
  1661.  
  1662. Setting Interrupt Request Lines (IRQ)
  1663. -------------------------------------
  1664.  
  1665. ??????????????????????????????????????
  1666.  
  1667.  
  1668. Setting the Timeouts
  1669. --------------------
  1670.  
  1671. ??????????????????????????????????????
  1672.  
  1673.  
  1674. *****************************************************************************
  1675.  
  1676. ** No Name **
  1677. 8-bit cards ("Made in Taiwan R.O.C.")
  1678. -----------
  1679.  - from Vojtech Pavlik <vpav4328@diana.troja.mff.cuni.cz>
  1680.  
  1681. I have named this ARCnet card "NONAME", since I got only the card with
  1682. no manual at all and the only text identifying the manufacturer is 
  1683. "MADE IN TAIWAN R.O.C" printed on the card.
  1684.  
  1685. This description was written by Vojtech Pavlik 
  1686. (vpav4328@diana.troja.mff.cuni.cz) using parts of the ARCNET-jumpers 
  1687. README file from Linux kernel 1.2.2. 
  1688.  
  1689.           ____________________________________________________________
  1690.          |                 1 2 3 4 5 6 7 8                            |
  1691.          | |o|o| JP1       o|o|o|o|o|o|o|o| ON                        |
  1692.          |  +              o|o|o|o|o|o|o|o|                        ___|
  1693.          |  _____________  o|o|o|o|o|o|o|o| OFF         _____     |   | ID7
  1694.          | |             | SW1                         |     |    |   | ID6
  1695.          | > RAM (2k)    |        ____________________ |  H  |    | S | ID5
  1696.          | |_____________|       |                    ||  y  |    | W | ID4
  1697.          |                       |                    ||  b  |    | 2 | ID3
  1698.          |                       |                    ||  r  |    |   | ID2
  1699.          |                       |                    ||  i  |    |   | ID1
  1700.          |                       |       90C65        ||  d  |    |___| ID0
  1701.          |      SW3              |                    ||     |        |      
  1702.          | |o|o|o|o|o|o|o|o| ON  |                    ||  I  |        |
  1703.          | |o|o|o|o|o|o|o|o|     |                    ||  C  |        |
  1704.          | |o|o|o|o|o|o|o|o| OFF |____________________||     |   _____|
  1705.          |  1 2 3 4 5 6 7 8                            |     |  |     |___
  1706.          |  ______________                             |     |  | BNC |___|
  1707.          | |              |                            |_____|  |_____|
  1708.          | > EPROM SOCKET |                                           |
  1709.          | |______________|                                           |
  1710.          |                                              ______________|
  1711.          |                                             |
  1712.          |_____________________________________________|
  1713.  
  1714. Legend:
  1715.  
  1716. 90C65       ARCNET Chip 
  1717. SW1 1-5:    Base Memory Address Select
  1718.     6-8:    Base I/O Address Select
  1719. SW2 1-8:    Node ID Select (ID0-ID7)
  1720. SW3 1-5:    IRQ Select   
  1721.     6-7:    Extra Timeout
  1722.     8  :    Rom Enable   
  1723. JP1         Led connector
  1724. BNC         Coax connector
  1725.  
  1726. Although the jumpers SW1 and SW3 are marked SW, not JP, they are jumpers, not 
  1727. switches.
  1728.  
  1729. Setting the jumpers to ON means connecting the upper two pins, off the bottom 
  1730. two - or - in case of IRQ setting, connecting none of them at all.
  1731.  
  1732. Setting the Node ID
  1733. -------------------
  1734.  
  1735. The eight switches in SW2 are used to set the node ID. Each node attached
  1736. to the network must have an unique node ID which must be diffrent from 0.
  1737. Switch 1 (ID0) serves as the least significant bit (LSB).
  1738.  
  1739. Setting one of the switches to Off means "1", On means "0".
  1740.  
  1741. The node ID is the sum of the values of all switches set to "1"  
  1742. These values are:
  1743.  
  1744.    Switch | Label | Value
  1745.    -------|-------|-------
  1746.      1    | ID0   |   1
  1747.      2    | ID1   |   2
  1748.      3    | ID2   |   4
  1749.      4    | ID3   |   8
  1750.      5    | ID4   |  16
  1751.      6    | ID5   |  32
  1752.      7    | ID6   |  64
  1753.      8    | ID7   | 128
  1754.  
  1755. Some Examples:
  1756.  
  1757.     Switch         | Hex     | Decimal 
  1758.    8 7 6 5 4 3 2 1 | Node ID | Node ID
  1759.    ----------------|---------|---------
  1760.    0 0 0 0 0 0 0 0 |    not allowed
  1761.    0 0 0 0 0 0 0 1 |    1    |    1 
  1762.    0 0 0 0 0 0 1 0 |    2    |    2
  1763.    0 0 0 0 0 0 1 1 |    3    |    3
  1764.        . . .       |         |
  1765.    0 1 0 1 0 1 0 1 |   55    |   85
  1766.        . . .       |         |
  1767.    1 0 1 0 1 0 1 0 |   AA    |  170
  1768.        . . .       |         |  
  1769.    1 1 1 1 1 1 0 1 |   FD    |  253
  1770.    1 1 1 1 1 1 1 0 |   FE    |  254
  1771.    1 1 1 1 1 1 1 1 |   FF    |  255
  1772.  
  1773.  
  1774. Setting the I/O Base Address
  1775. ----------------------------
  1776.  
  1777. The last three switches in switch block SW1 are used to select one
  1778. of eight possible I/O Base addresses using the followig table
  1779.  
  1780.  
  1781.    Switch      | Hex I/O
  1782.     6   7   8  | Address
  1783.    ------------|--------
  1784.    ON  ON  ON  |  260
  1785.    OFF ON  ON  |  290
  1786.    ON  OFF ON  |  2E0  (Manufactor's default)
  1787.    OFF OFF ON  |  2F0
  1788.    ON  ON  OFF |  300
  1789.    OFF ON  OFF |  350
  1790.    ON  OFF OFF |  380
  1791.    OFF OFF OFF |  3E0
  1792.  
  1793.  
  1794. Setting the Base Memory (RAM) buffer Address
  1795. --------------------------------------------
  1796.  
  1797. The memory buffer (RAM) requires 2K. The base of this buffer can be 
  1798. located in any of eight positions. The address of the Boot Prom is
  1799. memory base + 0x2000.
  1800. Jumpers 3-5 of jumper block SW1 select the Memory Base address.
  1801.  
  1802.    Switch              | Hex RAM | Hex ROM
  1803.     1   2   3   4   5  | Address | Address *)
  1804.    --------------------|---------|-----------
  1805.    ON  ON  ON  ON  ON  |  C0000  |  C2000
  1806.    ON  ON  OFF ON  ON  |  C4000  |  C6000
  1807.    ON  ON  ON  OFF ON  |  CC000  |  CE000
  1808.    ON  ON  OFF OFF ON  |  D0000  |  D2000  (Manufactor's default)
  1809.    ON  ON  ON  ON  OFF |  D4000  |  D6000
  1810.    ON  ON  OFF ON  OFF |  D8000  |  DA000
  1811.    ON  ON  ON  OFF OFF |  DC000  |  DE000
  1812.    ON  ON  OFF OFF OFF |  E0000  |  E2000
  1813.   
  1814. *) To enable the Boot ROM set the jumper 8 of jumper block SW3 to position ON.
  1815.  
  1816. The jumpers 1 and 2 probably add 0x0800, 0x1000 and 0x1800 to RAM addres.
  1817.  
  1818. Setting the Interrupt Line
  1819. --------------------------
  1820.  
  1821. Jumpers 1-5 of the jumper block SW3 controll the IRQ level.
  1822.  
  1823.     Jumper              |  IRQ
  1824.     1   2   3   4   5   |
  1825.    ----------------------------
  1826.     ON  OFF OFF OFF OFF |  2
  1827.     OFF ON  OFF OFF OFF |  3
  1828.     OFF OFF ON  OFF OFF |  4
  1829.     OFF OFF OFF ON  OFF |  5
  1830.     OFF OFF OFF OFF ON  |  7
  1831.  
  1832.  
  1833. Setting the Timeout Parameters
  1834. ------------------------------
  1835.  
  1836. The jumpers 6-7 of the jumper block SW3 are used to determine the timeout 
  1837. parameters. These two jumpers are normally left in the OFF position.
  1838.  
  1839.  
  1840. *****************************************************************************
  1841. ** Tiara **
  1842. (model unknown)
  1843. -------------------------
  1844.   - from Christoph Lameter <clameter@netcom.com>
  1845.   
  1846.  
  1847. Here is information about my card as far as I could figure it out:
  1848. ----------------------------------------------- tiara
  1849. Tiara LanCard of Tiara Computer Systems.
  1850.  
  1851. +----------------------------------------------+
  1852. !           ! Transmitter Unit !               !
  1853. !           +------------------+             -------
  1854. !          MEM                              Coax Connector
  1855. !  ROM    7654321 <- I/O                     -------
  1856. !  :  :   +--------+                           !
  1857. !  :  :   ! 90C66LJ!                         +++
  1858. !  :  :   !        !                         !D  Switch to set
  1859. !  :  :   !        !                         !I  the Nodenumber
  1860. !  :  :   +--------+                         !P
  1861. !                                            !++
  1862. !         234567 <- IRQ                      !
  1863. +------------!!!!!!!!!!!!!!!!!!!!!!!!--------+
  1864.              !!!!!!!!!!!!!!!!!!!!!!!!
  1865.  
  1866. 0 = Jumper Installed
  1867. 1 = Open
  1868.  
  1869. Top Jumper line Bit 7 = Rom Enable 654=Memory location 321=I/O
  1870.  
  1871. Settings for Memory Location (Top Jumper Line)
  1872. 456     Address selected
  1873. 000    C0000
  1874. 001     C4000
  1875. 010     CC000
  1876. 011     D0000
  1877. 100     D4000
  1878. 101     D8000
  1879. 110     DC000     
  1880. 111     E0000
  1881.  
  1882. Settings for I/O Address (Top Jumper Line)
  1883. 123     Port
  1884. 000    260
  1885. 001    290
  1886. 010    2E0
  1887. 011    2F0
  1888. 100    300
  1889. 101    350
  1890. 110    380
  1891. 111    3E0
  1892.  
  1893. Settings for IRQ Selection (Lower Jumper Line)
  1894. 234567
  1895. 011111 IRQ 2
  1896. 101111 IRQ 3
  1897. 110111 IRQ 4
  1898. 111011 IRQ 5
  1899. 111110 IRQ 7
  1900.  
  1901. *****************************************************************************
  1902.  
  1903.  
  1904. Other Cards
  1905. -----------
  1906.  
  1907. I have no information on other models of ARCnet cards at the moment.  Please
  1908. send any and all info to:
  1909.     apenwarr@foxnet.net
  1910.  
  1911. Thanks.
  1912.