smc9.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. SMC 9xxxx Driver
  2. Revision 0.12
  3. 3/5/96
  4. Copyright 1996 Erik Stahlman
  5. Released under terms of the GNU General Public License.
  6. This file contains the instructions and caveats for my SMC9xxx driver. You
  7. should not be using the driver without reading this file.
  8. Things to note about installation:
  9. 1. The driver should work on all kernels from 1.2.13 until 1.3.71.
  10. (A kernel patch is supplied for 1.3.71 )
  11. 2. If you include this into the kernel, you might need to change some
  12. options, such as for forcing IRQ.
  13. 3. To compile as a module, run 'make' .
  14. Make will give you the appropriate options for various kernel support.
  15. 4. Loading the driver as a module :
  16. use: insmod smc9194.o
  17. optional parameters:
  18. io=xxxx : your base address
  19. irq=xx : your irq
  20. ifport=x : 0 for whatever is default
  21. 1 for twisted pair
  22. 2 for AUI ( or BNC on some cards )
  23. How to obtain the latest version?
  24. FTP:
  25. ftp://fenris.campus.vt.edu/smc9/smc9-12.tar.gz
  26. ftp://sfbox.vt.edu/filebox/F/fenris/smc9/smc9-12.tar.gz
  27. Contacting me:
  28. erik@mail.vt.edu