>I'm trying to make a Sangoma PCI card work over an EBSA285 PCI bus with
>Linux-2.2.13-rmk2. The driver works fine under i386 and only ioremap()'ed
>memory is used to communicate with the card. The card is probed correctly
>and initialized, but at some point I get this each time the driver is
>launched:
>
>PCI: master abort pc=[<C00DD224>]
>
>The reportd PC is always the same and is located in memset:
Sounds like you might be calling memset() directly on ioremap'd memory, rather
than using memset_io. Try setting IO_FUDGE_FACTOR to zero and see if that
helps any.
p.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++ Please use [EMAIL PROTECTED] for ++
++ kernel-related discussions. ++