Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / Documentation / networking / device_drivers / ethernet / smsc / smc9.rst
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ================
4 SMC 9xxxx Driver
5 ================
6
7 Revision 0.12
8
9 3/5/96
10
11 Copyright 1996  Erik Stahlman
12
13 Released under terms of the GNU General Public License.
14
15 This file contains the instructions and caveats for my SMC9xxx driver.  You
16 should not be using the driver without reading this file.
17
18 Things 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 some
24      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.o
33         optional parameters:
34                 io=xxxx    : your base address
35                 irq=xx     : your irq
36                 ifport=x   :    0 for whatever is default
37                                 1 for twisted pair
38                                 2 for AUI  ( or BNC on some cards )
39
40 How to obtain the latest version?
41
42 FTP:
43         ftp://fenris.campus.vt.edu/smc9/smc9-12.tar.gz
44         ftp://sfbox.vt.edu/filebox/F/fenris/smc9/smc9-12.tar.gz
45
46
47 Contacting me:
48     erik@mail.vt.edu