linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* hifn_795x module on a 64 bit system
@ 2010-02-27 14:04 Michael Bohn
  2010-02-27 17:32 ` Evgeniy Polyakov
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Bohn @ 2010-02-27 14:04 UTC (permalink / raw)
  To: linux-crypto

Hello
is there a way to use the hifn_795x  module on a 64 bit system. ( with
4GB  RAM ) ?

I get this error message if I try to load this module.


# modprobe hifn_795x

FATAL: Error inserting hifn_795x
(/lib/modules/2.6.32-gentoo-r6/kernel/drivers/crypto/hifn_795x.ko):
Invalid argument

# dmesg  | grep -i hifn

[    3.466307] HIFN supports only 32-bit addresses.

[ 1147.645181] HIFN supports only 32-bit addresses.




Thanks in advance for the reply.


Michael

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: hifn_795x module on a 64 bit system
  2010-02-27 14:04 hifn_795x module on a 64 bit system Michael Bohn
@ 2010-02-27 17:32 ` Evgeniy Polyakov
  0 siblings, 0 replies; 2+ messages in thread
From: Evgeniy Polyakov @ 2010-02-27 17:32 UTC (permalink / raw)
  To: Michael Bohn; +Cc: linux-crypto

On Sat, Feb 27, 2010 at 03:04:13PM +0100, Michael Bohn (bohn75@googlemail.com) wrote:
> is there a way to use the hifn_795x  module on a 64 bit system. ( with
> 4GB  RAM ) ?
> 
> I get this error message if I try to load this module.
> 
> [    3.466307] HIFN supports only 32-bit addresses.
> [ 1147.645181] HIFN supports only 32-bit addresses.

That's it - card only works in 32bit mode, it is limited by descriptor
registers. The only way is to work this around is to allocate temporal
buffer and copy data here and there, which is unlikely to be faster than
software encryption.

-- 
	Evgeniy Polyakov

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-27 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-27 14:04 hifn_795x module on a 64 bit system Michael Bohn
2010-02-27 17:32 ` Evgeniy Polyakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).