K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2013-07-12T08:03:10.154780Z K 7 svn:log V 475 PR: kern/168520 Submitted by: "YAMAMOTO, Shigeru" Reviewed by: adrian In PC-BSD 9.1, VIMAGE is enabled in the kernel config. For laptops with Bluetooth capability, such as the HP Elitebook 8460p, the kernel will panic upon bootup, because curthread->td_vnet is not initialized. Properly initialize curthread->td_vnet when initializing the Bluetooth stack. This allows laptops such as the HP Elitebook 8460p laptop to properly boot with VIMAGE kernels. END