linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* insl/outsl alternatives??
@ 2000-03-17 11:20 Andreas Tobler
  0 siblings, 0 replies; only message in thread
From: Andreas Tobler @ 2000-03-17 11:20 UTC (permalink / raw)
  To: Dev-Linux


Hi all,
in the 3c59x code I found insl and outsl commands. AFAIK they don't work
on ppc. But in misc.S insl/outsl & insl_ns/outsl_ns are implemented.
So I redefined in 3c59x.c the insl as insl_ns and the outsl as outsl_ns.
But this doesn't seem to work. (or only half way)

This is the line which is affected:

insl(ioaddr + RX_FIFO, skb_put(skb, pkt_len),(pkt_len + 3) >> 2);

Are the *_ns working correctly or do I have to pay attention to smthg.
else?

Are the in/outsl_ns equal to the i386 insl/outsl ?

Thanks

Andreas

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-03-17 11:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-03-17 11:20 insl/outsl alternatives?? Andreas Tobler

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