📄 3c505.txt
字号:
The 3Com Etherlink Plus (3c505) driver.This driver now uses DMA. There is currently no support for PIO operation.The default DMA channel is 6; this is _not_ autoprobed, so you mustmake sure you configure it correctly. If loading the driver as amodule, you can do this with "modprobe 3c505 dma=n". If the driver islinked statically into the kernel, you must either use an "ether="statement on the command line, or change the definition of ELP_DMA in 3c505.h.The driver will warn you if it has to fall back on the compiled indefault DMA channel. If no base address is given at boot time, the driver will autoprobeports 0x300, 0x280 and 0x310 (in that order). If no IRQ is given, the driverwill try to probe for it.The driver can be used as a loadable module. See net-modules.txt for detailsof the parameters it can take. Theoretically, one instance of the driver can now run multiple cards,in the standard way (when loading a module, say "modprobe 3c505io=0x300,0x340 irq=10,11 dma=6,7" or whatever). I have not testedthis, though.The driver may now support revision 2 hardware; the dependency onbeing able to read the host control register has been removed. Thisis also untested, since I don't have a suitable card.Known problems: I still see "DMA upload timed out" messages from time to time. Theseseem to be fairly non-fatal though. The card is old and slow.To do: Improve probe/setup code Test multicast and promiscuous operationAuthors: The driver is mainly written by Craig Southeren, email <craigs@ineluki.apana.org.au>. Parts of the driver (adapting the driver to 1.1.4+ kernels, IRQ/address detection, some changes) and this README by Juha Laiho <jlaiho@ichaos.nullnet.fi>. DMA mode, more fixes, etc, by Philip Blundell <pjb27@cam.ac.uk> Multicard support, Software configurable DMA, etc., by Christopher Collins <ccollins@pcug.org.au>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -