Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2013 05:12:26 +0000 (UTC)
From:      Bryan Venteicher <bryanv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r247305 - in stable/9/sys/modules/virtio: . scsi
Message-ID:  <201302260512.r1Q5CQ6e072749@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bryanv
Date: Tue Feb 26 05:12:25 2013
New Revision: 247305
URL: http://svnweb.freebsd.org/changeset/base/247305

Log:
  MFC part of r241470 missed in r246582
  
  Add the VirtIO SCSI Makefile. I was in one directory too
  deep when I did the previous commit.
  
  Approved by:	grehan

Added:
  stable/9/sys/modules/virtio/scsi/
     - copied from r241470, head/sys/modules/virtio/scsi/
Modified:
  stable/9/sys/modules/virtio/Makefile

Modified: stable/9/sys/modules/virtio/Makefile
==============================================================================
--- stable/9/sys/modules/virtio/Makefile	Tue Feb 26 04:59:02 2013	(r247304)
+++ stable/9/sys/modules/virtio/Makefile	Tue Feb 26 05:12:25 2013	(r247305)
@@ -23,6 +23,6 @@
 # SUCH DAMAGE.
 #
 
-SUBDIR=	virtio pci network block balloon
+SUBDIR=	virtio pci network block balloon scsi
 
 .include <bsd.subdir.mk>



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