From: Salman <assembly@gofree.indigo.ie>
To: linux-kernel@vger.kernel.org
Subject: device driver modules
Date: Tue, 3 Dec 2002 15:34:02 +0000 [thread overview]
Message-ID: <200212031534.02102.assembly@gofree.indigo.ie> (raw)
In-Reply-To: <3DECC289.2050500@vgertech.com>
Hi !
I'm working with a device driver which comes in 2 modules.
One directly talking to the hardware and kernel, and the other sitting on top
of it, in user mode providing a nice interface for user applications and etc.
Basically the top layer should directly communicate with bottom layer for any
action.
I'm going through code of top layer, and it never calls the lower layer
functions ! a sample code traverses as follows (i used source navigator to go
through code)
ConnectRemoteSegment -> kcConnectR -> SISCI_IOCTL -> unixIoctl -> ioctl
all above fucntions are within the top layer code.
none are even listed in /proc/ksyms
and the ioctl function simply doesn't exist, not even in kernel source code.
I know i'm missing a major concept here, can someone guide me how to
understand what's going on.
Thanks,
Salman
next prev parent reply other threads:[~2002-12-03 15:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-03 14:16 Quad ethernet card getting assigned different channels every install Ian S. Nelson
2002-12-03 14:41 ` Nuno Silva
2002-12-03 15:34 ` Salman [this message]
[not found] ` <01cd01c29afc$1dab5900$61a1ba40@Henrique>
2002-12-03 21:58 ` device driver modules Salman
2002-12-03 20:26 ` Quad ethernet card getting assigned different channels every install bill davidsen
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=200212031534.02102.assembly@gofree.indigo.ie \
--to=assembly@gofree.indigo.ie \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome