patch-2.4.0-test9 linux/drivers/net/sk98lin/h/xmac_ii.h
Next file: linux/drivers/net/sk98lin/skaddr.c
Previous file: linux/drivers/net/sk98lin/h/skvpd.h
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Fri Sep 15 14:34:19 2000
- Orig file:
v2.4.0-test8/linux/drivers/net/sk98lin/h/xmac_ii.h
- Orig date:
Tue Nov 23 10:15:42 1999
diff -u --recursive --new-file v2.4.0-test8/linux/drivers/net/sk98lin/h/xmac_ii.h linux/drivers/net/sk98lin/h/xmac_ii.h
@@ -2,8 +2,8 @@
*
* Name: xmac_ii.h
* Project: GEnesis, PCI Gigabit Ethernet Adapter
- * Version: $Revision: 1.25 $
- * Date: $Date: 1999/08/12 19:19:38 $
+ * Version: $Revision: 1.27 $
+ * Date: $Date: 2000/05/17 11:00:46 $
* Purpose: Defines and Macros for XaQti's Gigabit Ethernet Controller
*
******************************************************************************/
@@ -27,6 +27,12 @@
* History:
*
* $Log: xmac_ii.h,v $
+ * Revision 1.27 2000/05/17 11:00:46 malthoff
+ * Add bit for enable/disable power management in BCOM chip.
+ *
+ * Revision 1.26 1999/11/22 14:03:00 cgoos
+ * Changed license header to GPL.
+ *
* Revision 1.25 1999/08/12 19:19:38 malthoff
* Add PHY_B_AC_TX_TST bit according to BCOM A1 errata sheet.
*
@@ -930,7 +936,9 @@
#define PHY_B_AC_TX_TST (1<<10) /* Bit 10: tx test bit, always 1 */
/* Bit 9.. 8: reserved */
#define PHY_B_AC_DIS_PRF (1<<7) /* Bit 7: dis part resp filter */
- /* Bit 6.. 4: reserved */
+ /* Bit 6: reserved */
+#define PHY_B_AC_DIS_PM (1<<5) /* Bit 5: dis power management */
+ /* Bit 4: reserved */
#define PHY_B_AC_DIAG (1<<3) /* Bit 3: Diagnostic Mode */
/* Bit 2.. 0: reserved */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)