patch-2.1.29 linux/drivers/net/sunhme.h
Next file: linux/drivers/net/sunlance.c
Previous file: linux/drivers/net/sunhme.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Wed Mar 5 17:04:32 1997
- Orig file:
v2.1.28/linux/drivers/net/sunhme.h
- Orig date:
Sun Feb 2 05:18:42 1997
diff -u --recursive --new-file v2.1.28/linux/drivers/net/sunhme.h linux/drivers/net/sunhme.h
@@ -370,7 +370,7 @@
#define CSCONFIG_LED4 0x0002 /* Pin for full-dplx LED4 */
#define CSCONFIG_LED1 0x0004 /* Pin for conn-status LED1 */
#define CSCONFIG_RESV2 0x0008 /* Unused... */
-#define CSCONFIG_TXDISAB 0x0010 /* Turns off the transceiver */
+#define CSCONFIG_TCVDISAB 0x0010 /* Turns off the transceiver */
#define CSCONFIG_DFBYPASS 0x0020 /* Bypass disconnect function */
#define CSCONFIG_GLFORCE 0x0040 /* Good link force for 100mbps */
#define CSCONFIG_CLKTRISTATE 0x0080 /* Tristate 25m clock */
@@ -528,6 +528,7 @@
unsigned short sw_advertise; /* SW copy of ADVERTISE */
unsigned short sw_lpa; /* SW copy of LPA */
unsigned short sw_expansion; /* SW copy of EXPANSION */
+ unsigned short sw_csconfig; /* SW copy of CSCONFIG */
unsigned int auto_speed; /* Auto-nego link speed */
unsigned int forced_speed; /* Force mode link speed */
unsigned int poll_data; /* MIF poll data */
@@ -540,7 +541,7 @@
enum happy_timer_state timer_state; /* State of the auto-neg timer. */
unsigned int timer_ticks; /* Number of clicks at each state. */
- struct net_device_stats enet_stats; /* Statistical counters */
+ struct net_device_stats net_stats; /* Statistical counters */
struct linux_sbus_device *happy_sbus_dev; /* ;-) */
struct device *dev; /* Backpointer */
struct happy_meal *next_module;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov