OpenCores
URL https://opencores.org/ocsvn/or1k_soc_on_altera_embedded_dev_kit/or1k_soc_on_altera_embedded_dev_kit/trunk

Subversion Repositories or1k_soc_on_altera_embedded_dev_kit

[/] [or1k_soc_on_altera_embedded_dev_kit/] [trunk/] [linux-2.6/] [linux-2.6.24/] [Documentation/] [networking/] [dmfe.txt] - Blame information for rev 17

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 xianfeng
Davicom DM9102(A)/DM9132/DM9801 fast ethernet driver for Linux.
2
 
3
This program is free software; you can redistribute it and/or
4
modify it under the terms of the GNU General   Public License
5
as published by the Free Software Foundation; either version 2
6
of the License, or (at your option) any later version.
7
 
8
This program is distributed in the hope that it will be useful,
9
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
GNU General Public License for more details.
12
 
13
 
14
This driver provides kernel support for Davicom DM9102(A)/DM9132/DM9801 ethernet cards ( CNET
15
10/100 ethernet cards uses Davicom chipset too, so this driver supports CNET cards too ).If you
16
didn't compile this driver as a module, it will automatically load itself on boot and print a
17
line similar to :
18
 
19
        dmfe: Davicom DM9xxx net driver, version 1.36.4 (2002-01-17)
20
 
21
If you compiled this driver as a module, you have to load it on boot.You can load it with command :
22
 
23
        insmod dmfe
24
 
25
This way it will autodetect the device mode.This is the suggested way to load the module.Or you can pass
26
a mode= setting to module while loading, like :
27
 
28
        insmod dmfe mode=0 # Force 10M Half Duplex
29
        insmod dmfe mode=1 # Force 100M Half Duplex
30
        insmod dmfe mode=4 # Force 10M Full Duplex
31
        insmod dmfe mode=5 # Force 100M Full Duplex
32
 
33
Next you should configure your network interface with a command similar to :
34
 
35
        ifconfig eth0 172.22.3.18
36
                      ^^^^^^^^^^^
37
                     Your IP Address
38
 
39
Then you may have to modify the default routing table with command :
40
 
41
        route add default eth0
42
 
43
 
44
Now your ethernet card should be up and running.
45
 
46
 
47
TODO:
48
 
49
Implement pci_driver::suspend() and pci_driver::resume() power management methods.
50
Check on 64 bit boxes.
51
Check and fix on big endian boxes.
52
Test and make sure PCI latency is now correct for all cases.
53
 
54
 
55
Authors:
56
 
57
Sten Wang    : Original Author
58
Tobias Ringstrom  : Current Maintainer
59
 
60
Contributors:
61
 
62
Marcelo Tosatti 
63
Alan Cox 
64
Jeff Garzik 
65
Vojtech Pavlik 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.