smc9.txt
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  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.  
  14.   3.  To compile as a module, run 'make' .   
  15. Make will give you the appropriate options for various kernel support.
  16.  
  17.   4.  Loading the driver as a module :
  18. use:   insmod smc9194.o 
  19. optional parameters:
  20. io=xxxx    : your base address
  21. irq=xx    : your irq 
  22. ifport=x   : 0 for whatever is default
  23. 1 for twisted pair
  24. 2 for AUI  ( or BNC on some cards )
  25. How to obtain the latest version? 
  26. FTP:  
  27. ftp://fenris.campus.vt.edu/smc9/smc9-12.tar.gz
  28. ftp://sfbox.vt.edu/filebox/F/fenris/smc9/smc9-12.tar.gz 
  29.    
  30. Contacting me:
  31.     erik@mail.vt.edu
  32.