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] - Diff between revs 901 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 901 Rev 1765
This document describes the usage and errata of the 3Com "Vortex" device
This document describes the usage and errata of the 3Com "Vortex" device
driver for Linux.
driver for Linux.
This driver supports the following hardware:
This driver supports the following hardware:
        3c590, 3c592, 3c595, 3c597
        3c590, 3c592, 3c595, 3c597
When loaded as a module the following variables may be set:
When loaded as a module the following variables may be set:
 name    type   description
 name    type   description
 debug   int    The debug message level, 0 (no messages) to 6 (wordy).
 debug   int    The debug message level, 0 (no messages) to 6 (wordy).
 options int[]  The media type override and card operation settings
 options int[]  The media type override and card operation settings
                (See list below.)
                (See list below.)
An example of loading the vortex module is
An example of loading the vortex module is
        insmod 3c59x.o debug=1 options=0,,12
        insmod 3c59x.o debug=1 options=0,,12
This sets the debug message level to minimal messages, sets the first card to
This sets the debug message level to minimal messages, sets the first card to
the 10baseT transceiver, the second to the EEPROM-set transceiver, and the
the 10baseT transceiver, the second to the EEPROM-set transceiver, and the
third card to operate in full-duplex mode using its 100baseTx transceiver.
third card to operate in full-duplex mode using its 100baseTx transceiver.
(Note: card ordering is set by the PCI BIOS.)
(Note: card ordering is set by the PCI BIOS.)
Possible media type settings
Possible media type settings
        0        10baseT
        0        10baseT
        1       10Mbs AUI
        1       10Mbs AUI
        2       undefined
        2       undefined
        3       10base2 (BNC)
        3       10base2 (BNC)
        4       100base-TX
        4       100base-TX
        5       100base-FX
        5       100base-FX
        6       MII (not yet available)
        6       MII (not yet available)
        7       
        7       
        8       Full-duplex bit
        8       Full-duplex bit
                8 10baseT full-duplex
                8 10baseT full-duplex
                12 100baseTx full-duplex
                12 100baseTx full-duplex
        16      Bus-master enable bit (experimental use only!)
        16      Bus-master enable bit (experimental use only!)
Details of the device driver implementation are at the top of the source file.
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.