From 86c4c33bc8e1d5f2399e8e2abcb1f5d837b2b4d6 Mon Sep 17 00:00:00 2001 From: Sukumar Swaminathan Date: Thu, 5 Mar 2009 11:25:38 -0800 Subject: [PATCH] 6811333 Remove prom_printf() message in emlxs driver --- usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c | 2 -- usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_version.h | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c b/usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c index 155af9a56..66575ab3b 100644 --- a/usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c +++ b/usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c @@ -5017,8 +5017,6 @@ emlxs_quiesce(dev_info_t *dip) hba = ddi_get_soft_state(emlxs_soft_state, ddiinst); port = &PPORT; - prom_printf("emlxs%d: emlxs_quiesce...\n ", ddiinst); - if (hba == NULL || port == NULL) { return (DDI_FAILURE); } diff --git a/usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_version.h b/usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_version.h index 6a78047e5..7ddcd2531 100644 --- a/usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_version.h +++ b/usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_version.h @@ -32,10 +32,10 @@ extern "C" { #endif -#define EMLXS_VERSION "2.40f" +#define EMLXS_VERSION "2.40fx1" #define EMLXS_DATE_MINUTE "30" /* 00-59 */ -#define EMLXS_DATE_HOUR "16" /* 00-23 */ -#define EMLXS_DATE_DAY "10" /* 00-31 */ +#define EMLXS_DATE_HOUR "12" /* 00-23 */ +#define EMLXS_DATE_DAY "27" /* 00-31 */ #define EMLXS_DATE_MONTH "02" /* 01-12 */ #define EMLXS_DATE_YEAR "2009" /* YYYY */ -- 2.11.4.GIT