linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Question about porting VxWorks driver
@ 2003-04-03  8:11 Donald White
  2003-04-03 15:27 ` Dan Malek
  2003-04-03 15:41 ` Vladimir Gurevich
  0 siblings, 2 replies; 3+ messages in thread
From: Donald White @ 2003-04-03  8:11 UTC (permalink / raw)
  To: linux-embedded


I am porting a Vxworks driver for an encryption chip from Vxworks to Linux on a
cutom MPC860 board.  The Linux is HHL 2.0.  The driver communicates with the chip
through chip registers and shared memory buffers.  The VxWorks driver set the system
memory cache policy to writethrough.  I am using ioremap for the chip registers and
consistent_alloc for the shared buffers.  This all works fine.  Now for my questions.

Is this the right approach for me to take?  Does Linux support designating memory
regions for writethrough caching?  If it does, should I use it rather than doing
what I am doing?

Thanks,

Don


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2003-04-03 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-03  8:11 Question about porting VxWorks driver Donald White
2003-04-03 15:27 ` Dan Malek
2003-04-03 15:41 ` Vladimir Gurevich

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).