blob: 1f98f62b4370bdd160fee2f6a37dcb7f0117603e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2FORE Systems PCA-200E/SBA-200E ATM NIC driver
3---------------------------------------------
4
5This driver adds support for the FORE Systems 200E-series ATM adapters
6to the Linux operating system. It is based on the earlier PCA-200E driver
7written by Uwe Dannowski.
8
9The driver simultaneously supports PCA-200E and SBA-200E adapters on
10i386, alpha (untested), powerpc, sparc and sparc64 archs.
11
12The intent is to enable the use of different models of FORE adapters at the
13same time, by hosts that have several bus interfaces (such as PCI+SBUS,
Paul Gortmakera5e371f2012-05-16 19:48:42 -040014or PCI+EISA).
Linus Torvalds1da177e2005-04-16 15:20:36 -070015
16Only PCI and SBUS devices are currently supported by the driver, but support
Paul Gortmakera5e371f2012-05-16 19:48:42 -040017for other bus interfaces such as EISA should not be too hard to add.
Linus Torvalds1da177e2005-04-16 15:20:36 -070018
19
20Firmware Copyright Notice
21-------------------------
22
23Please read the fore200e_firmware_copyright file present
24in the linux/drivers/atm directory for details and restrictions.
25
26
27Firmware Updates
28----------------
29
30The FORE Systems 200E-series driver is shipped with firmware data being
31uploaded to the ATM adapters at system boot time or at module loading time.
32The supplied firmware images should work with all adapters.
33
34However, if you encounter problems (the firmware doesn't start or the driver
35is unable to read the PROM data), you may consider trying another firmware
36version. Alternative binary firmware images can be found somewhere on the
37ForeThought CD-ROM supplied with your adapter by FORE Systems.
38
39You can also get the latest firmware images from FORE Systems at
Masanari Iidaae13c652015-06-18 00:12:02 +090040https://en.wikipedia.org/wiki/FORE_Systems. Register TACTics Online and go to
Linus Torvalds1da177e2005-04-16 15:20:36 -070041the 'software updates' pages. The firmware binaries are part of
42the various ForeThought software distributions.
43
44Notice that different versions of the PCA-200E firmware exist, depending
Masanari Iida40e47122012-03-04 23:16:11 +090045on the endianness of the host architecture. The driver is shipped with
Linus Torvalds1da177e2005-04-16 15:20:36 -070046both little and big endian PCA firmware images.
47
48Name and location of the new firmware images can be set at kernel
49configuration time:
50
511. Copy the new firmware binary files (with .bin, .bin1 or .bin2 suffix)
52 to some directory, such as linux/drivers/atm.
53
542. Reconfigure your kernel to set the new firmware name and location.
55 Expected pathnames are absolute or relative to the drivers/atm directory.
56
573. Rebuild and re-install your kernel or your module.
58
59
60Feedback
61--------
62
63Feedback is welcome. Please send success stories/bug reports/
64patches/improvement/comments/flames to <lizzi@cnam.fr>.