summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-12-25 01:45:22 +0000
committermsmith <msmith@FreeBSD.org>1999-12-25 01:45:22 +0000
commit6a880e898b2346cb8844f075c34d8388cc09d626 (patch)
tree9dd7b408fa107afd1e825185cf6bdce514c5a0b8 /sys/dev/mlx
parentaf317b8045233a5f09887d0bba02ad3119df2954 (diff)
downloadFreeBSD-src-6a880e898b2346cb8844f075c34d8388cc09d626.zip
FreeBSD-src-6a880e898b2346cb8844f075c34d8388cc09d626.tar.gz
Fix the firmware build number output (again).
Diffstat (limited to 'sys/dev/mlx')
-rw-r--r--sys/dev/mlx/mlx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mlx/mlx.c b/sys/dev/mlx/mlx.c
index fbad813..8760ccd 100644
--- a/sys/dev/mlx/mlx.c
+++ b/sys/dev/mlx/mlx.c
@@ -2434,7 +2434,7 @@ mlx_describe_controller(struct mlx_softc *sc)
sc->mlx_enq2->me_firmware_id & 0xff,
(sc->mlx_enq2->me_firmware_id >> 8) & 0xff,
(sc->mlx_enq2->me_firmware_id >> 24) & 0xff,
- (sc->mlx_enq2->me_firmware_id >> 16),
+ (sc->mlx_enq2->me_firmware_id >> 16) & 0xff,
sc->mlx_enq2->me_mem_size / (1024 * 1024));
if (bootverbose) {
OpenPOWER on IntegriCloud