svn commit: r272939 - head/sys/cam/ctl

Alexander Motin mav at FreeBSD.org
Sat Oct 11 12:56:50 UTC 2014


Author: mav
Date: Sat Oct 11 12:56:49 2014
New Revision: 272939
URL: https://svnweb.freebsd.org/changeset/base/272939

Log:
  Shorten frontend name.

Modified:
  head/sys/cam/ctl/scsi_ctl.c

Modified: head/sys/cam/ctl/scsi_ctl.c
==============================================================================
--- head/sys/cam/ctl/scsi_ctl.c	Sat Oct 11 10:19:37 2014	(r272938)
+++ head/sys/cam/ctl/scsi_ctl.c	Sat Oct 11 12:56:49 2014	(r272939)
@@ -230,7 +230,7 @@ static struct periph_driver ctlfe_driver
 
 static struct ctl_frontend ctlfe_frontend =
 {
-	.name = "camtarget",
+	.name = "camtgt",
 	.init = ctlfeinitialize,
 	.fe_dump = ctlfe_dump,
 	.shutdown = ctlfeshutdown,


More information about the svn-src-all mailing list