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

Subversion Repositories or1k

[/] [or1k/] [tags/] [before_ORP/] [uclinux/] [uClinux-2.0.x/] [Documentation/] [networking/] [vortex.txt] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
This document describes the usage and errata of the 3Com "Vortex" device
2
driver for Linux.
3
 
4
This driver supports the following hardware:
5
        3c590, 3c592, 3c595, 3c597
6
 
7
When loaded as a module the following variables may be set:
8
 name    type   description
9
 debug   int    The debug message level, 0 (no messages) to 6 (wordy).
10
 options int[]  The media type override and card operation settings
11
                (See list below.)
12
 
13
An example of loading the vortex module is
14
        insmod 3c59x.o debug=1 options=0,,12
15
This sets the debug message level to minimal messages, sets the first card to
16
the 10baseT transceiver, the second to the EEPROM-set transceiver, and the
17
third card to operate in full-duplex mode using its 100baseTx transceiver.
18
(Note: card ordering is set by the PCI BIOS.)
19
 
20
Possible media type settings
21
 
22
        1       10Mbs AUI
23
        2       undefined
24
        3       10base2 (BNC)
25
        4       100base-TX
26
        5       100base-FX
27
        6       MII (not yet available)
28
        7       
29
 
30
        8       Full-duplex bit
31
                8 10baseT full-duplex
32
                12 100baseTx full-duplex
33
        16      Bus-master enable bit (experimental use only!)
34
 
35
Details of the device driver implementation are at the top of the source file.

powered by: WebSVN 2.1.0

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