]> git.pld-linux.org Git - packages/diag-ether.git/blobdiff - diag-ether-alta-diag.patch
- gcc3 fix
[packages/diag-ether.git] / diag-ether-alta-diag.patch
diff --git a/diag-ether-alta-diag.patch b/diag-ether-alta-diag.patch
new file mode 100644 (file)
index 0000000..14d378a
--- /dev/null
@@ -0,0 +1,81 @@
+--- diag-ether/alta-diag.c.org 2004-02-22 21:23:41.000000000 +0000
++++ diag-ether/alta-diag.c     2004-02-22 21:28:03.000000000 +0000
+@@ -36,38 +36,37 @@
+ "  For details and other options see http://www.scyld.com/diag/index.html\n";
+ static const char long_usage_msg[] =
+-"Usage: %s [-aDfrRvVw] [-AF <speed+duplex>] [-#<BoardNum>]
+-
+-   Show the internal state of a network adapter.
+-
+-   The common usage is
+-      diag -aem
+-
+- Frequently used options are
+-   -a  --show_all_registers   Print all registers.
+-   -e  --show-eeprom  Dump EEPROM contents, \"-ee\" shows the details.
+-   -m  --show_mii             Print the MII transceiver state
+-                                      Using -mm monitors the link.
+-   -f  --force                Perform operation, even on a running NIC.
+-
+- To operate on a single NIC, or one that hasn't been automatically found:
+-   -#  --card_num     INDEX   Operate on the specified card index.
+-   -p  --port-base    IOADDR  Assume an adapter at the specified I/O address.
+-   -t  --chip-type    TYPE    Specify adapter type with '-p', use '-1' to list.
+-
+- To change the persistent EEPROM settings
+-   -G  --parameters PARMS     Set adapter-specific parameters.
+-   -H  --new-hwaddr 01:23:45:67:ab:cd
+-                      Set a new hardware station address.  Typically diabled, 
+-   -w  --write-EEPROM  Actually write the new settings into the EEPROM.
+-
+-   -D  --debug
+-   -v  --verbose      Report each action taken.
+-   -V  --version      Emit version information.
+-
+-   -A  --advertise <speed|setting>  (See the mii-diag manual page.)
+-";
+-
++"Usage: %s [-aDfrRvVw] [-AF <speed+duplex>] [-#<BoardNum>]\n"
++"\n"
++"   Show the internal state of a network adapter.\n"
++"\n"
++"   The common usage is\n"
++"      diag -aem\n"
++"\n"
++" Frequently used options are\n"
++"   -a  --show_all_registers  Print all registers.\n"
++"   -e  --show-eeprom Dump EEPROM contents, \"-ee\" shows the details.\n"
++"   -m  --show_mii            Print the MII transceiver state\n"
++"                                     Using -mm monitors the link.\n"
++"   -f  --force               Perform operation, even on a running NIC.\n"
++"\n"
++" To operate on a single NIC, or one that hasn't been automatically found:\n"
++"   -#  --card_num    INDEX   Operate on the specified card index.\n"
++"   -p  --port-base   IOADDR  Assume an adapter at the specified I/O address.\n"
++"   -t  --chip-type   TYPE    Specify adapter type with '-p', use '-1' to list.\n"
++"\n"
++" To change the persistent EEPROM settings\n"
++"   -G  --parameters PARMS    Set adapter-specific parameters.\n"
++"   -H  --new-hwaddr 01:23:45:67:ab:cd\n"
++"                     Set a new hardware station address.  Typically diabled,\n"
++"   -w  --write-EEPROM         Actually write the new settings into the EEPROM.\n"
++"\n"
++"   -D  --debug\n"
++"   -v  --verbose     Report each action taken.\n"
++"   -V  --version     Emit version information.\n"
++"\n"
++"   -A  --advertise <speed|setting>  (See the mii-diag manual page.)\n"
++"\n";
+ #if ! defined(__OPTIMIZE__)
+ #warning  You must compile this program with the correct options!
+ #warning  See the last lines of the source file.
+@@ -84,7 +83,7 @@
+ /* The following are required only with unaligned field accesses. */
+ #include <asm/types.h>
+-#include <asm/unaligned.h>
++// #include <asm/unaligned.h>
+ #if defined(__linux__)  &&  __GNU_LIBRARY__ == 1
+ #include <asm/io.h>                   /* Newer libraries use <sys/io.h> instead. */
This page took 0.07043 seconds and 4 git commands to generate.