Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2008 07:06:59 GMT
From:      Scott Long <scottl@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139036 for review
Message-ID:  <200803310706.m2V76xPC076813@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139036

Change 139036 by scottl@scottl-deimos on 2008/03/31 07:06:37

	Merge cam_xpt.c#76 (rev 1.191)

Affected files ...

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

Differences ...

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

@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/cam/cam_xpt.c,v 1.189 2007/06/17 05:55:53 scottl Exp $");
+__FBSDID("$FreeBSD: src/sys/cam/cam_xpt.c,v 1.191 2007/10/20 23:23:12 julian Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -1011,7 +1011,7 @@
 	}
 
 	/* fire up rescan thread */
-	if (kthread_create(xpt_scanner_thread, NULL, NULL, 0, 0, "xpt_thrd")) {
+	if (kproc_create(xpt_scanner_thread, NULL, NULL, 0, 0, "xpt_thrd")) {
 		printf("xpt_attach: failed to create rescan thread\n");
 	}
 	/* Install our software interrupt handlers */



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