PERFORCE change 139039 for review

Scott Long scottl at FreeBSD.org
Mon Mar 31 00:12:05 PDT 2008


http://perforce.freebsd.org/chv.cgi?CH=139039

Change 139039 by scottl at scottl-deimos on 2008/03/31 07:11:26

	Merge cam_xpt#79 (rev 1.194)

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#75 integrate

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#75 (text+ko) ====

@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/cam/cam_xpt.c,v 1.192 2007/12/16 07:49:44 scottl Exp $");
+__FBSDID("$FreeBSD: src/sys/cam/cam_xpt.c,v 1.194 2008/01/28 18:13:03 brueffer Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -831,7 +831,7 @@
 			if (base_periph_found == 1) {
 				printf("xptioctl: pass driver is not in the "
 				       "kernel\n");
-				printf("xptioctl: put \"device pass0\" in "
+				printf("xptioctl: put \"device pass\" in "
 				       "your kernel config file\n");
 			}
 		}


More information about the p4-projects mailing list