linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH] Exporting ___raw_readw and friends on Alpha
@ 2001-07-31 20:20 Marc ZYNGIER
  2001-07-31 20:29 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Marc ZYNGIER @ 2001-07-31 20:20 UTC (permalink / raw)
  To: linux-kernel

Hi all,

I've been trying to use a NE2000 compatible PCMCIA card on my UDB,
using the pcnet_cs driver.

Two symbols were missing from the export list : ___raw_readw and
___raw_writew.

Once these symbols have been added to alpha_ksyms, everything is OK,
and I can enjoy my Multia with 4 ethernet interfaces :-).

Diging through the list archive, I've found the very same patch being
posted by Jan-Benedict Glaw (jbglaw@lug-owl.de) more than a year ago,
for framebuffer purposes.

Is there any reason why this patch hasn't been applied ? It should be
noted that arch/sh is exporting these symbols too.

Thanks for any comment.

        M.

--- /usr/src/linux/arch/alpha/kernel/alpha_ksyms.c	Tue Jul 31 19:32:18 2001
+++ linux/arch/alpha/kernel/alpha_ksyms.c	Tue Jul 31 21:32:04 2001
@@ -71,6 +71,14 @@
 EXPORT_SYMBOL(_writeb);
 EXPORT_SYMBOL(_writew);
 EXPORT_SYMBOL(_writel);
+EXPORT_SYMBOL(___raw_readb); 
+EXPORT_SYMBOL(___raw_readw); 
+EXPORT_SYMBOL(___raw_readl); 
+EXPORT_SYMBOL(___raw_readq); 
+EXPORT_SYMBOL(___raw_writeb); 
+EXPORT_SYMBOL(___raw_writew); 
+EXPORT_SYMBOL(___raw_writel); 
+EXPORT_SYMBOL(___raw_writeq); 
 EXPORT_SYMBOL(_memcpy_fromio);
 EXPORT_SYMBOL(_memcpy_toio);
 EXPORT_SYMBOL(_memset_c_io);

-- 
Places change, faces change. Life is so very strange.

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

* Re: [RFC][PATCH] Exporting ___raw_readw and friends on Alpha
  2001-07-31 20:20 [RFC][PATCH] Exporting ___raw_readw and friends on Alpha Marc ZYNGIER
@ 2001-07-31 20:29 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2001-07-31 20:29 UTC (permalink / raw)
  To: Marc ZYNGIER; +Cc: Linux-Kernel, rth

On 31 Jul 2001, Marc ZYNGIER wrote:
> Two symbols were missing from the export list : ___raw_readw and
> ___raw_writew.

Ok with me...  __raw_foo can be used in drivers that know what they are
doing for better performance.

	Jeff




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

end of thread, other threads:[~2001-07-31 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-31 20:20 [RFC][PATCH] Exporting ___raw_readw and friends on Alpha Marc ZYNGIER
2001-07-31 20:29 ` Jeff Garzik

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