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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"