brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · e5eac89 Raw
49 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3================4SMC 9xxxx Driver5================6 7Revision 0.128 93/5/9610 11Copyright 1996  Erik Stahlman12 13Released under terms of the GNU General Public License.14 15This file contains the instructions and caveats for my SMC9xxx driver.  You16should not be using the driver without reading this file.17 18Things to note about installation:19 20  1. The driver should work on all kernels from 1.2.13 until 1.3.71.21     (A kernel patch is supplied for 1.3.71 )22 23  2. If you include this into the kernel, you might need to change some24     options, such as for forcing IRQ.25 26 27  3.  To compile as a module, run 'make'.28      Make will give you the appropriate options for various kernel support.29 30  4.  Loading the driver as a module::31 32	use:   insmod smc9194.o33	optional parameters:34		io=xxxx    : your base address35		irq=xx	   : your irq36		ifport=x   :	0 for whatever is default37				1 for twisted pair38				2 for AUI  ( or BNC on some cards )39 40How to obtain the latest version?41 42FTP:43	ftp://fenris.campus.vt.edu/smc9/smc9-12.tar.gz44	ftp://sfbox.vt.edu/filebox/F/fenris/smc9/smc9-12.tar.gz45 46 47Contacting me:48    erik@mail.vt.edu49