diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-06-04 10:00:44 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-06-04 10:00:44 +0000 |
| commit | b008ab622c401ee2e705b1fe5804865982dac11c (patch) | |
| tree | 8de9bf671f6e3b255707ed11805a4cafcf4a020e /sys/dev/le | |
| parent | a5c2009dd8ab562435fb7cc2ac0922668f9511a8 (diff) | |
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 */ |
