All of lore.kernel.org
 help / color / mirror / Atom feed
* framebuffer driver as a module
@ 2002-08-16 22:40 Nikhil Jagtiani
  2002-08-16 23:04 ` Petr Vandrovec
  0 siblings, 1 reply; 2+ messages in thread
From: Nikhil Jagtiani @ 2002-08-16 22:40 UTC (permalink / raw)
  To: linux-fbdev-devel

Hi,

I am running linux on an ipaq with framebuffer support. I need to enable
support for an external graphics card  through a pcmcia slot - the
driver for which does not exist.

As this is my first in terms of device driver writing, I would be
grateful for some advice.

Is it possible to write this additional driver as a dynamic kernel
module (along the lines of fbmem.c which is static), which however
itself implements all device specific functions? Can this  make use of
the same ioctl functions that fbmem.c uses (defined in fb.h)? Would
there be a conflict considering that fbmem would remain in the system?

Alternately if i am to write this as a static module (which loads onto
fbmem.c) - is there any way i could test it out without having to
recompile the kernel repeatedly?

Any other suggestions on how to proceed would be very welcome.

Many Thanks,

Nikhil Jagtiani



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

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

end of thread, other threads:[~2002-08-16 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-16 22:40 framebuffer driver as a module Nikhil Jagtiani
2002-08-16 23:04 ` Petr Vandrovec

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.