* Adding PCMCIA support to the kernel tree -- developers needed.
[not found] ` <20010202183642.F30100@sonic.net>
@ 2001-02-03 7:28 ` Miles Lane
2001-02-03 10:07 ` Jeff Garzik
0 siblings, 1 reply; 5+ messages in thread
From: Miles Lane @ 2001-02-03 7:28 UTC (permalink / raw)
To: linux-kernel, linux-hotplug-devel
Hi,
I asked David Hinds to write up an outline of the things that
will be needed to get PCMCIA support cleanly and completely
integrated into the kernel tree.
David has expressed that he'll not be able to participate in
this work. He has his hands full with his day job and his
role as maintainer/developer of the pcmcia-cs package.
David, I would appreciate one additional layer of information that is
not present in your list. Would add the names of a few representative
devices for each of your bullet points? For example, for the last
list item, what are the names of the major (non-CardBus) PCI-to-PCMCIA
bridges?
Here is David's list:
> To include 16-bit PCMCIA cards in the hot plug framework would require
> few driver changes; the only mandatory changes would be in how drivers
> register themselves and are hooked up with appropriate devices:
>
> -- Make up pcmcia_device_id and pcmcia_driver types, and write new
> register/unregister calls to parallel PCI and USB drivers. This
> would eventually take over for the "ds" module and cardmgr.
>
> -- Rewrite all PCMCIA client drivers to have MODULE_DEVICE_TABLE
> entries and use the new driver services. This can all be done
> incrementally, with ds/cardmgr handling old-style drivers.
>
> -- The CIS override functionality in the PCMCIA package is unpleasant
> to support in a completely in-kernel framework.
>
> Missing functionality in the hot plug framework:
>
> -- Only new network devices generate /sbin/hotplug events now. Modify
> all other device types to also do so: the ones currently handled by
> PCMCIA include serial, parallel, SCSI (all types), and IDE.
>
> -- There is no mechanism to request a card eject in the new framework.
> This is required for clean shutdown of SCSI and IDE adapters.
>
> -- The PCMCIA device configuration scripts have a lot of capabilities
> that the hotplug scripts do not have yet. At the moment, the
> extent of device-specific hotplug configuration is running "ifup".
>
> Missing functionality in the 2.4 PCMCIA drivers:
>
> -- The yenta driver can't handle CardBus adapter cards for desktop
> systems. Many require explicit overrides for the default interrupt
> delivery settings, and a few require other special bridge settings.
>
> -- The i82365 driver can't handle (non-CardBus) PCI-to-PCMCIA bridges
> any more. Some of the PCI code in the old i82365 driver needs to
> be put back.
This list does seem to break out the work into chunks that can
be tackled more or less independently.
Anyone willing to sign up for some of this effort?
Miles
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Adding PCMCIA support to the kernel tree -- developers needed.
2001-02-03 7:28 ` Adding PCMCIA support to the kernel tree -- developers needed Miles Lane
@ 2001-02-03 10:07 ` Jeff Garzik
2001-02-04 0:00 ` Miles Lane
0 siblings, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2001-02-03 10:07 UTC (permalink / raw)
To: Miles Lane; +Cc: linux-kernel, linux-hotplug-devel
On Fri, 2 Feb 2001, Miles Lane wrote:
> I asked David Hinds to write up an outline of the things that
> will be needed to get PCMCIA support cleanly and completely
> integrated into the kernel tree.
>
> David has expressed that he'll not be able to participate in
> this work. He has his hands full with his day job and his
> role as maintainer/developer of the pcmcia-cs package.
[...]
> Anyone willing to sign up for some of this effort?
I'll convert all the network drivers once a design is agreed upon.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Adding PCMCIA support to the kernel tree -- developers needed.
2001-02-03 10:07 ` Jeff Garzik
@ 2001-02-04 0:00 ` Miles Lane
2001-02-05 1:14 ` Jeff Garzik
0 siblings, 1 reply; 5+ messages in thread
From: Miles Lane @ 2001-02-04 0:00 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-kernel, linux-hotplug-devel
Jeff Garzik wrote:
>
> On Fri, 2 Feb 2001, Miles Lane wrote:
> > I asked David Hinds to write up an outline of the things that
> > will be needed to get PCMCIA support cleanly and completely
> > integrated into the kernel tree.
> >
> > David has expressed that he'll not be able to participate in
> > this work. He has his hands full with his day job and his
> > role as maintainer/developer of the pcmcia-cs package.
> [...]
> > Anyone willing to sign up for some of this effort?
>
> I'll convert all the network drivers once a design is agreed upon.
Would you write up a proposal for this design that we could work
from to come to a agreed design? You are probably the best person
to start this process.
Thanks!
Miles
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Adding PCMCIA support to the kernel tree -- developers needed.
2001-02-04 0:00 ` Miles Lane
@ 2001-02-05 1:14 ` Jeff Garzik
2001-02-05 2:43 ` Miles Lane
0 siblings, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2001-02-05 1:14 UTC (permalink / raw)
To: Miles Lane; +Cc: linux-kernel, linux-hotplug-devel
Miles Lane wrote:
>
> Jeff Garzik wrote:
> >
> > On Fri, 2 Feb 2001, Miles Lane wrote:
> > > I asked David Hinds to write up an outline of the things that
> > > will be needed to get PCMCIA support cleanly and completely
> > > integrated into the kernel tree.
> > >
> > > David has expressed that he'll not be able to participate in
> > > this work. He has his hands full with his day job and his
> > > role as maintainer/developer of the pcmcia-cs package.
> > [...]
> > > Anyone willing to sign up for some of this effort?
> >
> > I'll convert all the network drivers once a design is agreed upon.
>
> Would you write up a proposal for this design that we could work
> from to come to a agreed design? You are probably the best person
> to start this process.
I'm going to finish my current projects first :)
--
Jeff Garzik | "You see, in this world there's two kinds of
Building 1024 | people, my friend: Those with loaded guns
MandrakeSoft | and those who dig. You dig." --Blondie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Adding PCMCIA support to the kernel tree -- developers needed.
2001-02-05 1:14 ` Jeff Garzik
@ 2001-02-05 2:43 ` Miles Lane
0 siblings, 0 replies; 5+ messages in thread
From: Miles Lane @ 2001-02-05 2:43 UTC (permalink / raw)
To: dhinds, linux-kernel, linux-hotplug-devel
As we look into developing PCMCIA support in the
2.4/2.5 kernel trees, in addition to reading the
pcmcia-cs code to learn about problems with specific
devices that need to be handled, David Hinds also
a reference page that lists some a bunch of issues
that are in varying degrees of resolution:
http://pcmcia-cs.sourceforge.net/ftp/BUGS
This may be a useful resource. I'll see whether
David has time to update this page with a bit more
detailed explanations of the problems. Some of the
items are pretty vague. For example,
the Asix AX88190 chipset, which has
several serious bugs and incompatibilities
that render the regular pcnet_cs driver
unusable
It would be nice to know exactly what those bugs
and incompatibilities are. :-)
Anyhow, I hope this helps,
Miles
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-02-05 2:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <3A711BB1.C5B8BCFB@megapathdsl.net>
[not found] ` <3A711CB1.62757B52@megapathdsl.net>
[not found] ` <20010131200621.F29731@sonic.net>
[not found] ` <3A78E3EC.8050605@megapathdsl.net>
[not found] ` <20010202183642.F30100@sonic.net>
2001-02-03 7:28 ` Adding PCMCIA support to the kernel tree -- developers needed Miles Lane
2001-02-03 10:07 ` Jeff Garzik
2001-02-04 0:00 ` Miles Lane
2001-02-05 1:14 ` Jeff Garzik
2001-02-05 2:43 ` Miles Lane
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox