svn commit: r190550 - head/sys/dev/malo

Weongyo Jeong weongyo at FreeBSD.org
Mon Mar 30 04:23:25 PDT 2009


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;
 	}


More information about the svn-src-all mailing list