fore200e.txt 2.4 KB

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