Date: Mon, 15 Sep 2014 11:22:35 -0400 From: John Baldwin <jhb@freebsd.org> To: Marcin Cieslak <saper@saper.info> Cc: freebsd-current@freebsd.org Subject: Re: panic: resource_list_alloc: resource entry is busy Message-ID: <7492500.WNyRbPK6xq@ralph.baldwin.cx> In-Reply-To: <alpine.BSF.2.11.1409122202500.62150@m.saper.info> References: <alpine.BSF.2.11.1409101241440.51386@m.saper.info> <3819796.R7BYA2qqa8@ralph.baldwin.cx> <alpine.BSF.2.11.1409122202500.62150@m.saper.info>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, September 12, 2014 10:03:26 PM Marcin Cieslak wrote: > On Fri, 12 Sep 2014, John Baldwin wrote: > >> Please note I originally loaded "i915.ko", not "i915kms.ko" > > > > Oh, that is probably your problem. X loaded i915kms automatically and > > i915 and i915kms do not get along. i915 had already allocated the IRQ > > when i915kms tried to alloc the same IRQ causing the issue. > > Would that be possible to fail with EBUSY or something instead of panic? Yes, though in this case you probably will end up with a black screen and an apparent hang due to how KMS works which wouldn't be a lot better. :( -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7492500.WNyRbPK6xq>