diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2013-12-29 19:21:59 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2013-12-29 19:21:59 +0000 |
| commit | f6030d6ac1774530f764008e28b237a10b48c896 (patch) | |
| tree | 04f060c0c179528dfbc3f429926b4ace36596ae4 /sys/dev/ed/if_edreg.h | |
| parent | bcfa7a867744423534292f7ebb955338dff679a3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed/if_edreg.h')
| -rw-r--r-- | sys/dev/ed/if_edreg.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sys/dev/ed/if_edreg.h b/sys/dev/ed/if_edreg.h index 9820dfd21bee0..ed2dbbe7eda54 100644 --- a/sys/dev/ed/if_edreg.h +++ b/sys/dev/ed/if_edreg.h @@ -1079,22 +1079,3 @@ struct ed_ring { #define ED_CHIP_TYPE_TC5299J 10 #define ED_CHIP_TYPE_W89C926 11 #define ED_CHIP_TYPE_WD790 12 - -/* - * MII bus definitions. These are common to both DL100xx and AX88x90 - * MII definitions, because they are standards based. - */ -#define ED_MII_STARTDELIM 0x01 -#define ED_MII_WRITEOP 0x01 -#define ED_MII_READOP 0x02 -#define ED_MII_TURNAROUND 0x02 -#define ED_MII_IDLE 0x01 - -#define ED_MII_STARTDELIM_BITS 2 -#define ED_MII_OP_BITS 2 -#define ED_MII_PHY_BITS 5 -#define ED_MII_REG_BITS 5 -#define ED_MII_TURNAROUND_BITS 2 -#define ED_MII_ACK_BITS 1 -#define ED_MII_DATA_BITS 16 -#define ED_MII_IDLE_BITS 1 |
