> Rafael J. Wysocki wrote:
>> Bug-Entry :
http://bugzilla.kernel.org/show_bug.cgi?id=10080
>> Subject : 2.6.25-rc2: ohci1394 problem (MMIO broken)
>> Submitter : Thomas Meyer <thomas@m3y3r.de>
>> Date : 2008-02-20 08:47 (31 days old)
>> References :
http://lkml.org/lkml/2008/2/20/58
>> Handled-By : Stefan Richter <stefanr@s5r6.in-berlin.de>
>
> This bug is alas an orphan. It is /not/ handled by me, because it is
> not an IEEE 1394 subsystem bug and I have no idea what to do about it.
>
> Note the following:
>
> - Several or all of ohci1394's MMIO reads return ~0 (all bits set
> to one) --- or 0 --- where different values are expected.
>
> - In
http://lkml.org/lkml/2008/2/23/244 we get to see a
> WARNING: at arch/x86/mm/ioremap.c:137 __ioremap+0xa7/0x16a()
> which is "WARN_ON_ONCE(page_is_ram(pfn));".
> After that, the failures start.
> But before that, "Unknown symbol" messages pop up when ohci1394
> is loaded. These symbols are implemented by ieee1394 on which
> ohci1394 depends.
>
> More context from
http://lkml.org/lkml/2008/2/23/244:
>
>> [ 199.908169] ath_pci: wifi0: Atheros 5424/2424: mem=0x94300000, irq=17
>
> ath_hal taints the kernel.