All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Wirka <bobwirka@rtcworks.com>
To: netdev@oss.sgi.com
Subject: NFS and Network Driver Question
Date: Fri, 15 Oct 2004 16:31:04 -0500	[thread overview]
Message-ID: <41704198.8000206@rtcworks.com> (raw)

Hello,

I'm trying to build a kernel that mounts a NFS root file system. This is 
an embedded system; it uses an SMSC LAN91C111 network chip that is 
hardwired to I/O addres 0x300 and IRQ 5. I've been using the driver (as 
supplied by SMSC) as a module, and it works fine. Now I'm trying to 
incorporate it into the kernel build so that I can mount an NFS file 
system when the system boots.

I've added the source code to the kernel tree, and modified the 
Makefile(s) and Config.in files so that the driver <<appears>> to be 
compiled into the kernel. The kernel will load, but the chip is not 
initialized and the NFS fails.

Since I don't know how to pass the io address and irq number to the 
kernel, I've hard-coded them into the driver's init function (which I 
don't see being called).

If someone could point me in the right direction, I'd appreciate it.

Thank you,

Bob Wirka
Realtime Control Works

             reply	other threads:[~2004-10-15 21:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-15 21:31 Bob Wirka [this message]
2004-10-19 18:03 ` NFS and Network Driver Question Bob Wirka
2004-10-20  0:19 ` Bob Wirka
2004-10-20  0:54   ` Michael Richardson
2004-10-20 15:47     ` Bob Wirka
2004-10-20 15:58   ` Stephen Hemminger
2004-10-20 16:03     ` Bob Wirka
2004-10-21 15:09     ` Bob Wirka
2004-10-21 15:50       ` Bob Wirka
2004-10-21 16:17       ` Henrik Nordstrom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41704198.8000206@rtcworks.com \
    --to=bobwirka@rtcworks.com \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.