~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/networking/device_drivers/ethernet/dec/dmfe.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

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

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php