Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2009 04:13:56 +0000
From:      "Eldar T. Zaitov" <eldar@djangohosting.ru>
To:        freebsd-firewire@freebsd.org
Subject:   kernel panic on CURRENT
Message-ID:  <4A84E484.5020002@djangohosting.ru>

next in thread | raw e-mail | index | archive | help
Hi

after removing firewire from kernel and using it as module i receive
kernel panic in BUS reset.
how to reproduce:
# kldload firewire.ko

commenting out code
-- cut --
if (!kdb_active)
    taskqueue_enqueue(sc->fc.taskqueue, &sc->fwohci_task_busreset);
-- cut --
in function
static void fwohci_intr_core
preverts kernel panic, but I'm sure it's not a solution.

kldstat:
Id Refs Address    Size     Name
 1   45 0xc0400000 7e8bd4   kernel
 3    1 0xc0c0b000 1b778    snd_hda.ko
 4    2 0xc0c27000 702b4    acpi.ko
 5    1 0xc0c98000 5030     acpi_ibm.ko
 6    1 0xc0c9e000 c1d4     uhci.ko
 7    1 0xc0cab000 eaf4     ehci.ko
 8    1 0xc44ba000 b000     ntfs.ko
 9    1 0xc467e000 2f000    pf.ko
10    1 0xc4730000 f000     nfslockd.ko

if it matter - kernel was build without kdb.

Thank you.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A84E484.5020002>