Mailing List Archive

io mapaddr 0xc8000 not valid at smc-ultra.c:356! etc.
I keep receiving the following errors (2.3.24):
Oct 28 22:29:48 psycho kernel: io mapaddr 0xc8000 not valid at smc-ultra.c:356!
Oct 28 22:29:48 psycho kernel: io mapaddr 0xcbf00 not valid at smc-ultra.c:317!
Oct 28 22:29:48 psycho kernel: io mapaddr 0xcbf04 not valid at smc-ultra.c:341!
Oct 28 22:29:48 psycho kernel: io mapaddr 0xc8000 not valid at smc-ultra.c:356!
Oct 28 22:29:48 psycho kernel: io mapaddr 0xc8000 not valid at smc-ultra.c:356!
Oct 28 22:29:48 psycho kernel: io mapaddr 0xc8c00 not valid at smc-ultra.c:317!
Oct 28 22:29:48 psycho kernel: io mapaddr 0xc8c04 not valid at smc-ultra.c:341!
Besides, I get the following:
psycho:~# insmod nfsd
Using /lib/modules/2.3.24/fs/nfsd.o
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol nlmsvc_ops
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol lockd_down
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol rpc_garbage_args
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol xdr_decode_string
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol svc_exit_thread
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol svc_proc_unregister
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol nlmsvc_invalidate_client
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol lockd_up
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol svc_makesock
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol svc_destroy
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol svc_create_thread
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol locks_mandatory_area
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol svc_recv
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol svc_process
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol xdr_one
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol svc_create
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol nfsd_debug
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol svc_proc_register
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol nfsd_fh_free
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol svc_proc_read
/lib/modules/2.3.24/fs/nfsd.o: unresolved symbol rpc_system_err
--
*Adam Kumiszcza* <Qman@from.pl> <Qman@NULL.net> | +48 58 3036132 +48 606108180
from.pl/~qman/PGP.txt | KeyID D46BF4E5 | UIN 43143148 | Reg. Linux User #58164
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
Re: io mapaddr 0xc8000 not valid at smc-ultra.c:356! etc. [ In reply to ]
> I keep receiving the following errors (2.3.24):
>
> Oct 28 22:29:48 psycho kernel: io mapaddr 0xc8000 not valid at smc-ultra.c:356!
2.3.2x changes the rules for ISA access. I've updated the wd.c driver and 3c503
in my tree. Basically you need to be using isa_memcpy_* and the like
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
Re: io mapaddr 0xc8000 not valid at smc-ultra.c:356! etc. [ In reply to ]
<!--
On Thu, Oct 28, 1999 at 10:48:21PM +0100, Alan Cox wrote:
> > I keep receiving the following errors (2.3.24):
> >
> > Oct 28 22:29:48 psycho kernel: io mapaddr 0xc8000 not valid at smc-ultra.c:356!
>
> 2.3.2x changes the rules for ISA access. I've updated the wd.c driver and 3c503
> in my tree. Basically you need to be using isa_memcpy_* and the like
in pre-patch-2.3.25-1
in include/asm-i386/io.h :
#define eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),__io_virt(b),(c),(d))
#define isa_eth_io_copy_and_csum(a,b,c,d) eth_copy_and_sum((a),__io_virt(__ISA_IO_base + (b)),(c),(d))
It would be better to rename isa_eth_io_copy_and_csum by
isa_eth_io_copy_and_sum, no ? As it's the same function...
and it allows 3c503 driver to compile
Regards
Stéphane
--
<< On ne voit bien qu'avec le coeur, | Stephane Casset
l'essentiel est invisible | casset@inforezo.u-strasbg.fr
pour les yeux >> St. Exupery | http://inforezo.u-strasbg.fr/~casset
-->Si vous ne voyez rien c'est normal utilisez un VRAI lecteur de mails !
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/