Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265740
b: refs/heads/master
c: e8aaebc
h: refs/heads/master
v: v3
  • Loading branch information
Mark Einon authored and David S. Miller committed Sep 15, 2011
1 parent e70a471 commit be56f36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c44f7eb4c127be8bb8b160902845b88d489492e5
refs/heads/master: e8aaebc6b2a9c36dd9705adcb8f10d14b3d33f75
6 changes: 3 additions & 3 deletions trunk/include/linux/mii.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
#define BMCR_CTST 0x0080 /* Collision test */
#define BMCR_FULLDPLX 0x0100 /* Full duplex */
#define BMCR_ANRESTART 0x0200 /* Auto negotiation restart */
#define BMCR_ISOLATE 0x0400 /* Disconnect DP83840 from MII */
#define BMCR_PDOWN 0x0800 /* Powerdown the DP83840 */
#define BMCR_ISOLATE 0x0400 /* Isolate data paths from MII */
#define BMCR_PDOWN 0x0800 /* Enable low power state */
#define BMCR_ANENABLE 0x1000 /* Enable auto negotiation */
#define BMCR_SPEED100 0x2000 /* Select 100Mbps */
#define BMCR_LOOPBACK 0x4000 /* TXD loopback bits */
#define BMCR_RESET 0x8000 /* Reset the DP83840 */
#define BMCR_RESET 0x8000 /* Reset to default state */

/* Basic mode status register. */
#define BMSR_ERCAP 0x0001 /* Ext-reg capability */
Expand Down

0 comments on commit be56f36

Please sign in to comment.