~ubuntu-branches/ubuntu/hoary/nictools-pci/hoary

« back to all changes in this revision

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