Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2009 11:23:14 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r190550 - head/sys/dev/malo
Message-ID:  <200903301123.n2UBNExd065054@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: weongyo
Date: Mon Mar 30 11:23:14 2009
New Revision: 190550
URL: http://svn.freebsd.org/changeset/base/190550

Log:
  corrects a error message.

Modified:
  head/sys/dev/malo/if_malohal.c

Modified: head/sys/dev/malo/if_malohal.c
==============================================================================
--- head/sys/dev/malo/if_malohal.c	Mon Mar 30 10:54:07 2009	(r190549)
+++ head/sys/dev/malo/if_malohal.c	Mon Mar 30 11:23:14 2009	(r190550)
@@ -128,7 +128,7 @@ malo_hal_attach(device_t dev, uint16_t d
 		       NULL,			/* lockarg */
 		       &mh->mh_dmat);
 	if (error != 0) {
-		device_printf(dev, "unable to allocate memory for cmd buffer, "
+		device_printf(dev, "unable to allocate memory for cmd tag, "
 			"error %u\n", error);
 		goto fail;
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903301123.n2UBNExd065054>