svn commit: r247305 - in stable/9/sys/modules/virtio: . scsi

Bryan Venteicher bryanv at FreeBSD.org
Tue Feb 26 05:12:26 UTC 2013


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>


More information about the svn-src-all mailing list