fore200e.txt 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. PCI+MCA 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 (this may
  13. be more tricky for the MCA bus, though, as FORE made some MCA-specific
  14. modifications to the adapter's AALI interface).
  15. Firmware Copyright Notice
  16. -------------------------
  17. Please read the fore200e_firmware_copyright file present
  18. in the linux/drivers/atm directory for details and restrictions.
  19. Firmware Updates
  20. ----------------
  21. The FORE Systems 200E-series driver is shipped with firmware data being
  22. uploaded to the ATM adapters at system boot time or at module loading time.
  23. The supplied firmware images should work with all adapters.
  24. However, if you encounter problems (the firmware doesn't start or the driver
  25. is unable to read the PROM data), you may consider trying another firmware
  26. version. Alternative binary firmware images can be found somewhere on the
  27. ForeThought CD-ROM supplied with your adapter by FORE Systems.
  28. You can also get the latest firmware images from FORE Systems at
  29. http://www.fore.com. Register TACTics Online and go to
  30. the 'software updates' pages. The firmware binaries are part of
  31. the various ForeThought software distributions.
  32. Notice that different versions of the PCA-200E firmware exist, depending
  33. on the endianess of the host architecture. The driver is shipped with
  34. both little and big endian PCA firmware images.
  35. Name and location of the new firmware images can be set at kernel
  36. configuration time:
  37. 1. Copy the new firmware binary files (with .bin, .bin1 or .bin2 suffix)
  38. to some directory, such as linux/drivers/atm.
  39. 2. Reconfigure your kernel to set the new firmware name and location.
  40. Expected pathnames are absolute or relative to the drivers/atm directory.
  41. 3. Rebuild and re-install your kernel or your module.
  42. Feedback
  43. --------
  44. Feedback is welcome. Please send success stories/bug reports/
  45. patches/improvement/comments/flames to <lizzi@cnam.fr>.