diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-02-14 22:28:51 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-02-14 22:28:51 +0000 |
| commit | 16c52c1000d92526cd09bcff41d59bfc4bfe163d (patch) | |
| tree | 22ba22e3c34c0c41d618861252e51f9cb9d5e50a /sys/dev/ed/if_edreg.h | |
| parent | b658387fbd3ed93286659be8bd5bdfa52d87ee55 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed/if_edreg.h')
| -rw-r--r-- | sys/dev/ed/if_edreg.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/sys/dev/ed/if_edreg.h b/sys/dev/ed/if_edreg.h index 5054bb673ac3c..685cbd6ad7b45 100644 --- a/sys/dev/ed/if_edreg.h +++ b/sys/dev/ed/if_edreg.h @@ -570,51 +570,6 @@ struct ed_ring { #define ED_TXBUF_SIZE 6 /* Size of TX buffer in pages */ /* - * Vendor types - */ -#define ED_VENDOR_WD_SMC 0x00 /* Western Digital/SMC */ -#define ED_VENDOR_3COM 0x01 /* 3Com */ -#define ED_VENDOR_NOVELL 0x02 /* Novell */ -#define ED_VENDOR_HP 0x03 /* Hewlett Packard */ -#define ED_VENDOR_SIC 0x04 /* Allied-Telesis SIC */ - -/* - * Compile-time config flags - */ -/* - * this sets the default for enabling/disabling the transceiver - */ -#define ED_FLAGS_DISABLE_TRANCEIVER 0x0001 - -/* - * This forces the board to be used in 8/16bit mode even if it - * autoconfigs differently - */ -#define ED_FLAGS_FORCE_8BIT_MODE 0x0002 -#define ED_FLAGS_FORCE_16BIT_MODE 0x0004 - -/* - * This disables the use of double transmit buffers. - */ -#define ED_FLAGS_NO_MULTI_BUFFERING 0x0008 - -/* - * This forces all operations with the NIC memory to use Programmed - * I/O (i.e. not via shared memory) - */ -#define ED_FLAGS_FORCE_PIO 0x0010 - -/* - * These are flags describing the chip type. - */ -#define ED_FLAGS_TOSH_ETHER 0x10000 -#define ED_FLAGS_GWETHER 0x20000 -#define ED_FLAGS_AX88190 0x30000 -#define ED_FLAGS_LINKSYS 0x80000 - -#define ED_FLAGS_GETTYPE(flg) ((flg) & 0xff0000) - -/* * Definitions for Western digital/SMC WD80x3 series ASIC */ /* |
