aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/smc9.txt
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:20:36 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:20:36 -0400
commit1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch)
tree0bba044c4ce775e45a88a51686b5d9f90697ea9d /Documentation/networking/smc9.txt
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
Diffstat (limited to 'Documentation/networking/smc9.txt')
-rw-r--r--Documentation/networking/smc9.txt42
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
2SMC 9xxxx Driver
3Revision 0.12
43/5/96
5Copyright 1996 Erik Stahlman
6Released under terms of the GNU General Public License.
7
8This file contains the instructions and caveats for my SMC9xxx driver. You
9should not be using the driver without reading this file.
10
11Things 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
33How to obtain the latest version?
34
35FTP:
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
40Contacting me:
41 erik@mail.vt.edu
42