Fix the firmware build number output (again).

This commit is contained in:
msmith 1999-12-25 01:45:22 +00:00
parent af317b8045
commit 6a880e898b

View File

@ -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) {