diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-08-25 08:45:32 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-08-25 08:45:32 +0000 |
| commit | a848c85d27c8f8d6b8394a372417703a2969314c (patch) | |
| tree | e18da2f6c4d7d0974740df0881b834bd2c0c4dc3 /sys/dev/bce | |
| parent | 4f768b8acdf818f08f4f0124c1df418127720266 (diff) | |
Diffstat (limited to 'sys/dev/bce')
| -rw-r--r-- | sys/dev/bce/if_bce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index 16bfce5338a7..6cf39e035ea6 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -1221,7 +1221,7 @@ bce_attach(device_t dev) sc->bce_bc_ver[j++] = '.'; } - /* Check if any management firwmare is enabled. */ + /* Check if any management firmware is enabled. */ val = bce_shmem_rd(sc, BCE_PORT_FEATURE); if (val & BCE_PORT_FEATURE_ASF_ENABLED) { sc->bce_flags |= BCE_MFW_ENABLE_FLAG; |
