diff options
| author | David Greenman <dg@FreeBSD.org> | 1993-06-22 12:10:07 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1993-06-22 12:10:07 +0000 |
| commit | 258445a95462ed7e9c7fe3162e434678cf49205c (patch) | |
| tree | 3454e7dbee9d23d8063012b50efd1b0db077945c /sys/dev/ed/if_edreg.h | |
| parent | b1fb6468a574cd5035e560c6dc889ac78276e62b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed/if_edreg.h')
| -rw-r--r-- | sys/dev/ed/if_edreg.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/ed/if_edreg.h b/sys/dev/ed/if_edreg.h index 00d36b3273b6c..a202848322d49 100644 --- a/sys/dev/ed/if_edreg.h +++ b/sys/dev/ed/if_edreg.h @@ -547,6 +547,14 @@ struct ed_ring { #define ED_VENDOR_3COM 0x01 /* 3Com */ /* + * Compile-time config flags + */ +/* + * this sets the default for enabling/disablng the tranceiver + */ +#define ED_FLAGS_DISABLE_TRANCEIVER 0x01 + +/* * Definitions for Western digital/SMC WD80x3 series ASIC */ /* |
