~ubuntu-branches/ubuntu/warty/nictools-pci/warty

« back to all changes in this revision

Viewing changes to debian/man/tulip-diag.8

  • Committer: Bazaar Package Importer
  • Author(s): Alain Schroeder
  • Date: 2003-06-07 15:49:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20030607154919-94glbk5i7db18ve3
Tags: 1.3.6-1
* New Upstream
  * libmii v2.10
    * New chip-ids added
    * Better support for TDK, VIA and Intel chips
  * libflash v2.06
    * Include <sys/io.h> instead of <asm/io.h> on newer glibc to fix
      compile problem on alpha. (Closes: #183512)
  * alta-diag v2.03
    * added online help.
  * eepro100 v2.12
    * more cards known
    * some dokumentation changes
  * myson-diag v1.07
    * added online help
  * natsemi-diag v2.07
    * more error checking
    * support emergency eeprom rewrite
  * ns820-diag v2.04
    * added online help
    * more error checking
  * rtl8139-diag v2.11
    * added online help
    * now more informative
  * tulip-diag v2.17
    * added online help
    * more known cards and flags
  * via-diag v2.09
    * knows about more cards
    * added online help
    * more detailed information
  * vortex-diag v2.14
    * added online help
    * more detailed information
  * winbond-diag v2.01
    * added online help
* Fix compile problems with gcc-3.3 by rewriting multiline
  strings. (Closes: #194996)
* Incorporate all changes from Petter Reinholdtsen <pere@gigs.hungry.com>
  nicely prepared NMU, which never made it out of the delay queue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH TULIP-DIAG 8 "February 18, 2002"
 
2
.SH NAME
 
3
tulip-diag \- EEPROM setup and diagnostic program for ethernet cards based 
 
4
on the Digital DC21x4* chip.
 
5
.SH SYNOPSIS
 
6
.B tulip-diag
 
7
.RI [ options ]
 
8
.SH DESCRIPTION
 
9
\fBtulip-diag\fP is a program that you can use to diagnose problems with 
 
10
ethernet cards based on Digital DC21x4* chips. This includes the following 
 
11
chips: Digital and Intel 21040/041/140/142/143/145 and others from Lite-On,
 
12
LinkSys, Macronix, ASIX, Compex, STmicro, ADMtek, Davicom and Xircom.
 
13
.SH OPTIONS
 
14
These programs follow the usual GNU command line syntax, with long
 
15
options starting with two dashes (`-').
 
16
A summary of options is included below.
 
17
.TP
 
18
.B \-h, \-\-help
 
19
Show summary of options.
 
20
.TP
 
21
.B \-V, \-\-version
 
22
Show version of program.
 
23
.TP
 
24
.B \-v, \-\-verbose
 
25
Verbose mode.
 
26
.TP
 
27
.B \-q, \-\-quiet
 
28
Be very unverbose.
 
29
.TP
 
30
.B \-# <cardnum>
 
31
Use card number <cardnum>.
 
32
.TP
 
33
.B \-a, \-\-show_all_registers
 
34
Print all registers.
 
35
.TP
 
36
.B \-e, \-\-show-eeprom
 
37
Dump EEPROM contents to stdout.
 
38
.TP
 
39
.B \-E, \-\-emergency-rewrite
 
40
Re-write a corrupted EEPROM.
 
41
.TP
 
42
.B \-p, \-\-base\-address <port>
 
43
Specify port to use.
 
44
.TP
 
45
.B \-A, \-\-Advertise <mediaype>
 
46
Advertise media type. Valid Options are: 10baseT, 100baseT4, 100baseTx,
 
47
100baseTx-FD, 100baseTx-HD, 10baseT-FD and 10baseHD.
 
48
.TP
 
49
.B \-F, \-\-new\-interface <interface>
 
50
Interface number. Options that make sense are: 10baseT, 10base2, AUI, 
 
51
100baseTx, 10baseT-FDX, 100baseTx-FDX, 100baseT4, 100baseFx, 100baseFx-FDX, 
 
52
MII, HomePNA and Autosense.
 
53
.TP
 
54
.B \-H, \-\-new\-hwaddress <address>
 
55
Set card to a new hardware address.
 
56
.TP
 
57
.B \-m, \-\-show-mii
 
58
Dump MII management registers.
 
59
.TP
 
60
.B \-R, \-\-reset
 
61
Reset the transceiver.
 
62
.TP
 
63
.B \-T, \-\-test
 
64
Do register and SRAM test.
 
65
.TP
 
66
.B \-w, \-\-write\-EEPROM <values>
 
67
Write to the EEPROMS with the specified values. Do not use this, if you do not know what you do!
 
68
.TP
 
69
.B \-f, \-\-force\-detection
 
70
Try to identify the card, even if it is active.
 
71
.TP
 
72
.B \-t, \-\-chip\-type <card>
 
73
Explicitly set the chip. To get all valid numbers, run tulip-diag with the options '-t -1'.
 
74
.SH SEE ALSO
 
75
.BR mii-diag (8)
 
76
.SH AUTHOR
 
77
tulip-diag was written and is still maintained by Donald Becker 
 
78
<becker@scyld.com>.
 
79
This manual page was written by Alain Schroeder <alain@debian.org>,
 
80
for the Debian GNU/Linux system (but may be used by others).