Back to home page

OSCL-LXR

 
 

    


0001 .. SPDX-License-Identifier: GPL-2.0
0002 
0003 ================
0004 SMC 9xxxx Driver
0005 ================
0006 
0007 Revision 0.12
0008 
0009 3/5/96
0010 
0011 Copyright 1996  Erik Stahlman
0012 
0013 Released under terms of the GNU General Public License.
0014 
0015 This file contains the instructions and caveats for my SMC9xxx driver.  You
0016 should not be using the driver without reading this file.
0017 
0018 Things to note about installation:
0019 
0020   1. The driver should work on all kernels from 1.2.13 until 1.3.71.
0021      (A kernel patch is supplied for 1.3.71 )
0022 
0023   2. If you include this into the kernel, you might need to change some
0024      options, such as for forcing IRQ.
0025 
0026 
0027   3.  To compile as a module, run 'make'.
0028       Make will give you the appropriate options for various kernel support.
0029 
0030   4.  Loading the driver as a module::
0031 
0032         use:   insmod smc9194.o
0033         optional parameters:
0034                 io=xxxx    : your base address
0035                 irq=xx     : your irq
0036                 ifport=x   :    0 for whatever is default
0037                                 1 for twisted pair
0038                                 2 for AUI  ( or BNC on some cards )
0039 
0040 How to obtain the latest version?
0041 
0042 FTP:
0043         ftp://fenris.campus.vt.edu/smc9/smc9-12.tar.gz
0044         ftp://sfbox.vt.edu/filebox/F/fenris/smc9/smc9-12.tar.gz
0045 
0046 
0047 Contacting me:
0048     erik@mail.vt.edu