]>
Commit | Line | Data |
---|---|---|
1da177e4 LT |
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 | [email protected] | |
42 |