diff options
Diffstat (limited to 'sys/dev/le')
| -rw-r--r-- | sys/dev/le/lancereg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/le/lancereg.h b/sys/dev/le/lancereg.h index 7b08d84f5e9b..b4922b4b90be 100644 --- a/sys/dev/le/lancereg.h +++ b/sys/dev/le/lancereg.h @@ -573,7 +573,7 @@ #define LE_MODE_PROM 0x8000 /* promiscuous mode */ /* 0x7f80 reserved, must be zero */ /* 0x4000 - 0x0080 are not available on LANCE 7990. */ -#define LE_MODE_DRCVBC 0x4000 /* disable receive brodcast */ +#define LE_MODE_DRCVBC 0x4000 /* disable receive broadcast */ #define LE_MODE_DRCVPA 0x2000 /* disable physical address detection */ #define LE_MODE_DLNKTST 0x1000 /* disable link status */ #define LE_MODE_DAPC 0x0800 /* disable automatic polarity correction */ |
