From owner-svn-src-all@FreeBSD.ORG Tue Feb 26 05:12:26 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9D9609F9; Tue, 26 Feb 2013 05:12:26 +0000 (UTC) (envelope-from bryanv@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 77F77D75; Tue, 26 Feb 2013 05:12:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1Q5CQmQ072750; Tue, 26 Feb 2013 05:12:26 GMT (envelope-from bryanv@svn.freebsd.org) Received: (from bryanv@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1Q5CQ6e072749; Tue, 26 Feb 2013 05:12:26 GMT (envelope-from bryanv@svn.freebsd.org) Message-Id: <201302260512.r1Q5CQ6e072749@svn.freebsd.org> From: Bryan Venteicher Date: Tue, 26 Feb 2013 05:12:26 +0000 (UTC) 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 X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 05:12:26 -0000 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