Re: em0+msi related panic
- From: Ruslan Ermilov <ru@xxxxxxxxxxx>
- Date: Wed, 28 Feb 2007 09:22:31 +0300
On Tue, Feb 27, 2007 at 02:32:26PM +0100, Goran Gajic wrote:
[...]
It should be:Fixed, thanks!
if ((error = bus_setup_intr(dev, adapter->res_interrupt,
INTR_TYPE_NET,NULL, em_intr_fast, adapter,
&adapter->int_handler_tag)) != 0) {
not
if ((error = bus_setup_intr(dev, adapter->res_interrupt,
INTR_TYPE_NET, em_intr_fast,NULL adapter,
&adapter->int_handler_tag)) != 0) {
Cheers,
--
Ruslan Ermilov
ru@xxxxxxxxxxx
FreeBSD committer
Attachment:
pgpKKUDABkiBD.pgp
Description: PGP signature
- References:
- em0+msi related panic
- From: Goran Gajic
- Re: em0+msi related panic
- From: Goran Gajic
- em0+msi related panic
- Prev by Date: Re: PATCH: new acpi embedded controller I/O model
- Next by Date: [head tinderbox] failure on i386/i386
- Previous by thread: Re: em0+msi related panic
- Next by thread: Re: em0+msi related panic
- Index(es):