8139too.txt
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:13k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. "8139too" Fast Ethernet driver for Linux
  2.  RTL-8139, -8129, and -8130 10/100 Fast Ethernet adapters
  3. Copyright 2000,2001 Jeff Garzik <jgarzik@mandrakesoft.com>
  4.                 http://sourceforge.net/projects/gkernel/
  5.       Architectures supported (all PCI platforms):
  6.     x86, Alpha AXP, PowerPC, Sparc64
  7.     Kernel versions supported: 2.4.x
  8. Disclaimer
  9. ----------
  10. DO NOT CONTACT DONALD BECKER FOR SUPPORT OF THIS DRIVER, his driver is
  11. completely different and maintained independently of the 8139too code base.
  12. Requirements
  13. ------------
  14. Kernel 2.4.3 or later.
  15. A Fast Ethernet adapter containing an RTL8139-based chip.
  16. Introduction
  17. ------------
  18. The "8139too" Fast Ethernet driver for Linux 2.4.0 is a substantial
  19. modification of the experimental rtl8139 driver from Donald Becker,
  20. some versions of which appeared in 2.2.x and 2.3.x kernels.  The
  21. RTL-8139 is a very low-cost Fast Ethernet chip, which makes it very
  22. popular.
  23. The step from 2.2.x to 2.4.x kernels brings many new features to Linux
  24. device drivers.  Features for MMIO resources, a standard hot-plug API,
  25. and other interfaces are now becoming requirements, as drivers move
  26. off the x86 platform.  With that in mind, I have begun updating the
  27. RTL-8139 driver to current 2.3.x (2.4) kernel standards and APIs, and
  28. fixing the problems that users have been encountering.
  29. Features of 8139too
  30. -------------------
  31. [note - this list intended for people familiar with kernel drivers]
  32. ** 100% MMIO, for full speed operation.  All users (so far) have
  33. reported performance increases over their existing RTL drivers.
  34. ** Multi-platform support:  x86, Alpha, PPC, ...
  35. ** Use proper SMP spinlocking, fixing SMP interrupt bugs, making the
  36. driver portable to non-x86 SMP platforms in the process.
  37. ** Use new PCI driver API for seamless, low-maintenance hot-plug support
  38. ** Several bugs fixes from original rtl8139 1.08r (October 5, 1999),
  39. including the very common "transmit timeout" problem.
  40. * Use new resource allocation API, required for hot-plug support
  41. * Use new register read/write macros
  42. * initcall support (module_init/exit)
  43. * vastly improved debug tracing support
  44. * code formatting in many places for readability
  45. * use new init_etherdev() facilities
  46. ...and probably some other less important changes which I forgot.
  47. Installation
  48. ------------
  49. OPTION 1: Build inside kernel tree (into kernel image, or as module)
  50. (overwrite 8139too driver in kernel tree with different version)
  51. 1) cp 8139too.c $my_source_tree/drivers/net/8139too.c
  52. OPTION 2: Build outside kernel tree
  53. Use the included Makefile.
  54. Tested Adapters
  55. ---------------
  56. AOpen ALN-325C
  57. AT-2500TX 10/100 PCI Fast Ethernet Network Adapter Card
  58. KTI KF-230TX
  59. KTI KF-230TX/2
  60. Lantech FastNet TX
  61. Ovislink Fast Ethernet
  62. Planet ENW-9504 (V.4) 10/100
  63. SMC EZNET 10/100
  64. UNEX NexNIC ND012C
  65. (please add your adapter model to this list)
  66. Status of Platform Support
  67. --------------------------
  68. (see errata below for details)
  69. x86: tested, stable
  70. Alpha AXP: tested, stable
  71. PowerPC: tested, unstable
  72. Sparc64: not tested
  73. Special Thanks
  74. --------------
  75. The following people contributed invaluable testing time, feedback
  76. and/or patches during the development of this driver.  Thanks to all
  77. of them.
  78. Donald Becker, Alan Cox, Richard Stallman, Linus Torvalds - inspiration
  79. Alan Cox, Gerard Roudier - insight on posted MMIO writes
  80. Martin Mares - code review
  81. Tigran Aivazian - testing, code review, and a bug fix
  82. Chmouel Boudjnah, Alexander Dietrich, Oleg Drokin,
  83. James Fidell, Taso Hatzi, Peter K - intrepid test team
  84. And thanks to every supporter free software.
  85. (see top of 8139too.c for further credits and kudos)
  86. Submitting Bug Reports
  87. ----------------------
  88. Obtain and compile the modified rtl8139-diag source code from the
  89. 8139too driver Web site, http://sourceforge.net/projects/gkernel/
  90. This diagnostics programs, originally from Donald Becker, has been
  91. modified to display all registers on your RTL8139 chip, not just the
  92. first 0x80.
  93. If possible, send the output of a working and broken driver with
  94. rtl8139-diag -mmaaavvveefN > my-output-file.txt
  95. Send "lspci -vvv" or "cat /proc/pci" output for PCI information.
  96. Known Bugs / Errata / To-Do
  97. ---------------------------
  98. The following issues are known, and are actively being pursued.  Patches
  99. to resolve these issues is welcome.  If a problem occurs which is not in
  100. the list, please report it.  That's why we do beta releases, after all...
  101. 1) Work with Donald to merge fixes and updates into his driver.
  102. 2) ETHTOOL_SSET support
  103. 3) PPC platform has stability problems. (XXX: verify this is still true)
  104. 4) Sparc64 platform not tested at all.
  105. 8) Much improved command line / module parameter setup.  (patches and
  106. suggestions welcome)  (WIP)
  107. 9) Better documentation.  (patches welcome)
  108. 12) 10base-T support flaky or slow (todo: verify this is still true)
  109. Change History
  110. --------------
  111. Version 0.9.23 - January 16, 2002
  112. * New, compile-time conditional for testing better RX reset
  113. * Only account specific RX errors if rx_status is !OK
  114. Version 0.9.22 - November 8, 2001
  115. * Additional retries before aborting Tx
  116. * Do not write other TxConfig bits when writing clear-abort bit.
  117. * Ack TxErr intr status after each Tx abort, too.
  118. * Fix oops in interface restart
  119. Version 0.9.21 - November 1, 2001
  120. * Disable early Rx, it hurts performance and creates races.
  121. * Remove DPRINTK macro function tracing.
  122. * Better interrupt sharing behavior.
  123. * Acknowledge PCI errors.
  124. * Remove early-Rx acknowledgement, unnecessary
  125. * Remove code for uncommon case where Tx packets are
  126.   properly aligned, and do not need to be copied.
  127.   Tx packets are now always copied into a static DMA buffer,
  128.   which is allocated at interface open.
  129. * Fix problems with kernel thread exit.
  130. Version 0.9.20 - October 18, 2001
  131. * Print out notice when 8139C+ chip is detected
  132. * Add id for D-Link DFE690TXD pcmcia cardbus card (Gert Dewit)
  133. Version 0.9.19 - October 9, 2001
  134. * Eliminate buffer copy for unaligned Tx's (manfred)
  135. * Better RX error recovery (manfred)
  136. * Wake-On-LAN and ETHTOOL_GSET support (Kalle Niemitalo)
  137. * Fix assertion in PIO mode (various)
  138. Version 0.9.18 - July 6, 2001
  139. * Fix race leading to crashes on some machines.
  140. * Minimize race leading to low performance.
  141. * Correct interrupt acknowledgement to cover all three
  142.   relevant Rx events.
  143. * Add ethtool driver info support.
  144. * Collect additional driver-internal statistics.
  145. * Add descriptions for module parameters.
  146. * Support new SIOCxMIIxxx ioctls added in kernel 2.4.6.
  147. * Multicast filter big endian fix.
  148. * Support new PCI PM API added in kernel 2.4.6.
  149. Version 0.9.17 - May 7, 2001
  150. * Fix chipset wakeup bug which prevent media connection for 8139B
  151. * Print out "media is unconnected..." instead of
  152.   "partner ability 0000"
  153. Version 0.9.16 - April 14, 2001
  154. * Complete MMIO audit, disable read-after-every-write
  155. * Update Rx interrupt handling
  156. * Enable Early Rx thresholds, highly recommended to reduce
  157.   Rx FIFO overflow
  158. * Make 8129 support conditional
  159. * Support for new 2.4.3 kernel APIs
  160. * More correct PIO/MMIO PCI BAR region size checking
  161. * Add check for totally dead/missing hardware
  162. * Disable media timer code to "set full duplex"
  163. * s/spin_lock_irq/spin_lock_irqsave/
  164. * Only set AcceptMulticast if more than one mc address
  165. * Only set rx_mode if changed, in set_rx_mode
  166. * Only suspend/resume if interface is up
  167. * Always print out version upon module load, even if no devices found
  168. Version 0.9.15 - February 20, 2001
  169. * Call pci_enable_device to wake up/assign resource to device,
  170.   before actually using it.
  171. * Support wacky clone PCI ids (report from Norival Toniato Junior)
  172. * Text spelling corrections
  173. * Make sure tp->phys[] is signed
  174. * Always wake queue after hw restart, in tx_timeout
  175. * Record time of last received packet
  176. Version 0.9.14 - January 11, 2001
  177. * Merge some changes from Becker version 1.13:
  178. * Add DFE 538TX PCI id
  179. * MII read/write functions updated
  180. * Cfg93[45]6 lock/unlock fix
  181. * RTL-8129 (MII) support
  182. * Clean up spinlocking
  183. Version 0.9.13 - December, 2000
  184. * Clear blocked signals, avoid buffer overrun setting current->comm
  185. * Remove bogus PCI BAR length assertions
  186. * Remove unused 'debug' module parameter
  187. Version 0.9.12 - November 23, 2000
  188. * Kill major Tx stop/wake queue race
  189. * Use SET_MODULE_OWNER and fix module unload race
  190. * Fix cable length ("Twister") tuning
  191. * Proper media[] array length checking
  192. * Replace timer with kernel thread for twister tuning state machine
  193.   and media checking.  Fixes mdio_xxx locking, now mdio_xxx is always
  194.   protected by rtnl_lock semaphore.
  195. * Correct some sledgehammer a.k.a. overzealous spin-locks
  196. * Performance: Eliminate atomic_t for Tx counters, we don't need it
  197. * Performance: Don't copy Tx buffer if the rare case occurs where it
  198.   is aligned perfectly for us.
  199. * Eliminate needless casting of dev->priv
  200. * PIO mode selection and Twister tuning are now CONFIG_xxx options
  201.   (though purposefully not in net/Config.in... yet)
  202. Version 0.9.11 - October 28, 2000
  203. * Do not fail when PIO and MMIO region lengths do not match.
  204.   (They don't on some CardBus models, at least)
  205. * Sanity check Rx packet status and size (Tobias)
  206. * When handling a Tx timeout, disable Tx ASAP if not already.
  207. * Do not inline Tx interrupt handler (better register usage)
  208. * Handle dirty_tx signed integer wrap
  209. * Do not abort Rx processing on lack of memory, keep going
  210.   until the current Rx ring is completely handling. (Tobias)
  211. * Clean up rtl8139_close
  212. * Whitespace correction for dev_kfree_skb_irq call
  213. Version 0.9.10 - September 12, 2000
  214. * Never wrap an Rx packet (faster Rx interrupt handling)
  215. * Clear all TxAborted conditions (bug fix)
  216. * Correct copyright
  217. * More credits
  218. * Update NWay doc URL
  219. * Clean up commonly used ifdef switches
  220. * Reorg info displayed at bootup/modprobe time
  221. * Remove some unneeded spinlocks
  222. * Misc cosmetic code cleanup
  223. * Always print interrupt status for abnormal interrupts
  224. * Use RealTek-recommended FIFO and DMA burst settings (1024 bytes)
  225. Version 0.9.9 - September 9, 2000
  226. * Fix oops-able bug in Rx ring wrap calculation (David Ford)
  227. * Use PIO instead of MMIO when USE_IO_OPS is defined
  228. * Move Rx error handling out of Rx interrupt handler, resulting in
  229.   tighter Rx interrupt processing
  230. Version 0.9.8 - September 7, 2000
  231. * Propagate request_irq error value (andrew morton)
  232. * Correct potential oops bug in PCI DMA unmap code
  233. * Fix bugs related to counting/discounting of 32-bit CRC in each Rx packet
  234. * Fix 16/32-bit bug in interrupt status check
  235. * Timer cleanups (andrew morton)
  236. Version 0.9.7 - June 11, 2000
  237. * Fix support for older chips (RTL8139 early chips should now work again)
  238. Version 0.9.6 - May 30, 2000
  239. * Fix 4-extra-bytes bug
  240.   (thanks to Markus Westergren, via Santiago Garcia Mantinan)
  241. * Yet more improved chip recognition
  242. Version 0.9.5 - May 17, 2000
  243. * Improved chip version recognition
  244. * Continue banging away at receiver hang problem
  245. * Use spin_lock_irq in another spot
  246. * Don't print anything on pci_enable_device, it does so for us
  247. * Disable buggy NWay code
  248. * Define TxConfig bitmasks
  249. Version 0.9.4.1 - April 27, 2000 - third public beta release
  250. * Replace several "magic numbers" with symbolic constants
  251. * Differentiate between board-specific info and chip-specific info
  252.   (allows for easier support of specific boards or chips)
  253. * Move some of the transmit side outside of the spinlock
  254.   by using atomic variables.  Use spin_lock_irq instead of
  255.   spin_lock_irq{save,restore} in select places, for better performance.
  256. * New module option "media" for forcing media selection.  Functions the
  257.   same as "options" in other drivers, and will soon be renamed
  258.   'options' to be homogeneous.
  259. * New power management wake-up code
  260. * Slightly more verbose chip id messages in kernel log
  261. * Add/correct chip register constant list
  262. * New chipset wake up (open) logic
  263. * No longer locks CONFIGx updates
  264. * Do not set Interfame Gap (IFG) bits in TxConfig
  265. * Better Rx reset logic in case of Rx FIFO Overflow
  266. * For chips which support it, enable bit to automatically clear Rx
  267.   FIFO overflow
  268. * No longer enable and disable interrupts in interrupt handler
  269.   (technique borrowed from BSD driver, appears to have problems
  270.    with some chips)
  271. * H/W spinlock now protects ioctl
  272. * Chipset-dependent RxConfig settings
  273. Version 0.9.3.3.2 - Feb 22, 2000 - second public beta release
  274. * Begin integration of Daniel Kobras' MMIO flush patch (disabled for now)
  275. * Softnet logic updates to fix bugs and improve performance
  276. * Dynamic sizing of I/O resources (0x80 for older chips, 0xFF for newer ones)
  277. * Remove bogus SiS entries from PCI probe table
  278. * Add support for cards
  279. "Delta Electronics 8139 10/100BaseTX"
  280. "Addtron Technolgy 8139 10/100BaseTX"
  281. * Fix major bug with rx ring buffer size (also present in rtl8139.c 1.08r)
  282. * PCI DMA mapping by Dave Miller
  283. * Complete rewrite of SMP locking logic
  284. * Hotplug support
  285. * Call rtl8139_hw_start from rtl8139_open, and remove duplicated code
  286.   from rtl8139_open
  287. * Reset NWay registers to sane defaults on rtl8139_open/hw_start
  288. * Miscellaneous code cleanup
  289. Version 0.7.0 - Feb 7, 2000 - first public beta release
  290. * Initial public version, derived from Donald Becker's rtl8139.c v1.08r
  291. [EOF]