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