Lines Matching +full:three +full:- +full:level
1 .. SPDX-License-Identifier: GPL-2.0
9 See also arcnet-hardware.txt in this directory for jumper-setting
25 ARCnet 0.32 ALPHA first made it into the Linux kernel 1.1.80 - this was
36 If you don't e-mail me about your success/failure soon, I may be forced to
40 If you think so, why not flame me in a quick little e-mail? Please also
44 My e-mail address is: apenwarr@worldvisions.ca
55 The previous release resulted from many months of on-and-off effort from me
58 ARCnet 2.10 ALPHA, Tomasz's all-new-and-improved RFC1051 support has been
63 ---------------------------------
66 Subscribe by sending a message with the BODY "subscribe linux-arcnet YOUR
68 list, mail to linux-arcnet@tichy.ch.uj.edu.pl.
74 The people on linux-net@vger.kernel.org (now defunct, replaced by
81 ----------------------
105 versions are available on my WWW page, or via e-mail if you don't have WWW
110 ---------------------
162 COM20020 data sheets, and you don't know what the other three options refer
163 to, then they won't interest you - forget them.
165 3. ARCnet COM90xx chipset in IO-mapped mode.
196 -----------------------
224 ----------------
231 Go read the NET-2-HOWTO and ETHERNET-HOWTO for Linux; they should be
233 souped-up (or down, as the case may be) Ethernet card.
241 ------------------------------
255 insmod -o arc0 com90xx
256 insmod -o arc1 com20020 io=0x2e0
257 insmod -o arc2 com90xx
263 --------------------------------
266 Should be fine linux->linux, just pretend you're using Ethernet cards.
268 is also a DOS-based NFS server called SOSS. It doesn't multitask
302 interface quite nicely with TCP/IP-based WfWg or Lan Manager
332 --------------------------
334 The ARCnet driver v2.10 ALPHA supports three protocols, each on its own
341 protocol. arc0 is the fastest of the three protocols (for
347 arc0e "Ethernet-Encapsulation" which sends packets over ARCnet
349 6-byte hardware addresses. This protocol is compatible with
374 You can choose not to compile arc0e and arc0s into the driver if you want -
376 use the "NFS-root" stuff in recent Linux kernels.
395 route add -net SUB.NET.ADD.RESS arc0
403 route add -net SUB.NET.ADD.RESS arc0e
415 I have three computers on my home network; two Linux boxes (which prefer
428 - talk to freedom via RFC1201 (arc0) protocol, because I like it
430 - use freedom as its Internet gateway.
473 I compensate by giving freedom an extra IP address - aliased 'gatekeeper' -
499 Ethernet-Encap. Without changing any settings on freedom or patience, I
508 [RFC1201 NETWORK] [ETHER-ENCAP NETWORK]
512 /---------------\ * /---------------\
514 | +-Freedom-*-Gatekeeper-+ |
516 \-------+-------/ | * \-------+-------/
524 -------------------
539 --------------------------
549 first! D_DURING displays 4-5 lines for each packet sent or received. D_TX,
565 Ping-pong buffers are implemented both ways.
567 If your debug level includes D_DURING and you did NOT define SLOW_XMIT_COPY,
574 You can change the debug level without recompiling the kernel by typing::
579 where "xxx" is the debug level you want. For example, "metric 1015" would put
580 you at debug level 15. Debug level 7 is currently the default.
582 Note that the debug level is (starting with v1.90 ALPHA) a binary
583 combination of different debug flags; so debug level 7 is really 1+2+4 or
585 resulting in debug level 23.
588 E-mail me about your problem.
592 -------------------------------