summaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-04 07:40:19 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-04 07:40:19 +0000
commit33263fc5f9ac8e8cb2b22d06af3ce5ac1dd815e4 (patch)
tree2d1b86a40bef0958a68cf1a2eafbeb0667a70543 /Documentation/networking
parent216f5f51aa02f8b113aa620ebc14a9631a217a00 (diff)
Merge with Linux 2.3.32.
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/00-INDEX2
-rw-r--r--Documentation/networking/ppp.txt51
-rw-r--r--Documentation/networking/sis900.txt460
-rw-r--r--Documentation/networking/sk98lin.txt480
-rw-r--r--Documentation/networking/tlan.txt23
5 files changed, 957 insertions, 59 deletions
diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX
index be39d93e4..59de4ac19 100644
--- a/Documentation/networking/00-INDEX
+++ b/Documentation/networking/00-INDEX
@@ -58,8 +58,6 @@ net-modules.txt
- info and "insmod" parameters for all network driver modules.
policy-routing.txt
- IP policy-based routing
-ppp.txt
- - info on what software you should use to run PPP.
pt.txt
- the Gracilis Packetwin AX.25 device driver
routing.txt
diff --git a/Documentation/networking/ppp.txt b/Documentation/networking/ppp.txt
deleted file mode 100644
index 55c036251..000000000
--- a/Documentation/networking/ppp.txt
+++ /dev/null
@@ -1,51 +0,0 @@
-*NEWSFLASH*
-This kernel release needs a minor bug fix for pppd to run properly with
-the new routing code. When your pppd doesn't work apply the following
-patch to pppd-2.2.0f or update to the newest pppd version.
-
-Patch:
-
---- ppp-2.2.0f/pppd/sys-linux.c-o Wed Sep 17 00:23:01 1997
-+++ ppp-2.2.0f/pppd/sys-linux.c Wed Sep 17 00:23:11 1997
-@@ -927,8 +927,11 @@
-
- if (ioctl(sockfd, SIOCADDRT, &rt) < 0)
- {
-+/* The new linux routing code doesn't like routes on down devices. */
-+#if 0
- syslog (LOG_ERR, "ioctl(SIOCADDRT) device route: %m");
- return (0);
-+#endif
- }
- return 1;
- }
-
-
--Andi Kleen
---------------------------------------------------------------------
-
-The PPP support for this kernel requires the 2.2.0 version of the
-pppd daemon. You will find the current version of the daemon on
-sunsite.unc.edu in the /pub/Linux/system/Network/serial directory.
-
-Sunsite has many mirror sites. Please feel free to obtain it from
-a mirror site close to you.
-
-If you attempt to use a version of pppd which is not compatible
-then you will have some error condition. It usually is reflected
-in that an ioctl operation will generate a fatal error.
-
-Please do not use earlier versions of the 2.2 package. If you
-obtained a copy from merit.edu or bellatrix then please get an
-update from the sunsite site.
-
-The CCP (Compression Control Protocol) which is supported by this
-code is functional. You will need a compatible BSD compressor on
-your peer site to use the code.
-
-The BSD compression code will only build as a loadable module. There
-was an earlier version which would build it into the kernel but that
-functionality has been removed for various reasons.
-
---
-Al Longyear longyear@netcom.com
diff --git a/Documentation/networking/sis900.txt b/Documentation/networking/sis900.txt
new file mode 100644
index 000000000..474d3c081
--- /dev/null
+++ b/Documentation/networking/sis900.txt
@@ -0,0 +1,460 @@
+ SiS 900/7016 Fast Ethernet Device Driver
+ by Ollie Lho (ollie@sis.com.tw)
+ November 4, 1999. Document Revision: 0.1
+
+ This document gives some information on installation and usage of SiS
+ 900/7016 device driver under Linux.
+ ______________________________________________________________________
+
+ Table of Contents
+
+
+ 1. Introduction
+
+ 2. License
+
+ 3. Changes
+
+ 4. Tested Environment
+
+ 5. Files in This Rackage
+
+ 6. Installation
+
+ 6.1 Kernel version later than 2.2.11 and 2.3.15
+ 6.1.1 Building the driver as loadable module
+ 6.1.2 Building the driver into kernel
+ 6.2 Earlier Kernel Version in 2.2.x and 2.3.x Series
+
+ 7. Known Problems and Bugs
+
+ 8. Revision History
+
+ 9. Acknowledgements
+
+
+
+ ______________________________________________________________________
+
+ 1. Introduction
+
+ This document describes the revision 1.06 of SiS 900/7016 Fast
+ Ethernet device driver under Linux. The driver is developed by Silicon
+ Integrated System Corp. and distributed freely under the GNU General
+ Public License (GPL). The driver can be compiled as a loadable module
+ and used under Linux kernel version 2.2.x. With minimal changes, the
+ driver can also be used under 2.3.x kernel, please see section
+ ``Installation''. If you are intended to use the driver for earlier
+ kernels, you are on your own.
+
+ The driver is tested with usual TCP/IP applications including FTP,
+ Telnet, Netscape etc. and is used constantly by the developers.
+
+ Please send all comments/fixes/questions to Ollie Lho.
+
+
+ 2. License
+
+
+
+
+
+
+
+
+
+
+ Copyright (C) 1999 Silicon Integrated System Corp.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
+
+
+
+ 3. Changes
+
+ Changes made in Revision 1.06
+
+ 1. Separation of sis900.c and sis900.h in order to move most constant
+ definition to sis900.h (many of those constants were corrected)
+
+ 2. Clean up PCI detection, the pci-scan from Donald Becker were not
+ used, just simple pci_find_*.
+
+ 3. MII detection is modified to support multiple mii transceiver.
+
+ 4. Bugs in read_eeprom, mdio_* were removed.
+
+ 5. Lot of sis900 irrelevant comments were removed/changed and more
+ comments were added to reflect the real situation.
+
+ 6. Clean up of physical/virtual address space mess in buffer
+ descriptors.
+
+ 7. Better transmit/receive error handling.
+
+ 8. The driver now uses zero-copy single buffer management scheme to
+ improve performance.
+
+ 9. Names of variables were changed to be more consistent.
+
+ 10. Clean up of auo-negotiation and timer code.
+
+ 11. Automatic detection and change of PHY on the fly.
+
+
+ 4. Tested Environment
+
+ This driver is developed on the following hardware
+
+ o Intel Celeron 336 with SiS 620 (rev 02) chipset
+
+ o SiS 900 (rev 01) and SiS 7016/7014 Fast Ethernet Card
+
+ and tested with these software environments
+
+ o Red Hat Linux version 6.0
+
+ o Linux kernel version 2.2.13
+
+ o Netscape version 4.6
+
+ o NcFTP 3.0.0 beta 18
+
+ o Samba version 2.0.3
+
+
+ 5. Files in This Rackage
+
+ In the package you can find these files:
+
+
+ sis900-2.2.x.c
+ Driver source for kernel 2.2.x
+
+ sis900-2.3.x.c
+ Driver source for kernel 2.3.x
+
+ sis900.h
+ Header file for both 2.2.x and 2.3.x kernel
+
+ sis900.sgml
+ Linux-Doc SGML source of the document
+
+
+ 6. Installation
+
+ Before trying to install the driver, be sure to get the latest
+ revision from SiS' Home Page. If you have no prior experience in
+ networking under Linux, please read Ethernet HOWTO and Networking
+ HOWTO available from Linux Documentation Project (LDP).
+
+ The installation procedure are different according to your kernel
+ versions.
+
+
+ 6.1. Kernel version later than 2.2.11 and 2.3.15
+
+ The driver is bundled in release later than 2.2.11 and 2.3.15 so this
+ is the most easy case. Be sure you have the appropriate packages for
+ compiling kernel source. Those packages are listed in
+ Document/Changes in kernel source distribution. There are two
+ alternative ways to install the driver
+
+
+ 6.1.1. Building the driver as loadable module
+
+ To build the driver as a loadable kernel module you have to
+ reconfigure the kernel to activate network support by
+
+
+
+ make config
+
+
+
+
+ Choose "Network Device Support" to "Y" and "Ethernet Support" to "Y".
+ Then you have to choose "SiS 900 Fast Ethernet Adapter Support" to
+ "M".
+
+ After reconfiguring the kernel, you can make the driver module by
+
+
+ make modules
+
+
+
+
+ The driver should be compiled with no errors. After compiling the
+ driver, the driver can be installed to proper place by
+
+
+
+ make modules_install
+
+
+
+
+ Load the driver into kernel by
+
+
+
+ insmod sis900
+
+
+
+
+ When loading the driver into memory, some information message can be
+ view by
+
+
+
+ dmesg
+
+
+
+
+ or
+
+
+ cat /var/log/message
+
+
+
+
+ If the driver is loaded properly you will have messages similar to
+ this:
+
+
+
+ sis900.c: v1.06 11/04/99
+ eth0: SiS 900 PCI Fast Ethernet at 0xd000, IRQ 10, 00:00:e8:83:7f:a4.
+ eth0: SiS 900 Internal MII PHY transceiver found at address 1.
+
+
+
+
+ showing the version of the driver and the results of probing routine.
+
+ Once the driver is loaded, network can be brought up by
+
+
+
+ /sbin/ifconfig eth0 IPADDR broadcast BROADCAST netmask NETMASK
+
+
+
+
+
+ where IPADDR, BROADCAST, NETMASK are your IP address, broadcast
+ address and netmask respectively. For more information on how to
+ configure network interface, please refer to Networking HOWTO.
+
+ The link status is also shown by kernel messages. For example, after
+ the network interface is activated, you may have the message:
+
+
+
+ eth0: Using SiS 900 Internal MII PHY as default
+ eth0: Media Link On 100mbps full-duplex
+
+
+
+
+ If you try to unplug the twist pair (TP) cable you will get
+
+
+
+ eth0: Media Link Off
+
+
+
+
+ indicating that the link is failed.
+
+
+ 6.1.2. Building the driver into kernel
+
+ If you want to make the driver into kernel, choose "Y" rather than "M"
+ on "SiS 900 Fast Ethernet Adapter Support" when configuring the
+ kernel. Build the kernel image in the usual way
+
+
+
+ make dep
+
+ make clean
+
+ make bzlilo
+
+
+
+
+ Next time the system reboot, you have the driver in memory.
+
+
+ 6.2. Earlier Kernel Version in 2.2.x and 2.3.x Series
+
+ Installing the driver for earlier kernels in 2.2.x and 2.3.x series
+ requires a little bit more work. First you have to copy sis900-2.x.x.c
+ to /usr/src/linux/drivers/net/ and you have to modify some files
+ manually (sorry !! no patch available !!)
+
+ in Space.c, add
+
+
+ extern int sis900_probe(struct device *dev);
+
+ ...
+
+ #ifdef CONFIG_SIS900
+ {sis900_probe,0},
+ #endif
+
+
+ in Config.in add
+
+
+ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+ ... //other adapter drivers
+ tristate 'SiS 900 PCI Fast Ethernet Adapter Support' CONFIG_SIS900
+ ... //other adapter drivers
+ fi
+
+
+
+
+ in Makefile add
+
+
+ ifeq ($(CONFIG_SIS900),y)
+ L_OBJS += sis900.o
+ else
+ ifeq ($(CONFIG_SIS900),m)
+ M_OBJS += sis900.o
+ endif
+ endif
+
+
+
+
+ After modifying these files, the driver can be build as described in
+ the previous section.
+
+
+ 7. Known Problems and Bugs
+
+ There are some known problems and bugs. If you find any other bugs
+ please mail to ollie@sis.com.tw
+
+ 1. AM79C901 HomePNA PHY is not thoroughly tested, there may be some
+ bugs in the "on the fly" change of transceiver.
+
+ 2. A bug is hidden somewhere in the receive buffer management code,
+ the bug causes NULL pointer reference in the kernel. This fault is
+ caught before bad things happen and reported with the message:
+
+
+ eth0: NULL pointer encountered in Rx ring, skipping
+
+
+
+
+ which can be viewed with dmesg or cat /var/log/message.
+
+
+ 8. Revision History
+
+
+ o November 4, 1999, Revision 1.06, Second release, lots of clean up
+ and optimization.
+
+ o August 8, 1999, Revision 1.05, Initial Public Release
+
+
+ 9. Acknowledgements
+
+ This driver was originally derived form Donald Becker's pci-skeleton
+ and rtl8139 drivers. Donald also provided various suggestion regarded
+ with improvements made in revision 1.06.
+
+ The 1.05 revision was created by Jim Huang, AMD 79c901 support was
+ added by Chin-Shan Li.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/networking/sk98lin.txt b/Documentation/networking/sk98lin.txt
new file mode 100644
index 000000000..863090170
--- /dev/null
+++ b/Documentation/networking/sk98lin.txt
@@ -0,0 +1,480 @@
+(C)Copyright 1999 SysKonnect.
+===========================================================================
+
+sk98lin.txt created 11-Nov-1999
+
+Readme File for sk98lin.o v3.02
+SK-NET Gigabit Ethernet Adapter SK-98xx Driver for Linux
+
+This file contains
+(1) OVERVIEW
+(2) REQUIRED FILES
+(3) INSTALLATION
+(4) INCLUSION OF THE ADAPTER AT SYSTEM START
+(5) DRIVER PARAMETERS
+(6) LARGE FRAME SUPPORT
+(7) TROUBLESHOOTING
+(8) HISTORY
+
+===========================================================================
+
+
+
+(1) OVERVIEW
+============
+
+The sk98lin driver supports the SysKonnect SK-NET Gigabit Ethernet
+Adapter SK-98xx family on Linux 2.2.x.
+It has been tested with Linux on Intel/x86 and ALPHA machines.
+From v3.02 on, the driver is integrated in the linux kernel source.
+***
+
+
+(2) REQUIRED FILES
+==================
+
+The linux kernel source.
+No additional files required.
+***
+
+
+(3) INSTALLATION
+================
+
+The following steps describe the actions that are required to install
+the driver and to start it manually. These steps should be carried
+out for the initial driver setup. Once confirmed to be ok, they can
+be included in the system start which is described in the next
+chapter.
+
+NOTE 1: You must have 'root' access to the system to perform
+ the following tasks.
+NOTE 2: IMPORTANT: In case of problems, please read the section
+ "Troubleshooting" below.
+
+1) The driver can either be integrated into the kernel or it can
+ be compiled as a module.
+ Select the appropriate option during the kernel configuration.
+ For use as a module, your kernel must have
+ 'loadable module support' enabled.
+ For automatic driver start, you also need 'Kernel module loader'
+ enabled.
+ Configure those options, build and install the new kernel. If you
+ choose to use the driver as a module, do "make modules" and
+ "make modules_install".
+ Reboot your system.
+
+4) Load the module manually by entering:
+ insmod sk98lin.o
+ If the SysKonnect SK-98xx adapter is installed in your
+ computer and you have a /proc filesystem, running the command
+ 'more /proc/net/dev' should produce an output containing a
+ line with the following format:
+ eth0: 0 0 ...
+ which means that your adapter has been found and initialized.
+
+ NOTE 1: If you have more than one SysKonnect SK-98xx adapter, the
+ adapters will be listed as 'eth0', 'eth1', 'eth2', etc.
+ For each adapter, repeat the steps 5) and 6).
+ NOTE 2: If you have other Ethernet adapters installed,
+ your SysKonnect SK-98xx adapter can be mapped to 'eth1' or
+ 'eth2' ...
+ The module installation message (in system logfile or
+ on console, depending on /etc/syslog.conf) prints a line
+ for each adapter that is found, containing the
+ corresponding 'ethX'.
+
+5) Select an IP address and assign it to the respective adapter by
+ entering:
+ ifconfig eth0 <ip-address>
+ This causes the adapter to connect to the ethernet. The solitary
+ yellow LED at the adapter is now active, the link status LED of
+ the primary port is on and the link status LED of the secondary
+ port (on dual port adapters) is blinking (only if the laters are
+ connected to a switch or hub).
+ You will also get a status message on the console saying
+ "ethX: network connection up using port Y" and indicating
+ the selected connection parameters.
+
+ NOTE: If you are in doubt about IP addresses, ask your network
+ administrator for assistance.
+
+6) Your adapter should now be fully operational.
+ Use 'ping <otherstation>' to verify the connection to other
+ computers on your network.
+ By entering 'ifconfig', you can check the number of packets sent
+ and received by your adapter and additional some other information
+ regarding the adapter configuration.
+
+7) The driver module can be stopped and unloaded using the following
+ commands:
+ ifconfig eth0 down
+ rmmod sk98lin
+***
+
+
+(4) INCLUSION OF THE ADAPTER AT SYSTEM START
+============================================
+
+Since a large number of different Linux distributions are
+available, we are unable to describe a general installation procedure
+for the driver module.
+Because the driver is now integrated in the kernel, installation should
+be easy, using the standard mechanism of your distribution.
+Refer to the distribution's manual for installation of ethernet adapters.
+***
+
+
+(5) DRIVER PARAMETERS
+=====================
+
+Parameters can be set at the command line while loading the
+module with 'insmod'. The configuration tools of some distributions
+can also give parameters to the driver module.
+If you use the kernel module loader, you can set driver parameters
+in the file /etc/conf.modules. Insert a line of the form:
+
+options sk98lin ...
+
+For "...", use the same syntax as described below for the command
+line paramaters of insmod.
+You either have to reboot your computer or unload and reload
+the driver to activate the new parameters.
+The syntax of the driver parameters is:
+
+insmod sk98lin parameter=value1[,value2[,value3...]]
+
+value1 is for the first adapter, value2 for the second one etc.
+All Parameters are case sensitive, so write them exactly as
+shown below.
+
+Sample: Suppose you have two adapters. You want to set AutoNegotiation
+ on Port A of the first adapter to ON and on Port A of the
+ second adapter to OFF.
+ You also want to set DuplexCapabilities on Port A of the first
+ adapter to FULL and on Port A of the second adapter to HALF.
+ You must enter:
+
+ insmod sk98lin.o AutoNeg_A=On,Off DupCap_A=Full,Half
+
+NOTE: The number of adapters that can be configured this way is
+ limited in the driver (file skge.c, constant SK_MAX_CARD_PARAM).
+ The current limit is 16. If you happen to install
+ more adapters, adjust this and recompile.
+
+
+5.1 Per-Port Parameters
+-----------------------
+Those setting are available for each port on the adapter.
+In the following description, '?' stands for the port for
+which you set the parameter (A or B).
+
+- Auto Negotiation
+ Parameter: AutoNeg_?
+ Values: On, Off, Sense
+ Default: Sense
+
+ The "Sense"-mode finds out automatically whether the link
+ partner supports autonegotiation or not.
+
+- Duplex Capabilities
+ Parameter: DupCap_?
+ Values: Half, Full, Both
+ Default: Both
+
+ This parameters is relevant only if autonegotiation for
+ this port is not "Sense". If autonegotiation is "On", all
+ three values are possible. If it is "Off", only "Full" and
+ "Half" are allowed.
+ It is usefull if your link partner does not support all
+ possible combinations.
+
+- Flow Control
+ Parameter: FlowCtrl_?
+ Values: Sym, SymOrRem, LocSend, None
+ Default: SymOrRem
+
+ This parameter can be used to set the flow control capabilities
+ that the port reports during autonegotiation.
+ The meaning of the different modes is:
+-- Sym = Symetric: both link partners are allowed to send PAUSE frames
+-- SymOrRem = SymetricOrRemote: both or only remote partner are allowed
+ to send PAUSE frames
+-- LocSend = LocalSend: only local link partner is allowed to send
+ PAUSE frames
+-- None: no link partner is allowed to send PAUSE frames
+
+ NOTE: This parameter is ignored if autonegotiation is set to "Off".
+
+- Role in Master-Slave-Negotiation (1000Base-T only).
+ Parameter: Role_?
+ Values: Auto, Master, Slave
+ Default: Auto
+
+ This parameter is only valid for the SK-9821 and SK-9822 adapters.
+ For two 1000Base-T ports to communicate, one must take the role as
+ master (providing timing information), while the other must be slave.
+ Normally, this is negotiated between the two ports during link
+ establishment. If this should ever fail, you can force a port to a
+ specific setting with this parameter.
+
+
+5.2 Per-Adapter Parameters
+--------------------------
+
+- Preferred Port
+ Parameter: PrefPort
+ Values: A, B
+ Default: A
+
+ This is used to force the preferred port to A or B (on two-port NICs).
+ The preferred port is the one that is used if both are detected as
+ fully functional.
+
+- RLMT (Redundant Link Management Technology) Mode
+ Parameter: RlmtMode
+ Values: CheckLinkState,CheckLocalPort, CheckSeg
+ Default: CheckLinkState
+
+ RLMT (the driver part that decides which port to use) knows three
+ ways of checking if a port is available for use:
+
+-- CheckLinkState = Check link state only: RLMT uses the link state
+ reported by the adapter hardware for each individual port to determine
+ whether a port can be used for all network traffic or not.
+
+-- CheckLocalPort - Check other port on adapter: RLMT sends test frames
+ from each port to each other port and checks if they are received by
+ the other port, respectively. Thus, the ports must be connected to the
+ network such that LLC test frames can be exchanged between them
+ (i.e. there must be no routers between the ports).
+
+-- CheckSeg - Check other port and segmentation: RLMT checks the other port
+ and in addition requests information from the Gigabit Ethernet
+ switch next to each port to see if the network is segmented between
+ the ports. Thus, this mode is only to be used if you have Gigabit
+ Ethernet switches installed in your network that have been configured
+ to use the Spanning Tree protocol.
+
+ NOTE: The modes CheckLocalPort and CheckSeg are meant to operate in
+ configurations where a network path between the ports on one
+ adapter exists. Especially, they are not designed to work where
+ adapters are connected back-to-back.
+***
+
+
+(6) LARGE FRAME SUPPORT
+=======================
+
+Large frames (also called jumbo frames) are now supported by the
+driver. This can result in a greatly improved throughput if
+transfering large amounts of data.
+To enable large frames, set the MTU (maximum transfer unit)
+of the interface to the value you wish (up to 9000). The command
+for this is:
+ ifconfig eth0 mtu 9000
+This will only work if you have two adapters connected back-to-back
+or if you use a switch that supports large frames. When using a
+switch, it should be configured to allow large frames, without
+autonegotiating for them.
+The setting must be done on all adapters that can be reached by
+the large frames. If one adapter is not set to receive large frames,
+it will simply drop them.
+
+NOTE: If you look at the statistics (with netstat) in large frame
+ mode while there is traffic on the net, you will see the
+ RX error counter go up. This is because the adapter hardware
+ counts received large frames as errors, although they are
+ received correctly. So ignore this counter in that case.
+
+You can switch back to the standard ethernet frame size with:
+ ifconfig eth0 mtu 1500
+***
+
+
+(7) TROUBLESHOOTING
+===================
+
+If you run into problems during installation, check those items:
+
+Problem: The SK-98xx adapter can not be found by the driver.
+Reason: Look in /proc/pci for the following entry:
+ 'Ethernet controller: SysKonnect SK-98xx ...'
+ If this entry exists, then the SK-98xx adapter has been
+ found by the system and should be able to be used.
+ If this entry does not exist or if the file '/proc/pci'
+ is not there, then you may have a hardware problem or PCI
+ support may not be enabled in your kernel.
+ The adapter can be checked using the diagnostic program
+ which is available from the SysKonnect web site:
+ www.syskonnect.de
+ Some COMPAQ machines have a problem with PCI under
+ Linux. This is described in the 'PCI howto' document
+ (included in some distributions or available from the
+ www, e.g. at 'www.linux.org'). This might be fixed in the
+ 2.2.x kernel series (I've not tested it).
+
+Problem: Programs such as 'ifconfig' or 'route' can not be found or
+ you get an error message 'Operation not permitted'.
+Reason: You are not logged in as user 'root'. Logout and
+ login as root or change to root via 'su'.
+
+Problem: Using the command 'ping <address>', you get a message
+ "ping: sendto: Network is unreachable".
+Reason: Your route is not set up correct.
+ If you are using RedHat, you probably forgot
+ to set up the route in 'network configuration'.
+ Check the existing routes with the 'route' command
+ and check if there is an entry for 'eth0' and if
+ it is correct.
+
+Problem: The driver can be started, the adapter is connected
+ to the network, but you can not receive or transmit
+ any packet; e.g. 'ping' does not work.
+Reason: You have an incorrect route in your routing table.
+ Check the routing table with the command 'route' and
+ read the manual pages about route ('man route').
+NOTE: Although the 2.2.x kernel versions generate the routing
+ entry automatically, you may have problems of this kind
+ here, too. We found a case where the driver started correct
+ at system boot, but after removing and reloading the driver,
+ the route of the adapter's network pointed to the 'dummy0'
+ device and had to be corrected manually.
+
+Problem: You want to use your computer as a router between
+ multiple IP subnetworks (using multiple adapters), but
+ you can not reach computers in other subnetworks.
+Reason: Either the router's kernel is not configured for IP
+ forwarding or there is a problem with the routing table
+ and gateway configuration in at least one of the
+ computers.
+
+Problem: At the start of the driver, you get an error message:
+ "eth0: -- ERROR --
+ Class: internal Software error
+ Nr: 0xcc
+ Msg: SkGeInitPort() cannot init running ports"
+Reason: You are using a driver compiled for single processor
+ machines on an multiprocessor machine with SMP (Symetric
+ MultiProcessor) kernel.
+ Configure your kernel appropriate and recompile the kernel or
+ the modules.
+
+If your problem is not listed here, please contact SysKonnect's technical
+support for help (linux@syskonnect.de).
+When contacting our technical support, please ensure that the
+following information is available:
+- System Manufacturer and Model
+- Boards in your system
+- Distribution
+- Kernel version
+***
+
+
+(8) HISTORY
+===========
+
+VERSION 3.02
+Problems fixed:
+- None
+New Features:
+- Integration in linux kernel source.
+Known limitations:
+- None
+
+VERSION 3.02
+Problems fixed:
+- None
+New Features:
+- Full source release
+Known limitations:
+- None
+
+VERSION 3.00
+Problems fixed:
+- None
+New Features:
+- Support for 1000Base-T adapters (SK-9821 and SK-9822)
+Known limitations:
+- None
+
+VERSION 1.07
+Problems fixed:
+- RlmtMode parameter value strings were wrong (#10437)
+- Driver sent too many RLMT frames (#10439)
+- Driver did not recognize network segmentation (#10440)
+- RLMT switched too often on segmented network (#10441)
+Known limitations:
+- None
+
+VERSION 1.06
+Problems fixed:
+- System panic'ed after some time when running with
+ RlmtMode=CheckOtherLink or RlmtMode=CheckSeg (#10421)
+ Panic message: "Kernel panic: skput: over ... dev: eth0"
+- Driver did not switch back to default port when connected
+ back-to-back (#10422).
+Changes:
+- RlmtMode parameter names have changed
+New features:
+- There is now a version for ALPHA processors
+Known limitations:
+- None
+
+VERSION 1.05
+Problems fixed:
+- Driver failed to load on kernels with version information
+ for module symbols enabled
+Known limitations:
+- None
+
+VERSION 1.04
+Problems fixed:
+- Large frame support does work now (no autonegotiation
+ support for large frames, just manually selectable)
+New Features:
+- Receive checksumming in hardware
+- Performance optimizations
+ Some numbers (on two PII-400 machines, back-to-back):
+ netpipe: 300 MBit/sec, with large frames: 470 MBit/sec
+ ttcp: 38 MByte/sec, with large frames: 60 MByte/sec
+ ttcp (UDP send): 66 MByte/sec, with large frames: 106 MByte/sec
+Known limitations:
+- None
+
+VERSION 1.03
+Problems fixed:
+- Unloading with "rmmod" caused segmentation fault (#10415)
+- The link LED flickered from time to time, if no link was
+ established (#10402)
+- Installation problems with RedHat 6.0 (#10409)
+New Features:
+- Connection state ouput at "network connection up"
+Known limitations:
+- None
+
+VERSION 1.02
+Problems fixed:
+- Failed with multiple adapters
+- Failed with Single Port adapters
+- Startup string was only displayed if adapter found
+- No link could be established on certain switches when the switches were
+ rebooted. (#10377)
+Known limitations:
+- Segmentation fault at "rmmod" with kernel 2.2.3 on some machines
+
+VERSION 1.01
+Problems fixed:
+- Sensor status was not set back to 'ok' after 'warning/error'. (#10386)
+Changes:
+- improved parallelism in driver
+
+VERSION 1.00
+Known limitations:
+- not tested with all kernel versions (I don't have that much time :-)
+- only x86 version available (if you need others, ask for it)
+- source code not completely available
+
+***End of Readme File***
+
+
diff --git a/Documentation/networking/tlan.txt b/Documentation/networking/tlan.txt
index d3de6ccd1..4114be27a 100644
--- a/Documentation/networking/tlan.txt
+++ b/Documentation/networking/tlan.txt
@@ -1,16 +1,27 @@
-TLAN driver for Linux, version 1.0
-README
-Well, I'm back. The TLAN driver seems pretty stable, so I'm
-declaring this cycle of development finished, and calling the
-driver 1.0. I will, of course continue to work on improving
-the driver, and work towards a 2.0 release.
+I haven't had any time to do anything for a long time, and this isn't
+likely to change. So there's a driver here for anyone looking to
+carry forward a project :)
+
+For those who are looking for help, I can't. I haven't looked at
+a kernel since the early 2.0 series, so I won't know what's going on.
+Your best chance at help would be joining the TLAN mailing list and
+posting your question there.
+
+You can join by sending "subscribe tlan" in the body of an email to
+majordomo@vuser.vu.union.edu.
+
+Thanks to those who have (and who will ;) put work in to keep the TLAN
+driver working as the kernel moves on.
James
james@sovereign.org
+TLAN driver for Linux, version 1.0
+README
+
I. Supported Devices.