arcnet-hardware.txt
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:110k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1.  
  2. -----------------------------------------------------------------------------
  3. 1) This file is a supplement to arcnet.txt.  Please read that for general
  4.    driver configuration help.
  5. -----------------------------------------------------------------------------
  6. 2) This file is no longer Linux-specific.  It should probably be moved out of
  7.    the kernel sources.  Ideas?
  8. -----------------------------------------------------------------------------
  9. Because so many people (myself included) seem to have obtained ARCnet cards
  10. without manuals, this file contains a quick introduction to ARCnet hardware,
  11. some cabling tips, and a listing of all jumper settings I can find. Please
  12. e-mail apenwarr@worldvisions.ca with any settings for your particular card,
  13. or any other information you have!
  14. INTRODUCTION TO ARCNET
  15. ----------------------
  16. ARCnet is a network type which works in a way similar to popular Ethernet
  17. networks but which is also different in some very important ways.
  18. First of all, you can get ARCnet cards in at least two speeds: 2.5 Mbps
  19. (slower than Ethernet) and 100 Mbps (faster than normal Ethernet).  In fact,
  20. there are others as well, but these are less common.  The different hardware
  21. types, as far as I'm aware, are not compatible and so you cannot wire a
  22. 100 Mbps card to a 2.5 Mbps card, and so on.  From what I hear, my driver does
  23. work with 100 Mbps cards, but I haven't been able to verify this myself,
  24. since I only have the 2.5 Mbps variety.  It is probably not going to saturate
  25. your 100 Mbps card.  Stop complaining. :)
  26. You also cannot connect an ARCnet card to any kind of Ethernet card and
  27. expect it to work.  
  28. There are two "types" of ARCnet - STAR topology and BUS topology.  This
  29. refers to how the cards are meant to be wired together.  According to most
  30. available documentation, you can only connect STAR cards to STAR cards and
  31. BUS cards to BUS cards.  That makes sense, right?  Well, it's not quite
  32. true; see below under "Cabling."
  33. Once you get past these little stumbling blocks, ARCnet is actually quite a
  34. well-designed standard.  It uses something called "modified token passing"
  35. which makes it completely incompatible with so-called "Token Ring" cards,
  36. but which makes transfers much more reliable than Ethernet does.  In fact,
  37. ARCnet will guarantee that a packet arrives safely at the destination, and
  38. even if it can't possibly be delivered properly (ie. because of a cable
  39. break, or because the destination computer does not exist) it will at least
  40. tell the sender about it.
  41. Because of the carefully defined action of the "token", it will always make
  42. a pass around the "ring" within a maximum length of time.  This makes it
  43. useful for realtime networks.
  44. In addition, all known ARCnet cards have an (almost) identical programming
  45. interface.  This means that with one ARCnet driver you can support any
  46. card, whereas with Ethernet each manufacturer uses what is sometimes a
  47. completely different programming interface, leading to a lot of different,
  48. sometimes very similar, Ethernet drivers.  Of course, always using the same
  49. programming interface also means that when high-performance hardware
  50. facilities like PCI bus mastering DMA appear, it's hard to take advantage of
  51. them.  Let's not go into that.
  52. One thing that makes ARCnet cards difficult to program for, however, is the
  53. limit on their packet sizes; standard ARCnet can only send packets that are
  54. up to 508 bytes in length.  This is smaller than the Internet "bare minimum"
  55. of 576 bytes, let alone the Ethernet MTU of 1500.  To compensate, an extra
  56. level of encapsulation is defined by RFC1201, which I call "packet
  57. splitting," that allows "virtual packets" to grow as large as 64K each,
  58. although they are generally kept down to the Ethernet-style 1500 bytes.
  59. For more information on the advantages and disadvantages (mostly the
  60. advantages) of ARCnet networks, you might try the "ARCnet Trade Association"
  61. WWW page:
  62. http://www.arcnet.com
  63. CABLING ARCNET NETWORKS
  64. -----------------------
  65. This section was rewritten by 
  66.         Vojtech Pavlik     <vojtech@suse.cz>
  67. using information from several people, including:
  68.         Avery Pennraun     <apenwarr@worldvisions.ca>
  69.   Stephen A. Wood    <saw@hallc1.cebaf.gov>
  70.   John Paul Morrison <jmorriso@bogomips.ee.ubc.ca>
  71.   Joachim Koenig     <jojo@repas.de>
  72. and Avery touched it up a bit, at Vojtech's request.
  73. ARCnet (the classic 2.5 Mbps version) can be connected by two different
  74. types of cabling: coax and twisted pair.  The other ARCnet-type networks
  75. (100 Mbps TCNS and 320 kbps - 32 Mbps ARCnet Plus) use different types of
  76. cabling (Type1, Fiber, C1, C4, C5).
  77. For a coax network, you "should" use 93 Ohm RG-62 cable.  But other cables
  78. also work fine, because ARCnet is a very stable network. I personally use 75
  79. Ohm TV antenna cable.
  80. Cards for coax cabling are shipped in two different variants: for BUS and
  81. STAR network topologies.  They are mostly the same.  The only difference
  82. lies in the hybrid chip installed.  BUS cards use high impedance output,
  83. while STAR use low impedance.  Low impedance card (STAR) is electrically
  84. equal to a high impedance one with a terminator installed.
  85. Usually, the ARCnet networks are built up from STAR cards and hubs.  There
  86. are two types of hubs - active and passive.  Passive hubs are small boxes
  87. with four BNC connectors containing four 47 Ohm resistors:
  88.    |         | wires
  89.    R         + junction
  90. -R-+-R-      R 47 Ohm resistors
  91.    R
  92.    |
  93. The shielding is connected together.  Active hubs are much more complicated;
  94. they are powered and contain electronics to amplify the signal and send it
  95. to other segments of the net.  They usually have eight connectors.  Active
  96. hubs come in two variants - dumb and smart.  The dumb variant just
  97. amplifies, but the smart one decodes to digital and encodes back all packets
  98. coming through.  This is much better if you have several hubs in the net,
  99. since many dumb active hubs may worsen the signal quality.
  100. And now to the cabling.  What you can connect together:
  101. 1. A card to a card.  This is the simplest way of creating a 2-computer
  102.    network.
  103. 2. A card to a passive hub.  Remember that all unused connectors on the hub
  104.    must be properly terminated with 93 Ohm (or something else if you don't
  105.    have the right ones) terminators.
  106.     (Avery's note: oops, I didn't know that.  Mine (TV cable) works
  107. anyway, though.)
  108. 3. A card to an active hub.  Here is no need to terminate the unused
  109.    connectors except some kind of aesthetic feeling.  But, there may not be
  110.    more than eleven active hubs between any two computers.  That of course
  111.    doesn't limit the number of active hubs on the network.
  112.    
  113. 4. An active hub to another.
  114. 5. An active hub to passive hub.
  115. Remember, that you can not connect two passive hubs together.  The power loss
  116. implied by such a connection is too high for the net to operate reliably.
  117. An example of a typical ARCnet network:
  118.            R                     S - STAR type card              
  119.     S------H--------A-------S    R - Terminator
  120.            |        |            H - Hub                         
  121.            |        |            A - Active hub                  
  122.            |   S----H----S                                       
  123.            S        |                                            
  124.                     |                                            
  125.                     S                                            
  126.                                                                           
  127. The BUS topology is very similar to the one used by Ethernet.  The only
  128. difference is in cable and terminators: they should be 93 Ohm.  Ethernet
  129. uses 50 Ohm impedance. You use T connectors to put the computers on a single
  130. line of cable, the bus. You have to put terminators at both ends of the
  131. cable. A typical BUS ARCnet network looks like:
  132.     RT----T------T------T------T------TR
  133.      B    B      B      B      B      B
  134.   B - BUS type card
  135.   R - Terminator
  136.   T - T connector
  137. But that is not all! The two types can be connected together.  According to
  138. the official documentation the only way of connecting them is using an active
  139. hub:
  140.          A------T------T------TR
  141.          |      B      B      B
  142.      S---H---S
  143.          |
  144.          S
  145. The official docs also state that you can use STAR cards at the ends of
  146. BUS network in place of a BUS card and a terminator:
  147.      S------T------T------S
  148.             B      B
  149. But, according to my own experiments, you can simply hang a BUS type card
  150. anywhere in middle of a cable in a STAR topology network.  And more - you
  151. can use the bus card in place of any star card if you use a terminator. Then
  152. you can build very complicated networks fulfilling all your needs!  An
  153. example:
  154.                                   S
  155.                                   |
  156.            RT------T-------T------H------S
  157.             B      B       B      |
  158.                                   |       R
  159.     S------A------T-------T-------A-------H------TR                    
  160.            |      B       B       |       |      B                         
  161.            |   S                 BT       |                                 
  162.            |   |                  |  S----A-----S
  163.     S------H---A----S             |       | 
  164.            |   |      S------T----H---S   |
  165.            S   S             B    R       S  
  166.                                                                
  167. A basically different cabling scheme is used with Twisted Pair cabling. Each
  168. of the TP cards has two RJ (phone-cord style) connectors.  The cards are
  169. then daisy-chained together using a cable connecting every two neighboring
  170. cards.  The ends are terminated with RJ 93 Ohm terminators which plug into
  171. the empty connectors of cards on the ends of the chain.  An example:
  172.           ___________   ___________
  173.       _R_|_         _|_|_         _|_R_  
  174.      |     |       |     |       |     |      
  175.      |Card |       |Card |       |Card |     
  176.      |_____|       |_____|       |_____|          
  177. There are also hubs for the TP topology.  There is nothing difficult
  178. involved in using them; you just connect a TP chain to a hub on any end or
  179. even at both.  This way you can create almost any network configuration. 
  180. The maximum of 11 hubs between any two computers on the net applies here as
  181. well.  An example:
  182.     RP-------P--------P--------H-----P------P-----PR
  183.                                |
  184.       RP-----H--------P--------H-----P------PR
  185.              |                 |
  186.              PR                PR
  187.     R - RJ Terminator
  188.     P - TP Card
  189.     H - TP Hub
  190. Like any network, ARCnet has a limited cable length.  These are the maximum
  191. cable lengths between two active ends (an active end being an active hub or
  192. a STAR card).
  193. RG-62       93 Ohm up to 650 m
  194. RG-59/U     75 Ohm up to 457 m
  195. RG-11/U     75 Ohm up to 533 m
  196. IBM Type 1 150 Ohm up to 200 m
  197. IBM Type 3 100 Ohm up to 100 m
  198. The maximum length of all cables connected to a passive hub is limited to 65
  199. meters for RG-62 cabling; less for others.  You can see that using passive
  200. hubs in a large network is a bad idea. The maximum length of a single "BUS
  201. Trunk" is about 300 meters for RG-62. The maximum distance between the two
  202. most distant points of the net is limited to 3000 meters. The maximum length
  203. of a TP cable between two cards/hubs is 650 meters.
  204. SETTING THE JUMPERS
  205. -------------------
  206. All ARCnet cards should have a total of four or five different settings:
  207.   - the I/O address:  this is the "port" your ARCnet card is on.  Probed
  208.     values in the Linux ARCnet driver are only from 0x200 through 0x3F0. (If
  209.     your card has additional ones, which is possible, please tell me.) This
  210.     should not be the same as any other device on your system.  According to
  211.     a doc I got from Novell, MS Windows prefers values of 0x300 or more,
  212.     eating net connections on my system (at least) otherwise.  My guess is
  213.     this may be because, if your card is at 0x2E0, probing for a serial port
  214.     at 0x2E8 will reset the card and probably mess things up royally.
  215. - Avery's favourite: 0x300.
  216.   - the IRQ: on  8-bit cards, it might be 2 (9), 3, 4, 5, or 7.
  217.              on 16-bit cards, it might be 2 (9), 3, 4, 5, 7, or 10-15.
  218.              
  219.     Make sure this is different from any other card on your system.  Note
  220.     that IRQ2 is the same as IRQ9, as far as Linux is concerned.  You can
  221.     "cat /proc/interrupts" for a somewhat complete list of which ones are in
  222.     use at any given time.  Here is a list of common usages from Vojtech
  223.     Pavlik <vojtech@suse.cz>:
  224.      ("Not on bus" means there is no way for a card to generate this
  225. interrupt)
  226. IRQ  0 - Timer 0 (Not on bus)
  227. IRQ  1 - Keyboard (Not on bus)
  228. IRQ  2 - IRQ Controller 2 (Not on bus, nor does interrupt the CPU)
  229. IRQ  3 - COM2
  230. IRQ  4 - COM1
  231. IRQ  5 - FREE (LPT2 if you have it; sometimes COM3; maybe PLIP)
  232. IRQ  6 - Floppy disk controller
  233. IRQ  7 - FREE (LPT1 if you don't use the polling driver; PLIP) 
  234. IRQ  8 - Realtime Clock Interrupt (Not on bus)
  235. IRQ  9 - FREE (VGA vertical sync interrupt if enabled)
  236. IRQ 10 - FREE
  237. IRQ 11 - FREE
  238. IRQ 12 - FREE
  239. IRQ 13 - Numeric Coprocessor (Not on bus)
  240. IRQ 14 - Fixed Disk Controller
  241. IRQ 15 - FREE (Fixed Disk Controller 2 if you have it) 
  242. Note: IRQ 9 is used on some video cards for the "vertical retrace"
  243. interrupt.  This interrupt would have been handy for things like
  244. video games, as it occurs exactly once per screen refresh, but
  245. unfortunately IBM cancelled this feature starting with the original
  246. VGA and thus many VGA/SVGA cards do not support it.  For this
  247. reason, no modern software uses this interrupt and it can almost
  248. always be safely disabled, if your video card supports it at all.
  249. If your card for some reason CANNOT disable this IRQ (usually there
  250. is a jumper), one solution would be to clip the printed circuit
  251. contact on the board: it's the fourth contact from the left on the
  252. back side.  I take no responsibility if you try this.
  253. - Avery's favourite: IRQ2 (actually IRQ9).  Watch that VGA, though.
  254.   - the memory address:  Unlike most cards, ARCnets use "shared memory" for
  255.     copying buffers around.  Make SURE it doesn't conflict with any other
  256.     used memory in your system!
  257. A0000 - VGA graphics memory (ok if you don't have VGA)
  258.         B0000 - Monochrome text mode
  259.         C0000   One of these is your VGA BIOS - usually C0000.
  260.         E0000 /
  261.         F0000 - System BIOS
  262.     Anything less than 0xA0000 is, well, a BAD idea since it isn't above
  263.     640k.
  264. - Avery's favourite: 0xD0000
  265.   - the station address:  Every ARCnet card has its own "unique" network
  266.     address from 0 to 255.  Unlike Ethernet, you can set this address
  267.     yourself with a jumper or switch (or on some cards, with special
  268.     software).  Since it's only 8 bits, you can only have 254 ARCnet cards
  269.     on a network.  DON'T use 0 or 255, since these are reserved (although
  270.     neat stuff will probably happen if you DO use them).  By the way, if you
  271.     haven't already guessed, don't set this the same as any other ARCnet on
  272.     your network!
  273. - Avery's favourite:  3 and 4.  Not that it matters.
  274.   - There may be ETS1 and ETS2 settings.  These may or may not make a
  275.     difference on your card (many manuals call them "reserved"), but are
  276.     used to change the delays used when powering up a computer on the
  277.     network.  This is only necessary when wiring VERY long range ARCnet
  278.     networks, on the order of 4km or so; in any case, the only real
  279.     requirement here is that all cards on the network with ETS1 and ETS2
  280.     jumpers have them in the same position.  Chris Hindy <chrish@io.org>
  281.     sent in a chart with actual values for this:
  282. ET1 ET2 Response Time Reconfiguration Time
  283. --- --- ------------- --------------------
  284. open open 74.7us 840us
  285. open closed 283.4us 1680us
  286. closed open 561.8us 1680us
  287. closed closed 1118.6us 1680us
  288.     
  289.     Make sure you set ETS1 and ETS2 to the SAME VALUE for all cards on your
  290.     network.
  291.     
  292. Also, on many cards (not mine, though) there are red and green LED's. 
  293. Vojtech Pavlik <vojtech@suse.cz> tells me this is what they mean:
  294. GREEN           RED             Status
  295. ----- --- ------
  296. OFF             OFF             Power off
  297. OFF             Short flashes   Cabling problems (broken cable or not
  298.   terminated)
  299. OFF (short)     ON              Card init
  300. ON              ON              Normal state - everything OK, nothing
  301.   happens
  302. ON              Long flashes    Data transfer
  303. ON              OFF             Never happens (maybe when wrong ID)
  304. The following is all the specific information people have sent me about
  305. their own particular ARCnet cards.  It is officially a mess, and contains
  306. huge amounts of duplicated information.  I have no time to fix it.  If you
  307. want to, PLEASE DO!  Just send me a 'diff -u' of all your changes.
  308. The model # is listed right above specifics for that card, so you should be
  309. able to use your text viewer's "search" function to find the entry you want. 
  310. If you don't KNOW what kind of card you have, try looking through the
  311. various diagrams to see if you can tell.
  312. If your model isn't listed and/or has different settings, PLEASE PLEASE
  313. tell me.  I had to figure mine out without the manual, and it WASN'T FUN!
  314. Even if your ARCnet model isn't listed, but has the same jumpers as another
  315. model that is, please e-mail me to say so.
  316. Cards Listed in this file (in this order, mostly):
  317. Manufacturer Model # Bits
  318. ------------ ------- ----
  319. SMC PC100 8
  320. SMC PC110 8
  321. SMC PC120 8
  322. SMC PC130 8
  323. SMC PC270E 8
  324. SMC PC500 16
  325. SMC PC500Longboard 16
  326. SMC PC550Longboard 16
  327. SMC PC600 16
  328. SMC PC710 8
  329. SMC? LCS-8830(-T) 8/16
  330. Puredata PDI507 8
  331. CNet Tech CN120-Series 8
  332. CNet Tech CN160-Series 16
  333. Lantech? UM9065L chipset 8
  334. Acer 5210-003 8
  335. Datapoint? LAN-ARC-8 8
  336. Topware TA-ARC/10 8
  337. Thomas-Conrad 500-6242-0097 REV A 8
  338. Waterloo? (C)1985 Waterloo Micro. 8
  339. No Name -- 8/16
  340. No Name Taiwan R.O.C? 8
  341. No Name Model 9058 8
  342. Tiara Tiara Lancard? 8
  343. ** SMC = Standard Microsystems Corp.
  344. ** CNet Tech = CNet Technology, Inc.
  345. Unclassified Stuff
  346. ------------------
  347.   - Please send any other information you can find.
  348.   
  349.   - And some other stuff (more info is welcome!):
  350.      From: root@ultraworld.xs4all.nl (Timo Hilbrink)
  351.      To: apenwarr@foxnet.net (Avery Pennarun)
  352.      Date: Wed, 26 Oct 1994 02:10:32 +0000 (GMT)
  353.      Reply-To: timoh@xs4all.nl
  354.      [...parts deleted...]
  355.      About the jumpers: On my PC130 there is one more jumper, located near the
  356.      cable-connector and it's for changing to star or bus topology; 
  357.      closed: star - open: bus
  358.      On the PC500 are some more jumper-pins, one block labeled with RX,PDN,TXI
  359.      and another with ALE,LA17,LA18,LA19 these are undocumented..
  360.      [...more parts deleted...]
  361.      --- CUT ---
  362. ** Standard Microsystems Corp (SMC) **
  363. PC100, PC110, PC120, PC130 (8-bit cards)
  364. PC500, PC600 (16-bit cards)
  365. ---------------------------------
  366.   - mainly from Avery Pennarun <apenwarr@worldvisions.ca>.  Values depicted
  367.     are from Avery's setup.
  368.   - special thanks to Timo Hilbrink <timoh@xs4all.nl> for noting that PC120,
  369.     130, 500, and 600 all have the same switches as Avery's PC100. 
  370.     PC500/600 have several extra, undocumented pins though. (?)
  371.   - PC110 settings were verified by Stephen A. Wood <saw@cebaf.gov>
  372.   - Also, the JP- and S-numbers probably don't match your card exactly.  Try
  373.     to find jumpers/switches with the same number of settings - it's
  374.     probably more reliable.
  375.   
  376.      JP5        [|]    :    :    :    :
  377. (IRQ Setting)       IRQ2  IRQ3 IRQ4 IRQ5 IRQ7
  378. Put exactly one jumper on exactly one set of pins.
  379.                           1  2   3  4  5  6   7  8  9 10
  380.      S1                /----------------------------------
  381. (I/O and Memory        |  1  1 * 0  0  0  0 * 1  1  0  1  |
  382.  addresses)            ----------------------------------/
  383.                           |--|   |--------|   |--------|
  384.                           (a)       (b)           (m)
  385.                           
  386.                 WARNING.  It's very important when setting these which way
  387.                 you're holding the card, and which way you think is '1'!
  388.                 
  389.                 If you suspect that your settings are not being made
  390. correctly, try reversing the direction or inverting the
  391. switch positions.
  392. a: The first digit of the I/O address.
  393. Setting Value
  394. ------- -----
  395. 00 0
  396. 01 1
  397. 10 2
  398. 11 3
  399. b: The second digit of the I/O address.
  400. Setting Value
  401. ------- -----
  402. 0000 0
  403. 0001 1
  404. 0010 2
  405. ... ...
  406. 1110 E
  407. 1111 F
  408. The I/O address is in the form ab0.  For example, if
  409. a is 0x2 and b is 0xE, the address will be 0x2E0.
  410. DO NOT SET THIS LESS THAN 0x200!!!!!
  411. m: The first digit of the memory address.
  412. Setting Value
  413. ------- -----
  414. 0000 0
  415. 0001 1
  416. 0010 2
  417. ... ...
  418. 1110 E
  419. 1111 F
  420. The memory address is in the form m0000.  For example, if
  421. m is D, the address will be 0xD0000.
  422. DO NOT SET THIS TO C0000, F0000, OR LESS THAN A0000!
  423.                           1  2  3  4  5  6  7  8
  424.      S2                /--------------------------
  425. (Station Address)      |  1  1  0  0  0  0  0  0  |
  426.                        --------------------------/
  427. Setting Value
  428. ------- -----
  429. 00000000 00
  430. 10000000 01
  431. 01000000 02
  432. ...
  433. 01111111 FE
  434. 11111111 FF
  435. Note that this is binary with the digits reversed!
  436. DO NOT SET THIS TO 0 OR 255 (0xFF)!
  437. *****************************************************************************
  438. ** Standard Microsystems Corp (SMC) **
  439. PC130E/PC270E (8-bit cards)
  440. ---------------------------
  441.   - from Juergen Seifert <seifert@htwm.de>
  442. STANDARD MICROSYSTEMS CORPORATION (SMC) ARCNET(R)-PC130E/PC270E
  443. ===============================================================
  444. This description has been written by Juergen Seifert <seifert@htwm.de>
  445. using information from the following Original SMC Manual 
  446.              "Configuration Guide for
  447.              ARCNET(R)-PC130E/PC270
  448.             Network Controller Boards
  449.                 Pub. # 900.044A
  450.                    June, 1989"
  451. ARCNET is a registered trademark of the Datapoint Corporation
  452. SMC is a registered trademark of the Standard Microsystems Corporation  
  453. The PC130E is an enhanced version of the PC130 board, is equipped with a 
  454. standard BNC female connector for connection to RG-62/U coax cable.
  455. Since this board is designed both for point-to-point connection in star
  456. networks and for connection to bus networks, it is downwardly compatible 
  457. with all the other standard boards designed for coax networks (that is,
  458. the PC120, PC110 and PC100 star topology boards and the PC220, PC210 and 
  459. PC200 bus topology boards).
  460. The PC270E is an enhanced version of the PC260 board, is equipped with two 
  461. modular RJ11-type jacks for connection to twisted pair wiring.
  462. It can be used in a star or a daisy-chained network.
  463.          8 7 6 5 4 3 2 1
  464.     ________________________________________________________________
  465.    |   |       S1        |                                          |
  466.    |   |_________________|                                          |
  467.    |    Offs|Base |I/O Addr                                         |
  468.    |     RAM Addr |                                              ___|
  469.    |         ___  ___                                       CR3 |___|
  470.    |        |   /   |                                      CR4 |___|
  471.    |        |  PROM  |                                           ___|
  472.    |        |        |                                        N |   | 8
  473.    |        | SOCKET |                                        o |   | 7
  474.    |        |________|                                        d |   | 6
  475.    |                   ___________________                    e |   | 5
  476.    |                  |                   |                   A | S | 4
  477.    |       |oo| EXT2  |                   |                   d | 2 | 3
  478.    |       |oo| EXT1  |       SMC         |                   d |   | 2
  479.    |       |oo| ROM   |      90C63        |                   r |___| 1
  480.    |       |oo| IRQ7  |                   |               |o|  _____|
  481.    |       |oo| IRQ5  |                   |               |o| | J1  |
  482.    |       |oo| IRQ4  |                   |              STAR |_____|
  483.    |       |oo| IRQ3  |                   |                   | J2  |
  484.    |       |oo| IRQ2  |___________________|                   |_____|
  485.    |___                                               ______________|
  486.        |                                             |
  487.        |_____________________________________________|
  488. Legend:
  489. SMC 90C63 ARCNET Controller / Transceiver /Logic
  490. S1 1-3: I/O Base Address Select
  491. 4-6: Memory Base Address Select
  492. 7-8: RAM Offset Select
  493. S2 1-8: Node ID Select
  494. EXT Extended Timeout Select
  495. ROM ROM Enable Select
  496. STAR Selected - Star Topology (PC130E only)
  497. Deselected - Bus Topology (PC130E only)
  498. CR3/CR4 Diagnostic LEDs
  499. J1 BNC RG62/U Connector (PC130E only)
  500. J1 6-position Telephone Jack (PC270E only)
  501. J2 6-position Telephone Jack (PC270E only)
  502. Setting one of the switches to Off/Open means "1", On/Closed means "0".
  503. Setting the Node ID
  504. -------------------
  505. The eight switches in group S2 are used to set the node ID.
  506. These switches work in a way similar to the PC100-series cards; see that
  507. entry for more information.
  508. Setting the I/O Base Address
  509. ----------------------------
  510. The first three switches in switch group S1 are used to select one
  511. of eight possible I/O Base addresses using the following table
  512.    Switch | Hex I/O
  513.    1 2 3  | Address
  514.    -------|--------
  515.    0 0 0  |  260
  516.    0 0 1  |  290
  517.    0 1 0  |  2E0  (Manufacturer's default)
  518.    0 1 1  |  2F0
  519.    1 0 0  |  300
  520.    1 0 1  |  350
  521.    1 1 0  |  380
  522.    1 1 1  |  3E0
  523. Setting the Base Memory (RAM) buffer Address
  524. --------------------------------------------
  525. The memory buffer requires 2K of a 16K block of RAM. The base of this
  526. 16K block can be located in any of eight positions.
  527. Switches 4-6 of switch group S1 select the Base of the 16K block.
  528. Within that 16K address space, the buffer may be assigned any one of four 
  529. positions, determined by the offset, switches 7 and 8 of group S1.
  530.    Switch     | Hex RAM | Hex ROM
  531.    4 5 6  7 8 | Address | Address *)
  532.    -----------|---------|-----------
  533.    0 0 0  0 0 |  C0000  |  C2000
  534.    0 0 0  0 1 |  C0800  |  C2000
  535.    0 0 0  1 0 |  C1000  |  C2000
  536.    0 0 0  1 1 |  C1800  |  C2000
  537.               |         |
  538.    0 0 1  0 0 |  C4000  |  C6000
  539.    0 0 1  0 1 |  C4800  |  C6000
  540.    0 0 1  1 0 |  C5000  |  C6000
  541.    0 0 1  1 1 |  C5800  |  C6000
  542.               |         |
  543.    0 1 0  0 0 |  CC000  |  CE000
  544.    0 1 0  0 1 |  CC800  |  CE000
  545.    0 1 0  1 0 |  CD000  |  CE000
  546.    0 1 0  1 1 |  CD800  |  CE000
  547.               |         |
  548.    0 1 1  0 0 |  D0000  |  D2000  (Manufacturer's default)
  549.    0 1 1  0 1 |  D0800  |  D2000
  550.    0 1 1  1 0 |  D1000  |  D2000
  551.    0 1 1  1 1 |  D1800  |  D2000
  552.               |         |
  553.    1 0 0  0 0 |  D4000  |  D6000
  554.    1 0 0  0 1 |  D4800  |  D6000
  555.    1 0 0  1 0 |  D5000  |  D6000
  556.    1 0 0  1 1 |  D5800  |  D6000
  557.               |         |
  558.    1 0 1  0 0 |  D8000  |  DA000
  559.    1 0 1  0 1 |  D8800  |  DA000
  560.    1 0 1  1 0 |  D9000  |  DA000
  561.    1 0 1  1 1 |  D9800  |  DA000
  562.               |         |
  563.    1 1 0  0 0 |  DC000  |  DE000
  564.    1 1 0  0 1 |  DC800  |  DE000
  565.    1 1 0  1 0 |  DD000  |  DE000
  566.    1 1 0  1 1 |  DD800  |  DE000
  567.               |         |
  568.    1 1 1  0 0 |  E0000  |  E2000
  569.    1 1 1  0 1 |  E0800  |  E2000
  570.    1 1 1  1 0 |  E1000  |  E2000
  571.    1 1 1  1 1 |  E1800  |  E2000
  572.   
  573. *) To enable the 8K Boot PROM install the jumper ROM.
  574.    The default is jumper ROM not installed.
  575. Setting the Timeouts and Interrupt
  576. ----------------------------------
  577. The jumpers labeled EXT1 and EXT2 are used to determine the timeout 
  578. parameters. These two jumpers are normally left open.
  579. To select a hardware interrupt level set one (only one!) of the jumpers
  580. IRQ2, IRQ3, IRQ4, IRQ5, IRQ7. The Manufacturer's default is IRQ2.
  581.  
  582. Configuring the PC130E for Star or Bus Topology
  583. -----------------------------------------------
  584. The single jumper labeled STAR is used to configure the PC130E board for 
  585. star or bus topology.
  586. When the jumper is installed, the board may be used in a star network, when 
  587. it is removed, the board can be used in a bus topology.
  588. Diagnostic LEDs
  589. ---------------
  590. Two diagnostic LEDs are visible on the rear bracket of the board.
  591. The green LED monitors the network activity: the red one shows the
  592. board activity:
  593.  Green  | Status               Red      | Status
  594.  -------|-------------------   ---------|-------------------
  595.   on    | normal activity      flash/on | data transfer
  596.   blink | reconfiguration      off      | no data transfer;
  597.   off   | defective board or            | incorrect memory or
  598.         | node ID is zero               | I/O address
  599. *****************************************************************************
  600. ** Standard Microsystems Corp (SMC) **
  601. PC500/PC550 Longboard (16-bit cards)
  602. -------------------------------------
  603.   - from Juergen Seifert <seifert@htwm.de>
  604. STANDARD MICROSYSTEMS CORPORATION (SMC) ARCNET-PC500/PC550 Long Board
  605. =====================================================================
  606. Note: There is another Version of the PC500 called Short Version, which 
  607.       is different in hard- and software! The most important differences
  608.       are:
  609.       - The long board has no Shared memory.
  610.       - On the long board the selection of the interrupt is done by binary
  611.         coded switch, on the short board directly by jumper.
  612.         
  613. [Avery's note: pay special attention to that: the long board HAS NO SHARED
  614. MEMORY.  This means the current Linux-ARCnet driver can't use these cards. 
  615. I have obtained a PC500Longboard and will be doing some experiments on it in
  616. the future, but don't hold your breath.  Thanks again to Juergen Seifert for
  617. his advice about this!]
  618. This description has been written by Juergen Seifert <seifert@htwm.de>
  619. using information from the following Original SMC Manual 
  620.              "Configuration Guide for
  621.              SMC ARCNET-PC500/PC550
  622.          Series Network Controller Boards
  623.              Pub. # 900.033 Rev. A
  624.                 November, 1989"
  625. ARCNET is a registered trademark of the Datapoint Corporation
  626. SMC is a registered trademark of the Standard Microsystems Corporation  
  627. The PC500 is equipped with a standard BNC female connector for connection
  628. to RG-62/U coax cable.
  629. The board is designed both for point-to-point connection in star networks
  630. and for connection to bus networks.
  631. The PC550 is equipped with two modular RJ11-type jacks for connection
  632. to twisted pair wiring.
  633. It can be used in a star or a daisy-chained (BUS) network.
  634.        1 
  635.        0 9 8 7 6 5 4 3 2 1     6 5 4 3 2 1
  636.     ____________________________________________________________________
  637.    < |         SW1         | |     SW2     |                            |
  638.    > |_____________________| |_____________|                            |
  639.    <   IRQ    |I/O Addr                                                 |
  640.    >                                                                 ___|
  641.    <                                                            CR4 |___|
  642.    >                                                            CR3 |___|
  643.    <                                                                 ___|
  644.    >                                                              N |   | 8
  645.    <                                                              o |   | 7
  646.    >                                                              d | S | 6
  647.    <                                                              e | W | 5
  648.    >                                                              A | 3 | 4
  649.    <                                                              d |   | 3
  650.    >                                                              d |   | 2
  651.    <                                                              r |___| 1
  652.    >                                                        |o|    _____|
  653.    <                                                        |o|   | J1  |
  654.    >  3 1                                                   JP6   |_____|
  655.    < |o|o| JP2                                                    | J2  |
  656.    > |o|o|                                                        |_____|
  657.    <  4 2__                                               ______________|
  658.    >    |  |                                             |
  659.    <____|  |_____________________________________________|
  660. Legend:
  661. SW1 1-6: I/O Base Address Select
  662. 7-10: Interrupt Select
  663. SW2 1-6: Reserved for Future Use
  664. SW3 1-8: Node ID Select
  665. JP2 1-4: Extended Timeout Select
  666. JP6 Selected - Star Topology (PC500 only)
  667. Deselected - Bus Topology (PC500 only)
  668. CR3 Green Monitors Network Activity
  669. CR4 Red Monitors Board Activity
  670. J1 BNC RG62/U Connector (PC500 only)
  671. J1 6-position Telephone Jack (PC550 only)
  672. J2 6-position Telephone Jack (PC550 only)
  673. Setting one of the switches to Off/Open means "1", On/Closed means "0".
  674. Setting the Node ID
  675. -------------------
  676. The eight switches in group SW3 are used to set the node ID. Each node
  677. attached to the network must have an unique node ID which must be 
  678. different from 0.
  679. Switch 1 serves as the least significant bit (LSB).
  680. The node ID is the sum of the values of all switches set to "1"  
  681. These values are:
  682.     Switch | Value
  683.     -------|-------
  684.       1    |   1
  685.       2    |   2
  686.       3    |   4
  687.       4    |   8
  688.       5    |  16
  689.       6    |  32
  690.       7    |  64
  691.       8    | 128
  692. Some Examples:
  693.     Switch         | Hex     | Decimal 
  694.    8 7 6 5 4 3 2 1 | Node ID | Node ID
  695.    ----------------|---------|---------
  696.    0 0 0 0 0 0 0 0 |    not allowed
  697.    0 0 0 0 0 0 0 1 |    1    |    1 
  698.    0 0 0 0 0 0 1 0 |    2    |    2
  699.    0 0 0 0 0 0 1 1 |    3    |    3
  700.        . . .       |         |
  701.    0 1 0 1 0 1 0 1 |   55    |   85
  702.        . . .       |         |
  703.    1 0 1 0 1 0 1 0 |   AA    |  170
  704.        . . .       |         |  
  705.    1 1 1 1 1 1 0 1 |   FD    |  253
  706.    1 1 1 1 1 1 1 0 |   FE    |  254
  707.    1 1 1 1 1 1 1 1 |   FF    |  255 
  708. Setting the I/O Base Address
  709. ----------------------------
  710. The first six switches in switch group SW1 are used to select one
  711. of 32 possible I/O Base addresses using the following table
  712.    Switch       | Hex I/O
  713.    6 5  4 3 2 1 | Address
  714.    -------------|--------
  715.    0 1  0 0 0 0 |  200
  716.    0 1  0 0 0 1 |  210
  717.    0 1  0 0 1 0 |  220
  718.    0 1  0 0 1 1 |  230
  719.    0 1  0 1 0 0 |  240
  720.    0 1  0 1 0 1 |  250
  721.    0 1  0 1 1 0 |  260
  722.    0 1  0 1 1 1 |  270
  723.    0 1  1 0 0 0 |  280
  724.    0 1  1 0 0 1 |  290
  725.    0 1  1 0 1 0 |  2A0
  726.    0 1  1 0 1 1 |  2B0
  727.    0 1  1 1 0 0 |  2C0
  728.    0 1  1 1 0 1 |  2D0
  729.    0 1  1 1 1 0 |  2E0 (Manufacturer's default)
  730.    0 1  1 1 1 1 |  2F0
  731.    1 1  0 0 0 0 |  300
  732.    1 1  0 0 0 1 |  310
  733.    1 1  0 0 1 0 |  320
  734.    1 1  0 0 1 1 |  330
  735.    1 1  0 1 0 0 |  340
  736.    1 1  0 1 0 1 |  350
  737.    1 1  0 1 1 0 |  360
  738.    1 1  0 1 1 1 |  370
  739.    1 1  1 0 0 0 |  380
  740.    1 1  1 0 0 1 |  390
  741.    1 1  1 0 1 0 |  3A0
  742.    1 1  1 0 1 1 |  3B0
  743.    1 1  1 1 0 0 |  3C0
  744.    1 1  1 1 0 1 |  3D0
  745.    1 1  1 1 1 0 |  3E0
  746.    1 1  1 1 1 1 |  3F0
  747. Setting the Interrupt
  748. ---------------------
  749. Switches seven through ten of switch group SW1 are used to select the 
  750. interrupt level. The interrupt level is binary coded, so selections 
  751. from 0 to 15 would be possible, but only the following eight values will
  752. be supported: 3, 4, 5, 7, 9, 10, 11, 12.
  753.    Switch   | IRQ
  754.    10 9 8 7 | 
  755.    ---------|-------- 
  756.     0 0 1 1 |  3
  757.     0 1 0 0 |  4
  758.     0 1 0 1 |  5
  759.     0 1 1 1 |  7
  760.     1 0 0 1 |  9 (=2) (default)
  761.     1 0 1 0 | 10
  762.     1 0 1 1 | 11
  763.     1 1 0 0 | 12
  764. Setting the Timeouts 
  765. --------------------
  766. The two jumpers JP2 (1-4) are used to determine the timeout parameters. 
  767. These two jumpers are normally left open.
  768. Refer to the COM9026 Data Sheet for alternate configurations.
  769. Configuring the PC500 for Star or Bus Topology
  770. ----------------------------------------------
  771. The single jumper labeled JP6 is used to configure the PC500 board for 
  772. star or bus topology.
  773. When the jumper is installed, the board may be used in a star network, when 
  774. it is removed, the board can be used in a bus topology.
  775. Diagnostic LEDs
  776. ---------------
  777. Two diagnostic LEDs are visible on the rear bracket of the board.
  778. The green LED monitors the network activity: the red one shows the
  779. board activity:
  780.  Green  | Status               Red      | Status
  781.  -------|-------------------   ---------|-------------------
  782.   on    | normal activity      flash/on | data transfer
  783.   blink | reconfiguration      off      | no data transfer;
  784.   off   | defective board or            | incorrect memory or
  785.         | node ID is zero               | I/O address
  786. *****************************************************************************
  787. ** SMC **
  788. PC710 (8-bit card)
  789. ------------------
  790.   - from J.S. van Oosten <jvoosten@compiler.tdcnet.nl>
  791.   
  792. Note: this data is gathered by experimenting and looking at info of other
  793. cards. However, I'm sure I got 99% of the settings right.
  794. The SMC710 card resembles the PC270 card, but is much more basic (i.e. no
  795. LEDs, RJ11 jacks, etc.) and 8 bit. Here's a little drawing:
  796.     _______________________________________   
  797.    | +---------+  +---------+              |____
  798.    | |   S2    |  |   S1    |              |
  799.    | +---------+  +---------+              |
  800.    |                                       |
  801.    |  +===+    __                          |
  802.    |  | R |   |  | X-tal                 ###___
  803.    |  | O |   |__|                      ####__'|
  804.    |  | M |    ||                        ###
  805.    |  +===+                                |
  806.    |                                       |
  807.    |   .. JP1   +----------+               |
  808.    |   ..       | big chip |               |   
  809.    |   ..       |  90C63   |               |
  810.    |   ..       |          |               |
  811.    |   ..       +----------+               |
  812.     -------                     -----------
  813.            |||||||||||||||||||||
  814. The row of jumpers at JP1 actually consists of 8 jumpers, (sometimes
  815. labelled) the same as on the PC270, from top to bottom: EXT2, EXT1, ROM,
  816. IRQ7, IRQ5, IRQ4, IRQ3, IRQ2 (gee, wonder what they would do? :-) )
  817. S1 and S2 perform the same function as on the PC270, only their numbers
  818. are swapped (S1 is the nodeaddress, S2 sets IO- and RAM-address).
  819. I know it works when connected to a PC110 type ARCnet board.
  820. *****************************************************************************
  821. ** Possibly SMC **
  822. LCS-8830(-T) (8 and 16-bit cards)
  823. ---------------------------------
  824.   - from Mathias Katzer <mkatzer@HRZ.Uni-Bielefeld.DE>
  825.   - Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl> says the
  826.     LCS-8830 is slightly different from LCS-8830-T.  These are 8 bit, BUS
  827.     only (the JP0 jumper is hardwired), and BNC only.
  828. This is a LCS-8830-T made by SMC, I think ('SMC' only appears on one PLCC,
  829. nowhere else, not even on the few Xeroxed sheets from the manual).
  830. SMC ARCnet Board Type LCS-8830-T
  831.    ------------------------------------
  832.   |                                    |
  833.   |              JP3 88  8 JP2         |
  834.   |       #####      |                |
  835.   |       #####    ET1 ET2          ###|
  836.   |                              8  ###|
  837.   |  U3   SW 1                  JP0 ###|  Phone Jacks
  838.   |  --                             ###|
  839.   | |  |                               |
  840.   | |  |   SW2                         |
  841.   | |  |                               |
  842.   | |  |  #####                        |
  843.   |  --   #####                       ####  BNC Connector 
  844.   |                                   ####
  845.   |   888888 JP1                       |
  846.   |   234567                           |
  847.    --                           -------
  848.      |||||||||||||||||||||||||||
  849.       --------------------------
  850. SW1: DIP-Switches for Station Address
  851. SW2: DIP-Switches for Memory Base and I/O Base addresses
  852. JP0: If closed, internal termination on (default open)
  853. JP1: IRQ Jumpers
  854. JP2: Boot-ROM enabled if closed
  855. JP3: Jumpers for response timeout
  856.  
  857. U3: Boot-ROM Socket          
  858. ET1 ET2     Response Time     Idle Time    Reconfiguration Time
  859.                78                86               840
  860.  X            285               316              1680
  861.      X        563               624              1680
  862.  X   X       1130              1237              1680
  863. (X means closed jumper)
  864. (DIP-Switch downwards means "0")
  865. The station address is binary-coded with SW1.
  866. The I/O base address is coded with DIP-Switches 6,7 and 8 of SW2:
  867. Switches        Base
  868. 678             Address
  869. 000 260-26f
  870. 100 290-29f
  871. 010 2e0-2ef
  872. 110 2f0-2ff
  873. 001 300-30f
  874. 101 350-35f
  875. 011 380-38f
  876. 111  3e0-3ef
  877. DIP Switches 1-5 of SW2 encode the RAM and ROM Address Range:
  878. Switches        RAM           ROM
  879. 12345           Address Range  Address Range
  880. 00000 C:0000-C:07ff C:2000-C:3fff
  881. 10000 C:0800-C:0fff
  882. 01000 C:1000-C:17ff
  883. 11000 C:1800-C:1fff
  884. 00100 C:4000-C:47ff C:6000-C:7fff
  885. 10100 C:4800-C:4fff
  886. 01100 C:5000-C:57ff 
  887. 11100 C:5800-C:5fff
  888. 00010 C:C000-C:C7ff C:E000-C:ffff
  889. 10010 C:C800-C:Cfff
  890. 01010 C:D000-C:D7ff
  891. 11010 C:D800-C:Dfff
  892. 00110 D:0000-D:07ff D:2000-D:3fff
  893. 10110 D:0800-D:0fff
  894. 01110 D:1000-D:17ff
  895. 11110 D:1800-D:1fff
  896. 00001 D:4000-D:47ff D:6000-D:7fff
  897. 10001 D:4800-D:4fff
  898. 01001 D:5000-D:57ff
  899. 11001 D:5800-D:5fff
  900. 00101 D:8000-D:87ff D:A000-D:bfff
  901. 10101 D:8800-D:8fff
  902. 01101 D:9000-D:97ff
  903. 11101 D:9800-D:9fff 
  904. 00011 D:C000-D:c7ff D:E000-D:ffff
  905. 10011 D:C800-D:cfff
  906. 01011 D:D000-D:d7ff
  907. 11011 D:D800-D:dfff
  908. 00111 E:0000-E:07ff E:2000-E:3fff
  909. 10111 E:0800-E:0fff
  910. 01111 E:1000-E:17ff
  911. 11111 E:1800-E:1fff
  912. *****************************************************************************
  913. ** PureData Corp **
  914. PDI507 (8-bit card)
  915. --------------------
  916.   - from Mark Rejhon <mdrejhon@magi.com> (slight modifications by Avery)
  917.   - Avery's note: I think PDI508 cards (but definitely NOT PDI508Plus cards)
  918.     are mostly the same as this.  PDI508Plus cards appear to be mainly
  919.     software-configured.
  920. Jumpers:
  921. There is a jumper array at the bottom of the card, near the edge
  922.         connector.  This array is labelled J1.  They control the IRQs and
  923.         something else.  Put only one jumper on the IRQ pins.
  924. ETS1, ETS2 are for timing on very long distance networks.  See the
  925. more general information near the top of this file.
  926. There is a J2 jumper on two pins.  A jumper should be put on them,
  927.         since it was already there when I got the card.  I don't know what
  928.         this jumper is for though.
  929. There is a two-jumper array for J3.  I don't know what it is for,
  930.         but there were already two jumpers on it when I got the card.  It's
  931.         a six pin grid in a two-by-three fashion.  The jumpers were
  932.         configured as follows:
  933.    .-------.
  934.  o | o   o |
  935.    :-------:    ------> Accessible end of card with connectors
  936.  o | o   o |             in this direction ------->
  937.    `-------'
  938. Carl de Billy <CARL@carainfo.com> explains J3 and J4:
  939. J3 Diagram:
  940.            .-------.
  941.          o | o   o |
  942.            :-------:    TWIST Technology
  943.          o | o   o |
  944.            `-------'
  945.            .-------.
  946.            | o   o | o
  947.            :-------:    COAX Technology
  948.            | o   o | o
  949.            `-------'
  950.   - If using coax cable in a bus topology the J4 jumper must be removed;
  951.     place it on one pin.
  952.   - If using bus topology with twisted pair wiring move the J3 
  953.     jumpers so they connect the middle pin and the pins closest to the RJ11
  954.     Connectors.  Also the J4 jumper must be removed; place it on one pin of
  955.     J4 jumper for storage.
  956.   - If using  star topology with twisted pair wiring move the J3 
  957.     jumpers so they connect the middle pin and the pins closest to the RJ11
  958.     connectors.
  959. DIP Switches:
  960. The DIP switches accessible on the accessible end of the card while
  961.         it is installed, is used to set the ARCnet address.  There are 8
  962.         switches.  Use an address from 1 to 254.
  963. Switch No.
  964. 12345678 ARCnet address
  965. -----------------------------------------
  966. 00000000 FF   (Don't use this!)
  967. 00000001 FE
  968. 00000010 FD
  969. ....
  970. 11111101 2
  971. 11111110 1
  972. 11111111 0 (Don't use this!)
  973. There is another array of eight DIP switches at the top of the
  974.         card.  There are five labelled MS0-MS4 which seem to control the
  975.         memory address, and another three labelled IO0-IO2 which seem to
  976.         control the base I/O address of the card.
  977. This was difficult to test by trial and error, and the I/O addresses
  978.         are in a weird order.  This was tested by setting the DIP switches,
  979.         rebooting the computer, and attempting to load ARCETHER at various
  980.         addresses (mostly between 0x200 and 0x400).  The address that caused
  981.         the red transmit LED to blink, is the one that I thought works.
  982. Also, the address 0x3D0 seem to have a special meaning, since the
  983.         ARCETHER packet driver loaded fine, but without the red LED
  984.         blinking.  I don't know what 0x3D0 is for though.  I recommend using
  985.         an address of 0x300 since Windows may not like addresses below
  986.         0x300.
  987. IO Switch No.
  988. 210             I/O address
  989. -------------------------------
  990. 111             0x260
  991. 110             0x290
  992. 101             0x2E0
  993. 100             0x2F0
  994. 011             0x300
  995. 010             0x350
  996. 001             0x380
  997. 000             0x3E0
  998. The memory switches set a reserved address space of 0x1000 bytes
  999.         (0x100 segment units, or 4k).  For example if I set an address of
  1000.         0xD000, it will use up addresses 0xD000 to 0xD100.
  1001. The memory switches were tested by booting using QEMM386 stealth,
  1002.         and using LOADHI to see what address automatically became excluded
  1003.         from the upper memory regions, and then attempting to load ARCETHER
  1004.         using these addresses.
  1005. I recommend using an ARCnet memory address of 0xD000, and putting
  1006.         the EMS page frame at 0xC000 while using QEMM stealth mode.  That
  1007.         way, you get contiguous high memory from 0xD100 almost all the way
  1008.         the end of the megabyte.
  1009. Memory Switch 0 (MS0) didn't seem to work properly when set to OFF
  1010.         on my card.  It could be malfunctioning on my card.  Experiment with
  1011.         it ON first, and if it doesn't work, set it to OFF.  (It may be a
  1012.         modifier for the 0x200 bit?)
  1013. MS Switch No.
  1014. 43210           Memory address
  1015. --------------------------------
  1016. 00001           0xE100  (guessed - was not detected by QEMM)
  1017. 00011           0xE000  (guessed - was not detected by QEMM)
  1018. 00101           0xDD00
  1019. 00111           0xDC00
  1020. 01001           0xD900
  1021. 01011           0xD800
  1022. 01101           0xD500
  1023. 01111           0xD400
  1024. 10001           0xD100
  1025. 10011           0xD000
  1026. 10101           0xCD00
  1027. 10111           0xCC00
  1028. 11001           0xC900 (guessed - crashes tested system)
  1029. 11011           0xC800 (guessed - crashes tested system)
  1030. 11101           0xC500 (guessed - crashes tested system)
  1031. 11111           0xC400 (guessed - crashes tested system)
  1032. *****************************************************************************
  1033. ** CNet Technology Inc. **
  1034. 120 Series (8-bit cards)
  1035. ------------------------
  1036.   - from Juergen Seifert <seifert@htwm.de>
  1037. CNET TECHNOLOGY INC. (CNet) ARCNET 120A SERIES
  1038. ==============================================
  1039. This description has been written by Juergen Seifert <seifert@htwm.de>
  1040. using information from the following Original CNet Manual 
  1041.               "ARCNET
  1042.             USER'S MANUAL 
  1043.                 for
  1044.                CN120A
  1045.                CN120AB
  1046.                CN120TP
  1047.                CN120ST
  1048.                CN120SBT
  1049.              P/N:12-01-0007
  1050.              Revision 3.00"
  1051. ARCNET is a registered trademark of the Datapoint Corporation
  1052. P/N 120A   ARCNET 8 bit XT/AT Star
  1053. P/N 120AB  ARCNET 8 bit XT/AT Bus
  1054. P/N 120TP  ARCNET 8 bit XT/AT Twisted Pair
  1055. P/N 120ST  ARCNET 8 bit XT/AT Star, Twisted Pair
  1056. P/N 120SBT ARCNET 8 bit XT/AT Star, Bus, Twisted Pair
  1057.     __________________________________________________________________
  1058.    |                                                                  |
  1059.    |                                                               ___|
  1060.    |                                                          LED |___|
  1061.    |                                                               ___|
  1062.    |                                                            N |   | ID7
  1063.    |                                                            o |   | ID6
  1064.    |                                                            d | S | ID5
  1065.    |                                                            e | W | ID4
  1066.    |                     ___________________                    A | 2 | ID3
  1067.    |                    |                   |                   d |   | ID2
  1068.    |                    |                   |  1 2 3 4 5 6 7 8  d |   | ID1
  1069.    |                    |                   | _________________ r |___| ID0
  1070.    |                    |      90C65        ||       SW1       |  ____|
  1071.    |  JP 8 7            |                   ||_________________| |    |
  1072.    |    |o|o|  JP1      |                   |                    | J2 |
  1073.    |    |o|o|  |oo|     |                   |         JP 1 1 1   |    |
  1074.    |   ______________   |                   |            0 1 2   |____|
  1075.    |  |  PROM        |  |___________________|           |o|o|o|  _____|
  1076.    |  >  SOCKET      |  JP 6 5 4 3 2                    |o|o|o| | J1  |
  1077.    |  |______________|    |o|o|o|o|o|                   |o|o|o| |_____|
  1078.    |_____                 |o|o|o|o|o|                   ______________|
  1079.          |                                             |
  1080.          |_____________________________________________|
  1081. Legend:
  1082. 90C65       ARCNET Probe
  1083. S1  1-5:    Base Memory Address Select
  1084.     6-8:    Base I/O Address Select
  1085. S2  1-8:    Node ID Select (ID0-ID7)
  1086. JP1     ROM Enable Select
  1087. JP2     IRQ2
  1088. JP3     IRQ3
  1089. JP4     IRQ4
  1090. JP5     IRQ5
  1091. JP6     IRQ7
  1092. JP7/JP8     ET1, ET2 Timeout Parameters
  1093. JP10/JP11   Coax / Twisted Pair Select  (CN120ST/SBT only)
  1094. JP12        Terminator Select       (CN120AB/ST/SBT only)
  1095. J1      BNC RG62/U Connector        (all except CN120TP)
  1096. J2      Two 6-position Telephone Jack   (CN120TP/ST/SBT only)
  1097. Setting one of the switches to Off means "1", On means "0".
  1098. Setting the Node ID
  1099. -------------------
  1100. The eight switches in SW2 are used to set the node ID. Each node attached
  1101. to the network must have an unique node ID which must be different from 0.
  1102. Switch 1 (ID0) serves as the least significant bit (LSB).
  1103. The node ID is the sum of the values of all switches set to "1"  
  1104. These values are:
  1105.    Switch | Label | Value
  1106.    -------|-------|-------
  1107.      1    | ID0   |   1
  1108.      2    | ID1   |   2
  1109.      3    | ID2   |   4
  1110.      4    | ID3   |   8
  1111.      5    | ID4   |  16
  1112.      6    | ID5   |  32
  1113.      7    | ID6   |  64
  1114.      8    | ID7   | 128
  1115. Some Examples:
  1116.     Switch         | Hex     | Decimal 
  1117.    8 7 6 5 4 3 2 1 | Node ID | Node ID
  1118.    ----------------|---------|---------
  1119.    0 0 0 0 0 0 0 0 |    not allowed
  1120.    0 0 0 0 0 0 0 1 |    1    |    1 
  1121.    0 0 0 0 0 0 1 0 |    2    |    2
  1122.    0 0 0 0 0 0 1 1 |    3    |    3
  1123.        . . .       |         |
  1124.    0 1 0 1 0 1 0 1 |   55    |   85
  1125.        . . .       |         |
  1126.    1 0 1 0 1 0 1 0 |   AA    |  170
  1127.        . . .       |         |  
  1128.    1 1 1 1 1 1 0 1 |   FD    |  253
  1129.    1 1 1 1 1 1 1 0 |   FE    |  254
  1130.    1 1 1 1 1 1 1 1 |   FF    |  255
  1131. Setting the I/O Base Address
  1132. ----------------------------
  1133. The last three switches in switch block SW1 are used to select one
  1134. of eight possible I/O Base addresses using the following table
  1135.    Switch      | Hex I/O
  1136.     6   7   8  | Address
  1137.    ------------|--------
  1138.    ON  ON  ON  |  260
  1139.    OFF ON  ON  |  290
  1140.    ON  OFF ON  |  2E0  (Manufacturer's default)
  1141.    OFF OFF ON  |  2F0
  1142.    ON  ON  OFF |  300
  1143.    OFF ON  OFF |  350
  1144.    ON  OFF OFF |  380
  1145.    OFF OFF OFF |  3E0
  1146. Setting the Base Memory (RAM) buffer Address
  1147. --------------------------------------------
  1148. The memory buffer (RAM) requires 2K. The base of this buffer can be 
  1149. located in any of eight positions. The address of the Boot Prom is
  1150. memory base + 8K or memory base + 0x2000.
  1151. Switches 1-5 of switch block SW1 select the Memory Base address.
  1152.    Switch              | Hex RAM | Hex ROM
  1153.     1   2   3   4   5  | Address | Address *)
  1154.    --------------------|---------|-----------
  1155.    ON  ON  ON  ON  ON  |  C0000  |  C2000
  1156.    ON  ON  OFF ON  ON  |  C4000  |  C6000
  1157.    ON  ON  ON  OFF ON  |  CC000  |  CE000
  1158.    ON  ON  OFF OFF ON  |  D0000  |  D2000  (Manufacturer's default)
  1159.    ON  ON  ON  ON  OFF |  D4000  |  D6000
  1160.    ON  ON  OFF ON  OFF |  D8000  |  DA000
  1161.    ON  ON  ON  OFF OFF |  DC000  |  DE000
  1162.    ON  ON  OFF OFF OFF |  E0000  |  E2000
  1163.   
  1164. *) To enable the Boot ROM install the jumper JP1
  1165. Note: Since the switches 1 and 2 are always set to ON it may be possible
  1166.       that they can be used to add an offset of 2K, 4K or 6K to the base
  1167.       address, but this feature is not documented in the manual and I
  1168.       haven't tested it yet.
  1169. Setting the Interrupt Line
  1170. --------------------------
  1171. To select a hardware interrupt level install one (only one!) of the jumpers
  1172. JP2, JP3, JP4, JP5, JP6. JP2 is the default.
  1173.    Jumper | IRQ     
  1174.    -------|-----
  1175.      2    |  2
  1176.      3    |  3
  1177.      4    |  4
  1178.      5    |  5
  1179.      6    |  7
  1180. Setting the Internal Terminator on CN120AB/TP/SBT
  1181. --------------------------------------------------
  1182. The jumper JP12 is used to enable the internal terminator. 
  1183.                          -----
  1184.        0                |  0  |     
  1185.      -----   ON         |     |  ON
  1186.     |  0  |             |  0  |
  1187.     |     |  OFF         -----   OFF
  1188.     |  0  |                0
  1189.      -----
  1190.    Terminator          Terminator 
  1191.     disabled            enabled
  1192.   
  1193. Selecting the Connector Type on CN120ST/SBT
  1194. -------------------------------------------
  1195.      JP10    JP11        JP10    JP11
  1196.                          -----   -----
  1197.        0       0        |  0  | |  0  |       
  1198.      -----   -----      |     | |     |
  1199.     |  0  | |  0  |     |  0  | |  0  |
  1200.     |     | |     |      -----   -----
  1201.     |  0  | |  0  |        0       0 
  1202.      -----   -----
  1203.      Coaxial Cable       Twisted Pair Cable 
  1204.        (Default)
  1205. Setting the Timeout Parameters
  1206. ------------------------------
  1207. The jumpers labeled EXT1 and EXT2 are used to determine the timeout 
  1208. parameters. These two jumpers are normally left open.
  1209. *****************************************************************************
  1210. ** CNet Technology Inc. **
  1211. 160 Series (16-bit cards)
  1212. -------------------------
  1213.   - from Juergen Seifert <seifert@htwm.de>
  1214. CNET TECHNOLOGY INC. (CNet) ARCNET 160A SERIES
  1215. ==============================================
  1216. This description has been written by Juergen Seifert <seifert@htwm.de>
  1217. using information from the following Original CNet Manual 
  1218.               "ARCNET
  1219.             USER'S MANUAL 
  1220.                 for
  1221.                CN160A
  1222.                CN160AB
  1223.                CN160TP
  1224.              P/N:12-01-0006
  1225.              Revision 3.00"
  1226. ARCNET is a registered trademark of the Datapoint Corporation
  1227. P/N 160A   ARCNET 16 bit XT/AT Star
  1228. P/N 160AB  ARCNET 16 bit XT/AT Bus
  1229. P/N 160TP  ARCNET 16 bit XT/AT Twisted Pair
  1230.    ___________________________________________________________________
  1231.   <                             _________________________          ___|
  1232.   >               |oo| JP2     |                         |    LED |___|
  1233.   <               |oo| JP1     |        9026             |    LED |___|
  1234.   >                            |_________________________|         ___|
  1235.   <                                                             N |   | ID7
  1236.   >                                                      1      o |   | ID6
  1237.   <                                    1 2 3 4 5 6 7 8 9 0      d | S | ID5
  1238.   >         _______________           _____________________     e | W | ID4
  1239.   <        |     PROM      |         |         SW1         |    A | 2 | ID3
  1240.   >        >    SOCKET     |         |_____________________|    d |   | ID2
  1241.   <        |_______________|          | IO-Base   | MEM   |     d |   | ID1
  1242.   >                                                             r |___| ID0
  1243.   <                                                               ____|
  1244.   >                                                              |    |
  1245.   <                                                              | J1 |
  1246.   >                                                              |    |
  1247.   <                                                              |____|
  1248.   >                            1 1 1 1                                |
  1249.   <  3 4 5 6 7      JP     8 9 0 1 2 3                                |
  1250.   > |o|o|o|o|o|           |o|o|o|o|o|o|                               |
  1251.   < |o|o|o|o|o| __        |o|o|o|o|o|o|                    ___________|
  1252.   >            |  |                                       |
  1253.   <____________|  |_______________________________________|
  1254. Legend:
  1255. 9026            ARCNET Probe
  1256. SW1 1-6:    Base I/O Address Select
  1257.     7-10:   Base Memory Address Select
  1258. SW2 1-8:    Node ID Select (ID0-ID7)
  1259. JP1/JP2     ET1, ET2 Timeout Parameters
  1260. JP3-JP13    Interrupt Select
  1261. J1      BNC RG62/U Connector        (CN160A/AB only)
  1262. J1      Two 6-position Telephone Jack   (CN160TP only)
  1263. LED
  1264. Setting one of the switches to Off means "1", On means "0".
  1265. Setting the Node ID
  1266. -------------------
  1267. The eight switches in SW2 are used to set the node ID. Each node attached
  1268. to the network must have an unique node ID which must be different from 0.
  1269. Switch 1 (ID0) serves as the least significant bit (LSB).
  1270. The node ID is the sum of the values of all switches set to "1"  
  1271. These values are:
  1272.    Switch | Label | Value
  1273.    -------|-------|-------
  1274.      1    | ID0   |   1
  1275.      2    | ID1   |   2
  1276.      3    | ID2   |   4
  1277.      4    | ID3   |   8
  1278.      5    | ID4   |  16
  1279.      6    | ID5   |  32
  1280.      7    | ID6   |  64
  1281.      8    | ID7   | 128
  1282. Some Examples:
  1283.     Switch         | Hex     | Decimal 
  1284.    8 7 6 5 4 3 2 1 | Node ID | Node ID
  1285.    ----------------|---------|---------
  1286.    0 0 0 0 0 0 0 0 |    not allowed
  1287.    0 0 0 0 0 0 0 1 |    1    |    1 
  1288.    0 0 0 0 0 0 1 0 |    2    |    2
  1289.    0 0 0 0 0 0 1 1 |    3    |    3
  1290.        . . .       |         |
  1291.    0 1 0 1 0 1 0 1 |   55    |   85
  1292.        . . .       |         |
  1293.    1 0 1 0 1 0 1 0 |   AA    |  170
  1294.        . . .       |         |  
  1295.    1 1 1 1 1 1 0 1 |   FD    |  253
  1296.    1 1 1 1 1 1 1 0 |   FE    |  254
  1297.    1 1 1 1 1 1 1 1 |   FF    |  255
  1298. Setting the I/O Base Address
  1299. ----------------------------
  1300. The first six switches in switch block SW1 are used to select the I/O Base
  1301. address using the following table:
  1302.              Switch        | Hex I/O
  1303.     1   2   3   4   5   6  | Address
  1304.    ------------------------|--------
  1305.    OFF ON  ON  OFF OFF ON  |  260
  1306.    OFF ON  OFF ON  ON  OFF |  290
  1307.    OFF ON  OFF OFF OFF ON  |  2E0  (Manufacturer's default)
  1308.    OFF ON  OFF OFF OFF OFF |  2F0
  1309.    OFF OFF ON  ON  ON  ON  |  300
  1310.    OFF OFF ON  OFF ON  OFF |  350
  1311.    OFF OFF OFF ON  ON  ON  |  380
  1312.    OFF OFF OFF OFF OFF ON  |  3E0
  1313. Note: Other IO-Base addresses seem to be selectable, but only the above
  1314.       combinations are documented.
  1315. Setting the Base Memory (RAM) buffer Address
  1316. --------------------------------------------
  1317. The switches 7-10 of switch block SW1 are used to select the Memory
  1318. Base address of the RAM (2K) and the PROM.
  1319.    Switch          | Hex RAM | Hex ROM
  1320.     7   8   9  10  | Address | Address
  1321.    ----------------|---------|-----------
  1322.    OFF OFF ON  ON  |  C0000  |  C8000
  1323.    OFF OFF ON  OFF |  D0000  |  D8000 (Default)
  1324.    OFF OFF OFF ON  |  E0000  |  E8000
  1325. Note: Other MEM-Base addresses seem to be selectable, but only the above
  1326.       combinations are documented.
  1327. Setting the Interrupt Line
  1328. --------------------------
  1329. To select a hardware interrupt level install one (only one!) of the jumpers
  1330. JP3 through JP13 using the following table:
  1331.    Jumper | IRQ     
  1332.    -------|-----------------
  1333.      3    |  14
  1334.      4    |  15
  1335.      5    |  12
  1336.      6    |  11
  1337.      7    |  10
  1338.      8    |   3
  1339.      9    |   4
  1340.     10    |   5
  1341.     11    |   6
  1342.     12    |   7
  1343.     13    |   2 (=9) Default!
  1344. Note:  - Do not use JP11=IRQ6, it may conflict with your Floppy Disk
  1345.          Controller
  1346.        - Use JP3=IRQ14 only, if you don't have an IDE-, MFM-, or RLL-
  1347.          Hard Disk, it may conflict with their controllers
  1348. Setting the Timeout Parameters
  1349. ------------------------------
  1350. The jumpers labeled JP1 and JP2 are used to determine the timeout
  1351. parameters. These two jumpers are normally left open.
  1352. *****************************************************************************
  1353. ** Lantech **
  1354. 8-bit card, unknown model
  1355. -------------------------
  1356.   - from Vlad Lungu <vlungu@ugal.ro> - his e-mail address seemed broken at
  1357.     the time I tried to reach him.  Sorry Vlad, if you didn't get my reply.
  1358.    ________________________________________________________________
  1359.    |   1         8                                                 |
  1360.    |   ___________                                               __|
  1361.    |   |   SW1    |                                         LED |__|
  1362.    |   |__________|                                                |
  1363.    |                                                            ___|
  1364.    |                _____________________                       |S | 8
  1365.    |                |                   |                       |W |
  1366.    |                |                   |                       |2 |
  1367.    |                |                   |                       |__| 1
  1368.    |                |      UM9065L      |     |o|  JP4         ____|____
  1369.    |                |                   |     |o|              |  CN    |
  1370.    |                |                   |                      |________|
  1371.    |                |                   |                          |
  1372.    |                |___________________|                          |
  1373.    |                                                               |
  1374.    |                                                               |
  1375.    |      _____________                                            |
  1376.    |      |            |                                           |
  1377.    |      |    PROM    |        |ooooo|  JP6                       |
  1378.    |      |____________|        |ooooo|                            |
  1379.    |_____________                                             _   _|
  1380.                 |____________________________________________| |__|
  1381. UM9065L : ARCnet Controller
  1382. SW 1    : Shared Memory Address and I/O Base
  1383.         ON=0
  1384.         12345|Memory Address
  1385.         -----|--------------
  1386.         00001|  D4000
  1387.         00010|  CC000
  1388.         00110|  D0000
  1389.         01110|  D1000
  1390.         01101|  D9000
  1391.         10010|  CC800
  1392.         10011|  DC800
  1393.         11110|  D1800
  1394. It seems that the bits are considered in reverse order.  Also, you must
  1395. observe that some of those addresses are unusual and I didn't probe them; I
  1396. used a memory dump in DOS to identify them.  For the 00000 configuration and
  1397. some others that I didn't write here the card seems to conflict with the
  1398. video card (an S3 GENDAC). I leave the full decoding of those addresses to
  1399. you.
  1400.         678| I/O Address
  1401.         ---|------------
  1402.         000|    260
  1403.         001|    failed probe
  1404.         010|    2E0
  1405.         011|    380
  1406.         100|    290
  1407.         101|    350
  1408.         110|    failed probe
  1409.         111|    3E0
  1410. SW 2  : Node ID (binary coded)
  1411. JP 4  : Boot PROM enable   CLOSE - enabled
  1412.                            OPEN  - disabled
  1413. JP 6  : IRQ set (ONLY ONE jumper on 1-5 for IRQ 2-6)
  1414. *****************************************************************************
  1415. ** Acer **
  1416. 8-bit card, Model 5210-003
  1417. --------------------------
  1418.   - from Vojtech Pavlik <vojtech@suse.cz> using portions of the existing
  1419.     arcnet-hardware file.
  1420. This is a 90C26 based card.  Its configuration seems similar to the SMC
  1421. PC100, but has some additional jumpers I don't know the meaning of.
  1422.                __
  1423.               |  |
  1424.    ___________|__|_________________________
  1425.   |         |      |                       |
  1426.   |         | BNC  |                       |
  1427.   |         |______|                    ___|
  1428.   |  _____________________             |___  
  1429.   | |                     |                |
  1430.   | | Hybrid IC           |                |
  1431.   | |                     |       o|o J1   |
  1432.   | |_____________________|       8|8      |
  1433.   |                               8|8 J5   |
  1434.   |                               o|o      |
  1435.   |                               8|8      |
  1436.   |__                             8|8      |
  1437.  (|__| LED                        o|o      |
  1438.   |                               8|8      |
  1439.   |                               8|8 J15  |
  1440.   |                                        |
  1441.   |                    _____               |
  1442.   |                   |     |   _____      |
  1443.   |                   |     |  |     |  ___|
  1444.   |                   |     |  |     | |    
  1445.   |  _____            | ROM |  | UFS | |    
  1446.   | |     |           |     |  |     | |   
  1447.   | |     |     ___   |     |  |     | |   
  1448.   | |     |    |   |  |__.__|  |__.__| |   
  1449.   | | NCR |    |XTL|   _____    _____  |   
  1450.   | |     |    |___|  |     |  |     | |   
  1451.   | |90C26|           |     |  |     | |   
  1452.   | |     |           | RAM |  | UFS | |   
  1453.   | |     | J17 o|o   |     |  |     | |   
  1454.   | |     | J16 o|o   |     |  |     | |   
  1455.   | |__.__|           |__.__|  |__.__| |   
  1456.   |  ___                               |   
  1457.   | |   |8                             |   
  1458.   | |SW2|                              |   
  1459.   | |   |                              |   
  1460.   | |___|1                             |   
  1461.   |  ___                               |   
  1462.   | |   |10           J18 o|o          |   
  1463.   | |   |                 o|o          |   
  1464.   | |SW1|                 o|o          |   
  1465.   | |   |             J21 o|o          |   
  1466.   | |___|1                             |   
  1467.   |                                    |   
  1468.   |____________________________________|   
  1469. Legend:
  1470. 90C26       ARCNET Chip
  1471. XTL         20 MHz Crystal
  1472. SW1 1-6     Base I/O Address Select
  1473.     7-10    Memory Address Select
  1474. SW2 1-8     Node ID Select (ID0-ID7)
  1475. J1-J5       IRQ Select
  1476. J6-J21      Unknown (Probably extra timeouts & ROM enable ...)
  1477. LED1        Activity LED 
  1478. BNC         Coax connector (STAR ARCnet)
  1479. RAM         2k of SRAM
  1480. ROM         Boot ROM socket
  1481. UFS         Unidentified Flying Sockets
  1482. Setting the Node ID
  1483. -------------------
  1484. The eight switches in SW2 are used to set the node ID. Each node attached
  1485. to the network must have an unique node ID which must not be 0.
  1486. Switch 1 (ID0) serves as the least significant bit (LSB).
  1487. Setting one of the switches to OFF means "1", ON means "0".
  1488. The node ID is the sum of the values of all switches set to "1"
  1489. These values are:
  1490.    Switch | Value
  1491.    -------|-------
  1492.      1    |   1
  1493.      2    |   2
  1494.      3    |   4
  1495.      4    |   8
  1496.      5    |  16
  1497.      6    |  32
  1498.      7    |  64
  1499.      8    | 128
  1500. Don't set this to 0 or 255; these values are reserved.
  1501. Setting the I/O Base Address
  1502. ----------------------------
  1503. The switches 1 to 6 of switch block SW1 are used to select one
  1504. of 32 possible I/O Base addresses using the following tables
  1505.    
  1506.           | Hex
  1507.    Switch | Value
  1508.    -------|-------
  1509.      1    | 200  
  1510.      2    | 100  
  1511.      3    |  80  
  1512.      4    |  40  
  1513.      5    |  20  
  1514.      6    |  10 
  1515. The I/O address is sum of all switches set to "1". Remember that
  1516. the I/O address space bellow 0x200 is RESERVED for mainboard, so
  1517. switch 1 should be ALWAYS SET TO OFF. 
  1518. Setting the Base Memory (RAM) buffer Address
  1519. --------------------------------------------
  1520. The memory buffer (RAM) requires 2K. The base of this buffer can be
  1521. located in any of sixteen positions. However, the addresses below
  1522. A0000 are likely to cause system hang because there's main RAM.
  1523. Jumpers 7-10 of switch block SW1 select the Memory Base address.
  1524.    Switch          | Hex RAM
  1525.     7   8   9  10  | Address
  1526.    ----------------|---------
  1527.    OFF OFF OFF OFF |  F0000 (conflicts with main BIOS)
  1528.    OFF OFF OFF ON  |  E0000 
  1529.    OFF OFF ON  OFF |  D0000
  1530.    OFF OFF ON  ON  |  C0000 (conflicts with video BIOS)
  1531.    OFF ON  OFF OFF |  B0000 (conflicts with mono video)
  1532.    OFF ON  OFF ON  |  A0000 (conflicts with graphics)
  1533. Setting the Interrupt Line
  1534. --------------------------
  1535. Jumpers 1-5 of the jumper block J1 control the IRQ level. ON means 
  1536. shorted, OFF means open.
  1537.     Jumper              |  IRQ
  1538.     1   2   3   4   5   |
  1539.    ----------------------------
  1540.     ON  OFF OFF OFF OFF |  7
  1541.     OFF ON  OFF OFF OFF |  5
  1542.     OFF OFF ON  OFF OFF |  4
  1543.     OFF OFF OFF ON  OFF |  3
  1544.     OFF OFF OFF OFF ON  |  2
  1545. Unknown jumpers & sockets
  1546. -------------------------
  1547. I know nothing about these. I just guess that J16&J17 are timeout
  1548. jumpers and maybe one of J18-J21 selects ROM. Also J6-J10 and
  1549. J11-J15 are connecting IRQ2-7 to some pins on the UFSs. I can't
  1550. guess the purpose.
  1551. *****************************************************************************
  1552. ** Datapoint? **
  1553. LAN-ARC-8, an 8-bit card
  1554. ------------------------
  1555.   - from Vojtech Pavlik <vojtech@suse.cz>
  1556. This is another SMC 90C65-based ARCnet card. I couldn't identify the
  1557. manufacturer, but it might be DataPoint, because the card has the
  1558. original arcNet logo in its upper right corner.
  1559.           _______________________________________________________
  1560.          |                         _________                     |
  1561.          |                        |   SW2   | ON      arcNet     |
  1562.          |                        |_________| OFF             ___|
  1563.          |  _____________         1 ______  8                |   | 8  
  1564.          | |             | SW1     | XTAL | ____________     | S |    
  1565.          | > RAM (2k)    |         |______||            |    | W |    
  1566.          | |_____________|                 |      H     |    | 3 |    
  1567.          |                        _________|_____ y     |    |___| 1  
  1568.          |  _________            |         |     |b     |        |    
  1569.          | |_________|           |         |     |r     |        |    
  1570.          |                       |     SMC |     |i     |        |    
  1571.          |                       |    90C65|     |d     |        |      
  1572.          |  _________            |         |     |      |        |
  1573.          | |   SW1   | ON        |         |     |I     |        |
  1574.          | |_________| OFF       |_________|_____/C     |   _____|
  1575.          |  1       8                      |            |  |     |___
  1576.          |  ______________                 |            |  | BNC |___|
  1577.          | |              |                |____________|  |_____|
  1578.          | > EPROM SOCKET |              _____________           |
  1579.          | |______________|             |_____________|          |
  1580.          |                                         ______________|
  1581.          |                                        | 
  1582.          |________________________________________|
  1583. Legend:
  1584. 90C65       ARCNET Chip 
  1585. SW1 1-5:    Base Memory Address Select
  1586.     6-8:    Base I/O Address Select
  1587. SW2 1-8:    Node ID Select
  1588. SW3 1-5:    IRQ Select   
  1589.     6-7:    Extra Timeout
  1590.     8  :    ROM Enable   
  1591. BNC         Coax connector
  1592. XTAL        20 MHz Crystal
  1593. Setting the Node ID
  1594. -------------------
  1595. The eight switches in SW3 are used to set the node ID. Each node attached
  1596. to the network must have an unique node ID which must not be 0.
  1597. Switch 1 serves as the least significant bit (LSB).
  1598. Setting one of the switches to Off means "1", On means "0".
  1599. The node ID is the sum of the values of all switches set to "1"  
  1600. These values are:
  1601.    Switch | Value
  1602.    -------|-------
  1603.      1    |   1
  1604.      2    |   2
  1605.      3    |   4
  1606.      4    |   8
  1607.      5    |  16
  1608.      6    |  32
  1609.      7    |  64
  1610.      8    | 128
  1611. Setting the I/O Base Address
  1612. ----------------------------
  1613. The last three switches in switch block SW1 are used to select one
  1614. of eight possible I/O Base addresses using the following table
  1615.    Switch      | Hex I/O
  1616.     6   7   8  | Address
  1617.    ------------|--------
  1618.    ON  ON  ON  |  260
  1619.    OFF ON  ON  |  290
  1620.    ON  OFF ON  |  2E0  (Manufacturer's default)
  1621.    OFF OFF ON  |  2F0
  1622.    ON  ON  OFF |  300
  1623.    OFF ON  OFF |  350
  1624.    ON  OFF OFF |  380
  1625.    OFF OFF OFF |  3E0
  1626. Setting the Base Memory (RAM) buffer Address
  1627. --------------------------------------------
  1628. The memory buffer (RAM) requires 2K. The base of this buffer can be 
  1629. located in any of eight positions. The address of the Boot Prom is
  1630. memory base + 0x2000.
  1631. Jumpers 3-5 of switch block SW1 select the Memory Base address.
  1632.    Switch              | Hex RAM | Hex ROM
  1633.     1   2   3   4   5  | Address | Address *)
  1634.    --------------------|---------|-----------
  1635.    ON  ON  ON  ON  ON  |  C0000  |  C2000
  1636.    ON  ON  OFF ON  ON  |  C4000  |  C6000
  1637.    ON  ON  ON  OFF ON  |  CC000  |  CE000
  1638.    ON  ON  OFF OFF ON  |  D0000  |  D2000  (Manufacturer's default)
  1639.    ON  ON  ON  ON  OFF |  D4000  |  D6000
  1640.    ON  ON  OFF ON  OFF |  D8000  |  DA000
  1641.    ON  ON  ON  OFF OFF |  DC000  |  DE000
  1642.    ON  ON  OFF OFF OFF |  E0000  |  E2000
  1643.   
  1644. *) To enable the Boot ROM set the switch 8 of switch block SW3 to position ON.
  1645. The switches 1 and 2 probably add 0x0800 and 0x1000 to RAM base address.
  1646. Setting the Interrupt Line
  1647. --------------------------
  1648. Switches 1-5 of the switch block SW3 control the IRQ level.
  1649.     Jumper              |  IRQ
  1650.     1   2   3   4   5   |
  1651.    ----------------------------
  1652.     ON  OFF OFF OFF OFF |  3
  1653.     OFF ON  OFF OFF OFF |  4
  1654.     OFF OFF ON  OFF OFF |  5
  1655.     OFF OFF OFF ON  OFF |  7
  1656.     OFF OFF OFF OFF ON  |  2
  1657. Setting the Timeout Parameters
  1658. ------------------------------
  1659. The switches 6-7 of the switch block SW3 are used to determine the timeout
  1660. parameters.  These two switches are normally left in the OFF position.
  1661. *****************************************************************************
  1662. ** Topware **
  1663. 8-bit card, TA-ARC/10
  1664. -------------------------
  1665.   - from Vojtech Pavlik <vojtech@suse.cz>
  1666. This is another very similar 90C65 card. Most of the switches and jumpers
  1667. are the same as on other clones.
  1668.  _____________________________________________________________________
  1669. |  ___________   |                         |            ______        |
  1670. | |SW2 NODE ID|  |                         |           | XTAL |       |
  1671. | |___________|  |  Hybrid IC              |           |______|       |
  1672. |  ___________   |                         |                        __|    
  1673. | |SW1 MEM+I/O|  |_________________________|                   LED1|__|)   
  1674. | |___________|           1 2                                         |     
  1675. |                     J3 |o|o| TIMEOUT                          ______|    
  1676. |     ______________     |o|o|                                 |      |    
  1677. |    |              |  ___________________                     | RJ   |    
  1678. |    > EPROM SOCKET | |                                       |------|     
  1679. |J2  |______________| |                    |                   |      |    
  1680. ||o|                  |                    |                   |______|
  1681. ||o| ROM ENABLE       |        SMC         |    _________             |
  1682. |     _____________   |       90C65        |   |_________|       _____|    
  1683. |    |             |  |                    |                    |     |___ 
  1684. |    > RAM (2k)    |  |                    |                    | BNC |___|
  1685. |    |_____________|  |                    |                    |_____|    
  1686. |                     |____________________|                          |    
  1687. | ________ IRQ 2 3 4 5 7                  ___________                 |
  1688. ||________|   |o|o|o|o|o|                |___________|                |
  1689. |________   J1|o|o|o|o|o|                               ______________|
  1690.          |                                             |
  1691.          |_____________________________________________|
  1692. Legend:
  1693. 90C65       ARCNET Chip
  1694. XTAL        20 MHz Crystal
  1695. SW1 1-5     Base Memory Address Select
  1696.     6-8     Base I/O Address Select
  1697. SW2 1-8     Node ID Select (ID0-ID7)
  1698. J1          IRQ Select
  1699. J2          ROM Enable
  1700. J3          Extra Timeout
  1701. LED1        Activity LED 
  1702. BNC         Coax connector (BUS ARCnet)
  1703. RJ          Twisted Pair Connector (daisy chain)
  1704. Setting the Node ID
  1705. -------------------
  1706. The eight switches in SW2 are used to set the node ID. Each node attached to
  1707. the network must have an unique node ID which must not be 0.  Switch 1 (ID0)
  1708. serves as the least significant bit (LSB).
  1709. Setting one of the switches to Off means "1", On means "0".
  1710. The node ID is the sum of the values of all switches set to "1"
  1711. These values are:
  1712.    Switch | Label | Value
  1713.    -------|-------|-------
  1714.      1    | ID0   |   1
  1715.      2    | ID1   |   2
  1716.      3    | ID2   |   4
  1717.      4    | ID3   |   8
  1718.      5    | ID4   |  16
  1719.      6    | ID5   |  32
  1720.      7    | ID6   |  64
  1721.      8    | ID7   | 128
  1722. Setting the I/O Base Address
  1723. ----------------------------
  1724. The last three switches in switch block SW1 are used to select one
  1725. of eight possible I/O Base addresses using the following table:
  1726.    Switch      | Hex I/O
  1727.     6   7   8  | Address
  1728.    ------------|--------
  1729.    ON  ON  ON  |  260  (Manufacturer's default)
  1730.    OFF ON  ON  |  290
  1731.    ON  OFF ON  |  2E0                         
  1732.    OFF OFF ON  |  2F0
  1733.    ON  ON  OFF |  300
  1734.    OFF ON  OFF |  350
  1735.    ON  OFF OFF |  380
  1736.    OFF OFF OFF |  3E0
  1737. Setting the Base Memory (RAM) buffer Address
  1738. --------------------------------------------
  1739. The memory buffer (RAM) requires 2K. The base of this buffer can be
  1740. located in any of eight positions. The address of the Boot Prom is
  1741. memory base + 0x2000.
  1742. Jumpers 3-5 of switch block SW1 select the Memory Base address.
  1743.    Switch              | Hex RAM | Hex ROM
  1744.     1   2   3   4   5  | Address | Address *)
  1745.    --------------------|---------|-----------
  1746.    ON  ON  ON  ON  ON  |  C0000  |  C2000
  1747.    ON  ON  OFF ON  ON  |  C4000  |  C6000  (Manufacturer's default) 
  1748.    ON  ON  ON  OFF ON  |  CC000  |  CE000
  1749.    ON  ON  OFF OFF ON  |  D0000  |  D2000  
  1750.    ON  ON  ON  ON  OFF |  D4000  |  D6000
  1751.    ON  ON  OFF ON  OFF |  D8000  |  DA000
  1752.    ON  ON  ON  OFF OFF |  DC000  |  DE000
  1753.    ON  ON  OFF OFF OFF |  E0000  |  E2000
  1754. *) To enable the Boot ROM short the jumper J2.
  1755. The jumpers 1 and 2 probably add 0x0800 and 0x1000 to RAM address.
  1756. Setting the Interrupt Line
  1757. --------------------------
  1758. Jumpers 1-5 of the jumper block J1 control the IRQ level.  ON means
  1759. shorted, OFF means open.
  1760.     Jumper              |  IRQ
  1761.     1   2   3   4   5   |
  1762.    ----------------------------
  1763.     ON  OFF OFF OFF OFF |  2
  1764.     OFF ON  OFF OFF OFF |  3
  1765.     OFF OFF ON  OFF OFF |  4
  1766.     OFF OFF OFF ON  OFF |  5
  1767.     OFF OFF OFF OFF ON  |  7
  1768. Setting the Timeout Parameters
  1769. ------------------------------
  1770. The jumpers J3 are used to set the timeout parameters. These two 
  1771. jumpers are normally left open.
  1772.   
  1773. *****************************************************************************
  1774. ** Thomas-Conrad **
  1775. Model #500-6242-0097 REV A (8-bit card)
  1776. ---------------------------------------
  1777.   - from Lars Karlsson <100617.3473@compuserve.com>
  1778.      ________________________________________________________
  1779.    |          ________   ________                           |_____
  1780.    |         |........| |........|                            |
  1781.    |         |________| |________|                         ___|
  1782.    |            SW 3       SW 1                           |   |
  1783.    |         Base I/O   Base Addr.                Station |   |
  1784.    |                                              address |   |
  1785.    |    ______                                    switch  |   |
  1786.    |   |      |                                           |   |
  1787.    |   |      |                                           |___|    
  1788.    |   |      |                                 ______        |___._
  1789.    |   |______|                                |______|         ____| BNC
  1790.    |                                            Jumper-        _____| Connector
  1791.    |   Main chip                                block  _    __|   '  
  1792.    |                                                  | |  |    RJ Connector
  1793.    |                                                  |_|  |    with 110 Ohm
  1794.    |                                                       |__  Terminator
  1795.    |    ___________                                         __|
  1796.    |   |...........|                                       |    RJ-jack
  1797.    |   |...........|    _____                              |    (unused)
  1798.    |   |___________|   |_____|                             |__
  1799.    |  Boot PROM socket IRQ-jumpers                            |_  Diagnostic
  1800.    |________                                       __          _| LED (red)
  1801.             | | | | | | | | | | | | | | | | | | | |  |        |
  1802.             | | | | | | | | | | | | | | | | | | | |  |________|
  1803.                                                               |
  1804.                                                               |
  1805. And here are the settings for some of the switches and jumpers on the cards.
  1806.           I/O
  1807.          1 2 3 4 5 6 7 8
  1808. 2E0----- 0 0 0 1 0 0 0 1
  1809. 2F0----- 0 0 0 1 0 0 0 0
  1810. 300----- 0 0 0 0 1 1 1 1
  1811. 350----- 0 0 0 0 1 1 1 0
  1812. "0" in the above example means switch is off "1" means that it is on.
  1813.     ShMem address.
  1814.       1 2 3 4 5 6 7 8
  1815. CX00--0 0 1 1 | |   |
  1816. DX00--0 0 1 0       |
  1817. X000--------- 1 1   |
  1818. X400--------- 1 0   |
  1819. X800--------- 0 1   |
  1820. XC00--------- 0 0   
  1821. ENHANCED----------- 1
  1822. COMPATIBLE--------- 0
  1823.        IRQ
  1824.    3 4 5 7 2
  1825.    . . . . .
  1826.    . . . . .
  1827. There is a DIP-switch with 8 switches, used to set the shared memory address
  1828. to be used. The first 6 switches set the address, the 7th doesn't have any
  1829. function, and the 8th switch is used to select "compatible" or "enhanced".
  1830. When I got my two cards, one of them had this switch set to "enhanced". That
  1831. card didn't work at all, it wasn't even recognized by the driver. The other
  1832. card had this switch set to "compatible" and it behaved absolutely normally. I
  1833. guess that the switch on one of the cards, must have been changed accidently
  1834. when the card was taken out of its former host. The question remains
  1835. unanswered, what is the purpose of the "enhanced" position?
  1836. [Avery's note: "enhanced" probably either disables shared memory (use IO
  1837. ports instead) or disables IO ports (use memory addresses instead).  This
  1838. varies by the type of card involved.  I fail to see how either of these
  1839. enhance anything.  Send me more detailed information about this mode, or
  1840. just use "compatible" mode instead.]
  1841. *****************************************************************************
  1842. ** Waterloo Microsystems Inc. ?? **
  1843. 8-bit card (C) 1985
  1844. -------------------
  1845.   - from Robert Michael Best <rmb117@cs.usask.ca>
  1846. [Avery's note: these don't work with my driver for some reason.  These cards
  1847. SEEM to have settings similar to the PDI508Plus, which is
  1848. software-configured and doesn't work with my driver either.  The "Waterloo
  1849. chip" is a boot PROM, probably designed specifically for the University of
  1850. Waterloo.  If you have any further information about this card, please
  1851. e-mail me.]
  1852. The probe has not been able to detect the card on any of the J2 settings,
  1853. and I tried them again with the "Waterloo" chip removed.
  1854.  
  1855.  _____________________________________________________________________
  1856. | /  /              ___  __ __                                      |
  1857. | C4  C4     |^|     | M ||  ^  ||^|                                  |
  1858. | --  --     |_|     | 5 ||     || | C3                               |
  1859. | /  /      C10    |___||     ||_|                                  | 
  1860. | C4  C4             _  _ |     |                 ??                  | 
  1861. | --  --            | / ||     |                                     | 
  1862. |                   |    ||     |                                     | 
  1863. |                   |    ||  C1 |                                     | 
  1864. |                   |    ||     |  /                            _____|    
  1865. |                   | C6 ||     |  C9                           |     |___ 
  1866. |                   |    ||     |  --                           | BNC |___| 
  1867. |                   |    ||     |          >C7|                 |_____|
  1868. |                   |    ||     |                                     |
  1869. | __ __             |____||_____|       1 2 3     6                   |
  1870. ||  ^  |     >C4|                      |o|o|o|o|o|o| J2    >C4|       |
  1871. ||     |                               |o|o|o|o|o|o|                  |
  1872. || C2  |     >C4|                                          >C4|       |
  1873. ||     |                                   >C8|                       |
  1874. ||     |       2 3 4 5 6 7  IRQ                            >C4|       |
  1875. ||_____|      |o|o|o|o|o|o| J3                                        |
  1876. |_______      |o|o|o|o|o|o|                            _______________|
  1877.         |                                             |
  1878.         |_____________________________________________|
  1879. C1 -- "COM9026
  1880.        SMC 8638"
  1881.       In a chip socket.
  1882. C2 -- "@Copyright
  1883.        Waterloo Microsystems Inc.
  1884.        1985"
  1885.       In a chip Socket with info printed on a label covering a round window
  1886.       showing the circuit inside. (The window indicates it is an EPROM chip.)
  1887. C3 -- "COM9032
  1888.        SMC 8643"
  1889.       In a chip socket.
  1890. C4 -- "74LS"
  1891.       9 total no sockets.
  1892. M5 -- "50006-136
  1893.        20.000000 MHZ
  1894.        MTQ-T1-S3
  1895.        0 M-TRON 86-40"
  1896.       Metallic case with 4 pins, no socket.
  1897. C6 -- "MOSTEK@TC8643
  1898.        MK6116N-20
  1899.        MALAYSIA"
  1900.       No socket.
  1901. C7 -- No stamp or label but in a 20 pin chip socket.
  1902. C8 -- "PAL10L8CN
  1903.        8623"
  1904.       In a 20 pin socket.
  1905. C9 -- "PAl16R4A-2CN
  1906.        8641"
  1907.       In a 20 pin socket.
  1908. C10 -- "M8640
  1909.           NMC
  1910.         9306N"
  1911.        In an 8 pin socket.
  1912. ?? -- Some components on a smaller board and attached with 20 pins all 
  1913.       along the side closest to the BNC connector.  The are coated in a dark 
  1914.       resin.
  1915. On the board there are two jumper banks labeled J2 and J3. The 
  1916. manufacturer didn't put a J1 on the board. The two boards I have both 
  1917. came with a jumper box for each bank.
  1918. J2 -- Numbered 1 2 3 4 5 6. 
  1919.       4 and 5 are not stamped due to solder points.
  1920.        
  1921. J3 -- IRQ 2 3 4 5 6 7
  1922. The board itself has a maple leaf stamped just above the irq jumpers 
  1923. and "-2 46-86" beside C2. Between C1 and C6 "ASS 'Y 300163" and "@1986 
  1924. CORMAN CUSTOM ELECTRONICS CORP." stamped just below the BNC connector.
  1925. Below that "MADE IN CANADA"
  1926.   
  1927. *****************************************************************************
  1928. ** No Name **
  1929. 8-bit cards, 16-bit cards
  1930. -------------------------
  1931.   - from Juergen Seifert <seifert@htwm.de>
  1932.   
  1933. NONAME 8-BIT ARCNET
  1934. ===================
  1935. I have named this ARCnet card "NONAME", since there is no name of any
  1936. manufacturer on the Installation manual nor on the shipping box. The only
  1937. hint to the existence of a manufacturer at all is written in copper,
  1938. it is "Made in Taiwan"
  1939. This description has been written by Juergen Seifert <seifert@htwm.de>
  1940. using information from the Original
  1941.                     "ARCnet Installation Manual"
  1942.     ________________________________________________________________
  1943.    | |STAR| BUS| T/P|                                               |
  1944.    | |____|____|____|                                               |
  1945.    |                            _____________________               |
  1946.    |                           |                     |              |
  1947.    |                           |                     |              |
  1948.    |                           |                     |              |
  1949.    |                           |        SMC          |              |
  1950.    |                           |                     |              |
  1951.    |                           |       COM90C65      |              |
  1952.    |                           |                     |              |
  1953.    |                           |                     |              |
  1954.    |                           |__________-__________|              |
  1955.    |                                                           _____|
  1956.    |      _______________                                     |  CN |
  1957.    |     | PROM          |                                    |_____|
  1958.    |     > SOCKET        |                                          |
  1959.    |     |_______________|         1 2 3 4 5 6 7 8  1 2 3 4 5 6 7 8 |
  1960.    |                               _______________  _______________ |
  1961.    |           |o|o|o|o|o|o|o|o|  |      SW1      ||      SW2      ||
  1962.    |           |o|o|o|o|o|o|o|o|  |_______________||_______________||
  1963.    |___         2 3 4 5 7 E E R        Node ID       IOB__|__MEM____|
  1964.        |         IRQ   / T T O                      |
  1965.        |__________________1_2_M______________________|
  1966. Legend:
  1967. COM90C65:       ARCnet Probe
  1968. S1  1-8:    Node ID Select
  1969. S2  1-3:    I/O Base Address Select
  1970.     4-6:    Memory Base Address Select
  1971.     7-8:    RAM Offset Select
  1972. ET1, ET2    Extended Timeout Select
  1973. ROM     ROM Enable Select
  1974. CN              RG62 Coax Connector
  1975. STAR| BUS | T/P Three fields for placing a sign (colored circle)
  1976.                 indicating the topology of the card
  1977. Setting one of the switches to Off means "1", On means "0".
  1978. Setting the Node ID
  1979. -------------------
  1980. The eight switches in group SW1 are used to set the node ID.
  1981. Each node attached to the network must have an unique node ID which
  1982. must be different from 0.
  1983. Switch 8 serves as the least significant bit (LSB).
  1984. The node ID is the sum of the values of all switches set to "1"  
  1985. These values are:
  1986.     Switch | Value
  1987.     -------|-------
  1988.       8    |   1
  1989.       7    |   2
  1990.       6    |   4
  1991.       5    |   8
  1992.       4    |  16
  1993.       3    |  32
  1994.       2    |  64
  1995.       1    | 128
  1996. Some Examples:
  1997.     Switch         | Hex     | Decimal 
  1998.    1 2 3 4 5 6 7 8 | Node ID | Node ID
  1999.    ----------------|---------|---------
  2000.    0 0 0 0 0 0 0 0 |    not allowed
  2001.    0 0 0 0 0 0 0 1 |    1    |    1 
  2002.    0 0 0 0 0 0 1 0 |    2    |    2
  2003.    0 0 0 0 0 0 1 1 |    3    |    3
  2004.        . . .       |         |
  2005.    0 1 0 1 0 1 0 1 |   55    |   85
  2006.        . . .       |         |
  2007.    1 0 1 0 1 0 1 0 |   AA    |  170
  2008.        . . .       |         |  
  2009.    1 1 1 1 1 1 0 1 |   FD    |  253
  2010.    1 1 1 1 1 1 1 0 |   FE    |  254
  2011.    1 1 1 1 1 1 1 1 |   FF    |  255
  2012. Setting the I/O Base Address
  2013. ----------------------------
  2014. The first three switches in switch group SW2 are used to select one
  2015. of eight possible I/O Base addresses using the following table
  2016.    Switch      | Hex I/O
  2017.     1   2   3  | Address
  2018.    ------------|--------
  2019.    ON  ON  ON  |  260
  2020.    ON  ON  OFF |  290
  2021.    ON  OFF ON  |  2E0  (Manufacturer's default)
  2022.    ON  OFF OFF |  2F0
  2023.    OFF ON  ON  |  300
  2024.    OFF ON  OFF |  350
  2025.    OFF OFF ON  |  380
  2026.    OFF OFF OFF |  3E0
  2027. Setting the Base Memory (RAM) buffer Address
  2028. --------------------------------------------
  2029. The memory buffer requires 2K of a 16K block of RAM. The base of this
  2030. 16K block can be located in any of eight positions.
  2031. Switches 4-6 of switch group SW2 select the Base of the 16K block.
  2032. Within that 16K address space, the buffer may be assigned any one of four
  2033. positions, determined by the offset, switches 7 and 8 of group SW2.
  2034.    Switch     | Hex RAM | Hex ROM
  2035.    4 5 6  7 8 | Address | Address *)
  2036.    -----------|---------|-----------
  2037.    0 0 0  0 0 |  C0000  |  C2000
  2038.    0 0 0  0 1 |  C0800  |  C2000
  2039.    0 0 0  1 0 |  C1000  |  C2000
  2040.    0 0 0  1 1 |  C1800  |  C2000
  2041.               |         |
  2042.    0 0 1  0 0 |  C4000  |  C6000
  2043.    0 0 1  0 1 |  C4800  |  C6000
  2044.    0 0 1  1 0 |  C5000  |  C6000
  2045.    0 0 1  1 1 |  C5800  |  C6000
  2046.               |         |
  2047.    0 1 0  0 0 |  CC000  |  CE000
  2048.    0 1 0  0 1 |  CC800  |  CE000
  2049.    0 1 0  1 0 |  CD000  |  CE000
  2050.    0 1 0  1 1 |  CD800  |  CE000
  2051.               |         |
  2052.    0 1 1  0 0 |  D0000  |  D2000  (Manufacturer's default)
  2053.    0 1 1  0 1 |  D0800  |  D2000
  2054.    0 1 1  1 0 |  D1000  |  D2000
  2055.    0 1 1  1 1 |  D1800  |  D2000
  2056.               |         |
  2057.    1 0 0  0 0 |  D4000  |  D6000
  2058.    1 0 0  0 1 |  D4800  |  D6000
  2059.    1 0 0  1 0 |  D5000  |  D6000
  2060.    1 0 0  1 1 |  D5800  |  D6000
  2061.               |         |
  2062.    1 0 1  0 0 |  D8000  |  DA000
  2063.    1 0 1  0 1 |  D8800  |  DA000
  2064.    1 0 1  1 0 |  D9000  |  DA000
  2065.    1 0 1  1 1 |  D9800  |  DA000
  2066.               |         |
  2067.    1 1 0  0 0 |  DC000  |  DE000
  2068.    1 1 0  0 1 |  DC800  |  DE000
  2069.    1 1 0  1 0 |  DD000  |  DE000
  2070.    1 1 0  1 1 |  DD800  |  DE000
  2071.               |         |
  2072.    1 1 1  0 0 |  E0000  |  E2000
  2073.    1 1 1  0 1 |  E0800  |  E2000
  2074.    1 1 1  1 0 |  E1000  |  E2000
  2075.    1 1 1  1 1 |  E1800  |  E2000
  2076.   
  2077. *) To enable the 8K Boot PROM install the jumper ROM.
  2078.    The default is jumper ROM not installed.
  2079. Setting Interrupt Request Lines (IRQ)
  2080. -------------------------------------
  2081. To select a hardware interrupt level set one (only one!) of the jumpers
  2082. IRQ2, IRQ3, IRQ4, IRQ5 or IRQ7. The manufacturer's default is IRQ2.
  2083.  
  2084. Setting the Timeouts
  2085. --------------------
  2086. The two jumpers labeled ET1 and ET2 are used to determine the timeout
  2087. parameters (response and reconfiguration time). Every node in a network
  2088. must be set to the same timeout values.
  2089.    ET1 ET2 | Response Time (us) | Reconfiguration Time (ms)
  2090.    --------|--------------------|--------------------------
  2091.    Off Off |        78          |          840   (Default)
  2092.    Off On  |       285          |         1680
  2093.    On  Off |       563          |         1680
  2094.    On  On  |      1130          |         1680
  2095. On means jumper installed, Off means jumper not installed
  2096. NONAME 16-BIT ARCNET
  2097. ====================
  2098. The manual of my 8-Bit NONAME ARCnet Card contains another description
  2099. of a 16-Bit Coax / Twisted Pair Card. This description is incomplete,
  2100. because there are missing two pages in the manual booklet. (The table
  2101. of contents reports pages ... 2-9, 2-11, 2-12, 3-1, ... but inside
  2102. the booklet there is a different way of counting ... 2-9, 2-10, A-1,
  2103. (empty page), 3-1, ..., 3-18, A-1 (again), A-2)
  2104. Also the picture of the board layout is not as good as the picture of
  2105. 8-Bit card, because there isn't any letter like "SW1" written to the
  2106. picture.
  2107. Should somebody have such a board, please feel free to complete this
  2108. description or to send a mail to me!
  2109. This description has been written by Juergen Seifert <seifert@htwm.de>
  2110. using information from the Original
  2111.                     "ARCnet Installation Manual"
  2112.    ___________________________________________________________________
  2113.   <                    _________________  _________________           |
  2114.   >                   |       SW?       ||      SW?        |          |
  2115.   <                   |_________________||_________________|          |
  2116.   >                       ____________________                        |
  2117.   <                      |                    |                       |
  2118.   >                      |                    |                       |
  2119.   <                      |                    |                       |
  2120.   >                      |                    |                       |
  2121.   <                      |                    |                       |
  2122.   >                      |                    |                       |
  2123.   <                      |                    |                       |
  2124.   >                      |____________________|                       |
  2125.   <                                                               ____|
  2126.   >                       ____________________                   |    |
  2127.   <                      |                    |                  | J1 |
  2128.   >                      |                    <                  |    |
  2129.   <                      |____________________|  ? ? ? ? ? ?     |____|
  2130.   >                                             |o|o|o|o|o|o|         |
  2131.   <                                             |o|o|o|o|o|o|         |
  2132.   >                                                                   |
  2133.   <             __                                         ___________|
  2134.   >            |  |                                       |
  2135.   <____________|  |_______________________________________|
  2136. Setting one of the switches to Off means "1", On means "0".
  2137. Setting the Node ID
  2138. -------------------
  2139. The eight switches in group SW2 are used to set the node ID.
  2140. Each node attached to the network must have an unique node ID which
  2141. must be different from 0.
  2142. Switch 8 serves as the least significant bit (LSB).
  2143. The node ID is the sum of the values of all switches set to "1"  
  2144. These values are:
  2145.     Switch | Value
  2146.     -------|-------
  2147.       8    |   1
  2148.       7    |   2
  2149.       6    |   4
  2150.       5    |   8
  2151.       4    |  16
  2152.       3    |  32
  2153.       2    |  64
  2154.       1    | 128
  2155. Some Examples:
  2156.     Switch         | Hex     | Decimal 
  2157.    1 2 3 4 5 6 7 8 | Node ID | Node ID
  2158.    ----------------|---------|---------
  2159.    0 0 0 0 0 0 0 0 |    not allowed
  2160.    0 0 0 0 0 0 0 1 |    1    |    1 
  2161.    0 0 0 0 0 0 1 0 |    2    |    2
  2162.    0 0 0 0 0 0 1 1 |    3    |    3
  2163.        . . .       |         |
  2164.    0 1 0 1 0 1 0 1 |   55    |   85
  2165.        . . .       |         |
  2166.    1 0 1 0 1 0 1 0 |   AA    |  170
  2167.        . . .       |         |  
  2168.    1 1 1 1 1 1 0 1 |   FD    |  253
  2169.    1 1 1 1 1 1 1 0 |   FE    |  254
  2170.    1 1 1 1 1 1 1 1 |   FF    |  255
  2171. Setting the I/O Base Address
  2172. ----------------------------
  2173. The first three switches in switch group SW1 are used to select one
  2174. of eight possible I/O Base addresses using the following table
  2175.    Switch      | Hex I/O
  2176.     3   2   1  | Address
  2177.    ------------|--------
  2178.    ON  ON  ON  |  260
  2179.    ON  ON  OFF |  290
  2180.    ON  OFF ON  |  2E0  (Manufacturer's default)
  2181.    ON  OFF OFF |  2F0
  2182.    OFF ON  ON  |  300
  2183.    OFF ON  OFF |  350
  2184.    OFF OFF ON  |  380
  2185.    OFF OFF OFF |  3E0
  2186. Setting the Base Memory (RAM) buffer Address
  2187. --------------------------------------------
  2188. The memory buffer requires 2K of a 16K block of RAM. The base of this
  2189. 16K block can be located in any of eight positions.
  2190. Switches 6-8 of switch group SW1 select the Base of the 16K block.
  2191. Within that 16K address space, the buffer may be assigned any one of four
  2192. positions, determined by the offset, switches 4 and 5 of group SW1.
  2193.    Switch     | Hex RAM | Hex ROM
  2194.    8 7 6  5 4 | Address | Address
  2195.    -----------|---------|-----------
  2196.    0 0 0  0 0 |  C0000  |  C2000
  2197.    0 0 0  0 1 |  C0800  |  C2000
  2198.    0 0 0  1 0 |  C1000  |  C2000
  2199.    0 0 0  1 1 |  C1800  |  C2000
  2200.               |         |
  2201.    0 0 1  0 0 |  C4000  |  C6000
  2202.    0 0 1  0 1 |  C4800  |  C6000
  2203.    0 0 1  1 0 |  C5000  |  C6000
  2204.    0 0 1  1 1 |  C5800  |  C6000
  2205.               |         |
  2206.    0 1 0  0 0 |  CC000  |  CE000
  2207.    0 1 0  0 1 |  CC800  |  CE000
  2208.    0 1 0  1 0 |  CD000  |  CE000
  2209.    0 1 0  1 1 |  CD800  |  CE000
  2210.               |         |
  2211.    0 1 1  0 0 |  D0000  |  D2000  (Manufacturer's default)
  2212.    0 1 1  0 1 |  D0800  |  D2000
  2213.    0 1 1  1 0 |  D1000  |  D2000
  2214.    0 1 1  1 1 |  D1800  |  D2000
  2215.               |         |
  2216.    1 0 0  0 0 |  D4000  |  D6000
  2217.    1 0 0  0 1 |  D4800  |  D6000
  2218.    1 0 0  1 0 |  D5000  |  D6000
  2219.    1 0 0  1 1 |  D5800  |  D6000
  2220.               |         |
  2221.    1 0 1  0 0 |  D8000  |  DA000
  2222.    1 0 1  0 1 |  D8800  |  DA000
  2223.    1 0 1  1 0 |  D9000  |  DA000
  2224.    1 0 1  1 1 |  D9800  |  DA000
  2225.               |         |
  2226.    1 1 0  0 0 |  DC000  |  DE000
  2227.    1 1 0  0 1 |  DC800  |  DE000
  2228.    1 1 0  1 0 |  DD000  |  DE000
  2229.    1 1 0  1 1 |  DD800  |  DE000
  2230.               |         |
  2231.    1 1 1  0 0 |  E0000  |  E2000
  2232.    1 1 1  0 1 |  E0800  |  E2000
  2233.    1 1 1  1 0 |  E1000  |  E2000
  2234.    1 1 1  1 1 |  E1800  |  E2000
  2235.   
  2236. Setting Interrupt Request Lines (IRQ)
  2237. -------------------------------------
  2238. ??????????????????????????????????????
  2239. Setting the Timeouts
  2240. --------------------
  2241. ??????????????????????????????????????
  2242. *****************************************************************************
  2243. ** No Name **
  2244. 8-bit cards ("Made in Taiwan R.O.C.")
  2245. -----------
  2246.   - from Vojtech Pavlik <vojtech@suse.cz>
  2247. I have named this ARCnet card "NONAME", since I got only the card with
  2248. no manual at all and the only text identifying the manufacturer is 
  2249. "MADE IN TAIWAN R.O.C" printed on the card.
  2250.           ____________________________________________________________
  2251.          |                 1 2 3 4 5 6 7 8                            |
  2252.          | |o|o| JP1       o|o|o|o|o|o|o|o| ON                        |
  2253.          |  +              o|o|o|o|o|o|o|o|                        ___|
  2254.          |  _____________  o|o|o|o|o|o|o|o| OFF         _____     |   | ID7
  2255.          | |             | SW1                         |     |    |   | ID6
  2256.          | > RAM (2k)    |        ____________________ |  H  |    | S | ID5
  2257.          | |_____________|       |                    ||  y  |    | W | ID4
  2258.          |                       |                    ||  b  |    | 2 | ID3
  2259.          |                       |                    ||  r  |    |   | ID2
  2260.          |                       |                    ||  i  |    |   | ID1
  2261.          |                       |       90C65        ||  d  |    |___| ID0
  2262.          |      SW3              |                    ||     |        |      
  2263.          | |o|o|o|o|o|o|o|o| ON  |                    ||  I  |        |
  2264.          | |o|o|o|o|o|o|o|o|     |                    ||  C  |        |
  2265.          | |o|o|o|o|o|o|o|o| OFF |____________________||     |   _____|
  2266.          |  1 2 3 4 5 6 7 8                            |     |  |     |___
  2267.          |  ______________                             |     |  | BNC |___|
  2268.          | |              |                            |_____|  |_____|
  2269.          | > EPROM SOCKET |                                           |
  2270.          | |______________|                                           |
  2271.          |                                              ______________|
  2272.          |                                             |
  2273.          |_____________________________________________|
  2274. Legend:
  2275. 90C65       ARCNET Chip 
  2276. SW1 1-5:    Base Memory Address Select
  2277.     6-8:    Base I/O Address Select
  2278. SW2 1-8:    Node ID Select (ID0-ID7)
  2279. SW3 1-5:    IRQ Select   
  2280.     6-7:    Extra Timeout
  2281.     8  :    ROM Enable   
  2282. JP1         Led connector
  2283. BNC         Coax connector
  2284. Although the jumpers SW1 and SW3 are marked SW, not JP, they are jumpers, not 
  2285. switches.
  2286. Setting the jumpers to ON means connecting the upper two pins, off the bottom 
  2287. two - or - in case of IRQ setting, connecting none of them at all.
  2288. Setting the Node ID
  2289. -------------------
  2290. The eight switches in SW2 are used to set the node ID. Each node attached
  2291. to the network must have an unique node ID which must not be 0.
  2292. Switch 1 (ID0) serves as the least significant bit (LSB).
  2293. Setting one of the switches to Off means "1", On means "0".
  2294. The node ID is the sum of the values of all switches set to "1"  
  2295. These values are:
  2296.    Switch | Label | Value
  2297.    -------|-------|-------
  2298.      1    | ID0   |   1
  2299.      2    | ID1   |   2
  2300.      3    | ID2   |   4
  2301.      4    | ID3   |   8
  2302.      5    | ID4   |  16
  2303.      6    | ID5   |  32
  2304.      7    | ID6   |  64
  2305.      8    | ID7   | 128
  2306. Some Examples:
  2307.     Switch         | Hex     | Decimal 
  2308.    8 7 6 5 4 3 2 1 | Node ID | Node ID
  2309.    ----------------|---------|---------
  2310.    0 0 0 0 0 0 0 0 |    not allowed
  2311.    0 0 0 0 0 0 0 1 |    1    |    1 
  2312.    0 0 0 0 0 0 1 0 |    2    |    2
  2313.    0 0 0 0 0 0 1 1 |    3    |    3
  2314.        . . .       |         |
  2315.    0 1 0 1 0 1 0 1 |   55    |   85
  2316.        . . .       |         |
  2317.    1 0 1 0 1 0 1 0 |   AA    |  170
  2318.        . . .       |         |  
  2319.    1 1 1 1 1 1 0 1 |   FD    |  253
  2320.    1 1 1 1 1 1 1 0 |   FE    |  254
  2321.    1 1 1 1 1 1 1 1 |   FF    |  255
  2322. Setting the I/O Base Address
  2323. ----------------------------
  2324. The last three switches in switch block SW1 are used to select one
  2325. of eight possible I/O Base addresses using the following table
  2326.    Switch      | Hex I/O
  2327.     6   7   8  | Address
  2328.    ------------|--------
  2329.    ON  ON  ON  |  260
  2330.    OFF ON  ON  |  290
  2331.    ON  OFF ON  |  2E0  (Manufacturer's default)
  2332.    OFF OFF ON  |  2F0
  2333.    ON  ON  OFF |  300
  2334.    OFF ON  OFF |  350
  2335.    ON  OFF OFF |  380
  2336.    OFF OFF OFF |  3E0
  2337. Setting the Base Memory (RAM) buffer Address
  2338. --------------------------------------------
  2339. The memory buffer (RAM) requires 2K. The base of this buffer can be 
  2340. located in any of eight positions. The address of the Boot Prom is
  2341. memory base + 0x2000.
  2342. Jumpers 3-5 of jumper block SW1 select the Memory Base address.
  2343.    Switch              | Hex RAM | Hex ROM
  2344.     1   2   3   4   5  | Address | Address *)
  2345.    --------------------|---------|-----------
  2346.    ON  ON  ON  ON  ON  |  C0000  |  C2000
  2347.    ON  ON  OFF ON  ON  |  C4000  |  C6000
  2348.    ON  ON  ON  OFF ON  |  CC000  |  CE000
  2349.    ON  ON  OFF OFF ON  |  D0000  |  D2000  (Manufacturer's default)
  2350.    ON  ON  ON  ON  OFF |  D4000  |  D6000
  2351.    ON  ON  OFF ON  OFF |  D8000  |  DA000
  2352.    ON  ON  ON  OFF OFF |  DC000  |  DE000
  2353.    ON  ON  OFF OFF OFF |  E0000  |  E2000
  2354.   
  2355. *) To enable the Boot ROM set the jumper 8 of jumper block SW3 to position ON.
  2356. The jumpers 1 and 2 probably add 0x0800, 0x1000 and 0x1800 to RAM adders.
  2357. Setting the Interrupt Line
  2358. --------------------------
  2359. Jumpers 1-5 of the jumper block SW3 control the IRQ level.
  2360.     Jumper              |  IRQ
  2361.     1   2   3   4   5   |
  2362.    ----------------------------
  2363.     ON  OFF OFF OFF OFF |  2
  2364.     OFF ON  OFF OFF OFF |  3
  2365.     OFF OFF ON  OFF OFF |  4
  2366.     OFF OFF OFF ON  OFF |  5
  2367.     OFF OFF OFF OFF ON  |  7
  2368. Setting the Timeout Parameters
  2369. ------------------------------
  2370. The jumpers 6-7 of the jumper block SW3 are used to determine the timeout 
  2371. parameters. These two jumpers are normally left in the OFF position.
  2372. *****************************************************************************
  2373. ** No Name **
  2374. (Generic Model 9058)
  2375. --------------------
  2376.   - from Andrew J. Kroll <ag784@freenet.buffalo.edu>
  2377.   - Sorry this sat in my to-do box for so long, Andrew! (yikes - over a
  2378.     year!)
  2379.                                                                       _____
  2380.                                                                      |    <
  2381.                                                                      | .---'
  2382.     ________________________________________________________________ | |
  2383.    |                           |     SW2     |                      |  |
  2384.    |   ___________             |_____________|                      |  |
  2385.    |  |           |              1 2 3 4 5 6                     ___|  |
  2386.    |  >  6116 RAM |         _________                         8 |   |  |
  2387.    |  |___________|        |20MHzXtal|                        7 |   |  |
  2388.    |                       |_________|       __________       6 | S |  |
  2389.    |    74LS373                             |          |-     5 | W |  |
  2390.    |   _________                            |      E   |-     4 |   |  |
  2391.    |   >_______|              ______________|..... P   |-     3 | 3 |  |
  2392.    |                         |              |    : O   |-     2 |   |  |
  2393.    |                         |              |    : X   |-     1 |___|  |
  2394.    |   ________________      |              |    : Y   |-           |  |
  2395.    |  |      SW1       |     |      SL90C65 |    :     |-           |  |
  2396.    |  |________________|     |              |    : B   |-           |  |
  2397.    |    1 2 3 4 5 6 7 8      |              |    : O   |-           |  |
  2398.    |                         |_________o____|..../ A   |-    _______|  |
  2399.    |    ____________________                |      R   |-   |       |------,   
  2400.    |   |                    |               |      D   |-   |  BNC  |   #  |
  2401.    |   > 2764 PROM SOCKET   |               |__________|-   |_______|------'
  2402.    |   |____________________|              _________                |  |
  2403.    |                                       >________| <- 74LS245    |  |
  2404.    |                                                                |  |
  2405.    |___                                               ______________|  |
  2406.        |H H H H H H H H H H H H H H H H H H H H H H H|               | |
  2407.        |U_U_U_U_U_U_U_U_U_U_U_U_U_U_U_U_U_U_U_U_U_U_U|               | |
  2408.                                                                       |
  2409. Legend:
  2410. SL90C65  ARCNET Controller / Transceiver /Logic
  2411. SW1 1-5: IRQ Select
  2412.   6: ET1
  2413.   7: ET2
  2414.   8: ROM ENABLE 
  2415. SW2 1-3:    Memory Buffer/PROM Address
  2416. 3-6: I/O Address Map
  2417. SW3 1-8: Node ID Select
  2418. BNC BNC RG62/U Connection 
  2419. *I* have had success using RG59B/U with *NO* terminators!
  2420. What gives?!
  2421. SW1: Timeouts, Interrupt and ROM
  2422. ---------------------------------
  2423. To select a hardware interrupt level set one (only one!) of the dip switches
  2424. up (on) SW1...(switches 1-5)
  2425. IRQ3, IRQ4, IRQ5, IRQ7, IRQ2. The Manufacturer's default is IRQ2.
  2426. The switches on SW1 labeled EXT1 (switch 6) and EXT2 (switch 7)
  2427. are used to determine the timeout parameters. These two dip switches
  2428. are normally left off (down).
  2429.    To enable the 8K Boot PROM position SW1 switch 8 on (UP) labeled ROM.
  2430.    The default is jumper ROM not installed.
  2431. Setting the I/O Base Address
  2432. ----------------------------
  2433. The last three switches in switch group SW2 are used to select one
  2434. of eight possible I/O Base addresses using the following table
  2435.    Switch | Hex I/O
  2436.    4 5 6  | Address
  2437.    -------|--------
  2438.    0 0 0  |  260
  2439.    0 0 1  |  290
  2440.    0 1 0  |  2E0  (Manufacturer's default)
  2441.    0 1 1  |  2F0
  2442.    1 0 0  |  300
  2443.    1 0 1  |  350
  2444.    1 1 0  |  380
  2445.    1 1 1  |  3E0
  2446. Setting the Base Memory Address (RAM & ROM)
  2447. -------------------------------------------
  2448. The memory buffer requires 2K of a 16K block of RAM. The base of this
  2449. 16K block can be located in any of eight positions.
  2450. Switches 1-3 of switch group SW2 select the Base of the 16K block.
  2451. (0 = DOWN, 1 = UP)
  2452. I could, however, only verify two settings...
  2453.    Switch| Hex RAM | Hex ROM
  2454.    1 2 3 | Address | Address
  2455.    ------|---------|-----------
  2456.    0 0 0 |  E0000  |  E2000
  2457.    0 0 1 |  D0000  |  D2000  (Manufacturer's default)
  2458.    0 1 0 |  ?????  |  ?????
  2459.    0 1 1 |  ?????  |  ?????  
  2460.    1 0 0 |  ?????  |  ?????
  2461.    1 0 1 |  ?????  |  ?????
  2462.    1 1 0 |  ?????  |  ?????
  2463.    1 1 1 |  ?????  |  ?????
  2464. Setting the Node ID
  2465. -------------------
  2466. The eight switches in group SW3 are used to set the node ID.
  2467. Each node attached to the network must have an unique node ID which
  2468. must be different from 0.
  2469. Switch 1 serves as the least significant bit (LSB).
  2470. switches in the DOWN position are OFF (0) and in the UP position are ON (1)
  2471. The node ID is the sum of the values of all switches set to "1"  
  2472. These values are:
  2473.     Switch | Value
  2474.     -------|-------
  2475.       1    |   1
  2476.       2    |   2
  2477.       3    |   4
  2478.       4    |   8
  2479.       5    |  16
  2480.       6    |  32
  2481.       7    |  64
  2482.       8    | 128
  2483. Some Examples:
  2484.     Switch#     |   Hex   | Decimal 
  2485. 8 7 6 5 4 3 2 1 | Node ID | Node ID
  2486. ----------------|---------|---------
  2487. 0 0 0 0 0 0 0 0 |    not allowed  <-.
  2488. 0 0 0 0 0 0 0 1 |    1    |    1    | 
  2489. 0 0 0 0 0 0 1 0 |    2    |    2    |
  2490. 0 0 0 0 0 0 1 1 |    3    |    3    |
  2491.     . . .       |         |         |
  2492. 0 1 0 1 0 1 0 1 |   55    |   85    |
  2493.     . . .       |         |         + Don't use 0 or 255!
  2494. 1 0 1 0 1 0 1 0 |   AA    |  170    |
  2495.     . . .       |         |         |
  2496. 1 1 1 1 1 1 0 1 |   FD    |  253    |
  2497. 1 1 1 1 1 1 1 0 |   FE    |  254    |
  2498. 1 1 1 1 1 1 1 1 |   FF    |  255  <-'
  2499.   
  2500. *****************************************************************************
  2501. ** Tiara **
  2502. (model unknown)
  2503. -------------------------
  2504.   - from Christoph Lameter <christoph@lameter.com>
  2505.   
  2506. Here is information about my card as far as I could figure it out:
  2507. ----------------------------------------------- tiara
  2508. Tiara LanCard of Tiara Computer Systems.
  2509. +----------------------------------------------+
  2510. !           ! Transmitter Unit !               !
  2511. !           +------------------+             -------
  2512. !          MEM                              Coax Connector
  2513. !  ROM    7654321 <- I/O                     -------
  2514. !  :  :   +--------+                           !
  2515. !  :  :   ! 90C66LJ!                         +++
  2516. !  :  :   !        !                         !D  Switch to set
  2517. !  :  :   !        !                         !I  the Nodenumber
  2518. !  :  :   +--------+                         !P
  2519. !                                            !++
  2520. !         234567 <- IRQ                      !
  2521. +------------!!!!!!!!!!!!!!!!!!!!!!!!--------+
  2522.              !!!!!!!!!!!!!!!!!!!!!!!!
  2523. 0 = Jumper Installed
  2524. 1 = Open
  2525. Top Jumper line Bit 7 = ROM Enable 654=Memory location 321=I/O
  2526. Settings for Memory Location (Top Jumper Line)
  2527. 456     Address selected
  2528. 000 C0000
  2529. 001     C4000
  2530. 010     CC000
  2531. 011     D0000
  2532. 100     D4000
  2533. 101     D8000
  2534. 110     DC000     
  2535. 111     E0000
  2536. Settings for I/O Address (Top Jumper Line)
  2537. 123     Port
  2538. 000 260
  2539. 001 290
  2540. 010 2E0
  2541. 011 2F0
  2542. 100 300
  2543. 101 350
  2544. 110 380
  2545. 111 3E0
  2546. Settings for IRQ Selection (Lower Jumper Line)
  2547. 234567
  2548. 011111 IRQ 2
  2549. 101111 IRQ 3
  2550. 110111 IRQ 4
  2551. 111011 IRQ 5
  2552. 111110 IRQ 7
  2553. *****************************************************************************
  2554. Other Cards
  2555. -----------
  2556. I have no information on other models of ARCnet cards at the moment.  Please
  2557. send any and all info to:
  2558. apenwarr@worldvisions.ca
  2559. Thanks.