From owner-svn-src-all@FreeBSD.ORG Fri Feb 1 06:40:54 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 D67D74EA; Fri, 1 Feb 2013 06:40:54 +0000 (UTC) (envelope-from neel@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 258E0DD7; Fri, 1 Feb 2013 06:40:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r116erkM001402; Fri, 1 Feb 2013 06:40:53 GMT (envelope-from neel@svn.freebsd.org) Received: (from neel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r116erN1001401; Fri, 1 Feb 2013 06:40:53 GMT (envelope-from neel@svn.freebsd.org) Message-Id: <201302010640.r116erN1001401@svn.freebsd.org> From: Neel Natu Date: Fri, 1 Feb 2013 06:40:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r246193 - in head/sys: dev/blackhole modules modules/blackhole X-SVN-Group: head 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: Fri, 01 Feb 2013 06:40:54 -0000 Author: neel Date: Fri Feb 1 06:40:53 2013 New Revision: 246193 URL: http://svnweb.freebsd.org/changeset/base/246193 Log: Delete the "blackhole" driver - it is not needed anymore. The "blackhole" driver was used in conjunction with bhyve to sequester pci devices intended for passthru until vmm.ko was loaded. This was useful at one point because vmm.ko could not be loaded at boot time. The same functionality can now be achieved by loading vmm.ko via the loader along with the kernel. Discussed with: grehan Obtained from: NetApp Deleted: head/sys/dev/blackhole/ head/sys/modules/blackhole/ Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Fri Feb 1 05:19:49 2013 (r246192) +++ head/sys/modules/Makefile Fri Feb 1 06:40:53 2013 (r246193) @@ -48,7 +48,6 @@ SUBDIR= \ ${_bxe} \ ${_bios} \ ${_bktr} \ - ${_blackhole} \ ${_bm} \ bridgestp \ bwi \ @@ -626,7 +625,6 @@ _amdtemp= amdtemp _arcmsr= arcmsr _asmc= asmc _bktr= bktr -_blackhole= blackhole _bxe= bxe _cardbus= cardbus _cbb= cbb