Fix the firmware build number output (again).

This commit is contained in:
Mike Smith 1999-12-25 01:45:22 +00:00
parent 7e864cbf08
commit b9256fe34e
1 changed files with 1 additions and 1 deletions

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