Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/mlxctl Pull up revision 1.5 (requested by ad):
details: https://anonhg.NetBSD.org/src/rev/be1628dd7802
branches: netbsd-1-5
changeset: 493046:be1628dd7802
user: he <he%NetBSD.org@localhost>
date: Thu Apr 11 21:15:35 2002 +0000
description:
Pull up revision 1.5 (requested by ad):
Sync the firmware version report with mlx.c. Fixes PR#14155.
diffstat:
usr.sbin/mlxctl/cmds.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f7f754302ede -r be1628dd7802 usr.sbin/mlxctl/cmds.c
--- a/usr.sbin/mlxctl/cmds.c Thu Apr 11 21:14:01 2002 +0000
+++ b/usr.sbin/mlxctl/cmds.c Thu Apr 11 21:15:35 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cmds.c,v 1.4.2.2 2001/12/09 19:36:41 he Exp $ */
+/* $NetBSD: cmds.c,v 1.4.2.3 2002/04/11 21:15:35 he Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
#ifndef lint
#include <sys/cdefs.h>
-__RCSID("$NetBSD: cmds.c,v 1.4.2.2 2001/12/09 19:36:41 he Exp $");
+__RCSID("$NetBSD: cmds.c,v 1.4.2.3 2002/04/11 21:15:35 he Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -211,7 +211,7 @@
model, enq.me_actual_channels,
enq.me_actual_channels > 1 ? "s" : "",
enq.me_firmware_id[0], enq.me_firmware_id[1],
- enq.me_firmware_id[2], enq.me_firmware_id[3],
+ enq.me_firmware_id[3], enq.me_firmware_id[2],
le32toh(enq.me_mem_size) / (1024 * 1024));
if (verbosity > 0) {
Home |
Main Index |
Thread Index |
Old Index