summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-12-24 07:04:23 +0000
committermsmith <msmith@FreeBSD.org>1999-12-24 07:04:23 +0000
commit8818debe3e855f5a59893827c5637ffc4476b43d (patch)
tree20b8d7978e14317e90ea777a9694ddf1f65cf08e /sys/dev/mlx
parent5c02fe91ffa23d01a5d4cbcb93313fd05eea533f (diff)
downloadFreeBSD-src-8818debe3e855f5a59893827c5637ffc4476b43d.zip
FreeBSD-src-8818debe3e855f5a59893827c5637ffc4476b43d.tar.gz
Cosmetic fix; get the firmware build code and customisation tag the
right way around. Submitted by: "Chris D. Faulhaber" <jedgar@fxp.org>
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 8057e59..fbad813 100644
--- a/sys/dev/mlx/mlx.c
+++ b/sys/dev/mlx/mlx.c
@@ -2433,8 +2433,8 @@ mlx_describe_controller(struct mlx_softc *sc)
sc->mlx_enq2->me_actual_channels > 1 ? "s" : "",
sc->mlx_enq2->me_firmware_id & 0xff,
(sc->mlx_enq2->me_firmware_id >> 8) & 0xff,
- (sc->mlx_enq2->me_firmware_id >> 16),
(sc->mlx_enq2->me_firmware_id >> 24) & 0xff,
+ (sc->mlx_enq2->me_firmware_id >> 16),
sc->mlx_enq2->me_mem_size / (1024 * 1024));
if (bootverbose) {
OpenPOWER on IntegriCloud