Date: Wed, 4 Aug 2010 16:22:19 -0400 From: John Baldwin <jhb@freebsd.org> To: freebsd-hackers@freebsd.org Cc: Hans Petter Selasky <hselasky@c2i.net> Subject: Re: Not getting interrupts from PCI express slot Message-ID: <201008041622.19372.jhb@freebsd.org> In-Reply-To: <201008041918.54028.hselasky@c2i.net> References: <201008041918.54028.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, August 04, 2010 1:18:53 pm Hans Petter Selasky wrote: > Hi, > > I'm not getting any interrupts from a PCI express slot. When I insert a > device, no attach event is generated. If the device is present during boot the > device is fully detected, but still no IRQ's. Is there anything I can do or > test? > > I'm running 8-stable on amd64. In general FreeBSD doesn't support hotplug PCI currently. Likely you'd need some sort of hotplug bridge driver similar to cbb(4) for Cardbus slots that would catch whatever interrupt is generated when a card is inserted and add the device, etc. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008041622.19372.jhb>