diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-07-31 03:30:46 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-07-31 03:30:46 +0000 |
| commit | 48c912e4cef9b38b00d2fff7b1a71849537f62bf (patch) | |
| tree | fb5f2b2848903b65069f4a16e36deb94df0b97aa /sys/dev/ep | |
| parent | 1c160982107581f70753345f1c0171034c01ce83 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ep')
| -rw-r--r-- | sys/dev/ep/if_epreg.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/ep/if_epreg.h b/sys/dev/ep/if_epreg.h index 6f8e968802bd..25ab182ae40c 100644 --- a/sys/dev/ep/if_epreg.h +++ b/sys/dev/ep/if_epreg.h @@ -111,12 +111,12 @@ #define EEPROM_CHECKSUM_EL3 0x17 /************************************************************************** - * * + * * * These are the registers for the 3Com 3c509 and their bit patterns when * * applicable. They have been taken out the the "EtherLink III Parallel * * Tasking EISA and ISA Technical Reference" "Beta Draft 10/30/92" manual * * from 3com. * - * * + * * **************************************************************************/ #define EP_COMMAND 0x0e /* Write. BASE+0x0e is always a @@ -277,6 +277,11 @@ #define STATS_ENABLE (u_short) (0x15<<11) #define STATS_DISABLE (u_short) (0x16<<11) #define STOP_TRANSCEIVER (u_short) (0x17<<11) +#define TX_PLL_ENABLE (u_short) (0x18<<11) +#define TX_PLL_DISABLE (u_short) (0x19<<11) +#define POWER_UP (u_short) (0x1b<<11) +#define POWER_DOWN (u_short) (0x1b<<11) +#define POWER_AUTO (u_short) (0x1b<<11) /* * Status register. All windows. |
