public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHES 2.5.67] PCMCIA hotplugging, in-kernel-matching and depmod support
@ 2003-04-08 20:56 Dominik Brodowski
  2003-04-08 21:20 ` Jeff Garzik
  0 siblings, 1 reply; 9+ messages in thread
From: Dominik Brodowski @ 2003-04-08 20:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: rmk

... and the deprecation of "cardmgr" and "cardctl"

Dear kernel developers and testers,

Updated and re-diffed revisions of my pcmcia-related patches are 
available at http://www.brodo.de/pcmcia/

These patches update the PCMCIA subsystem (16-bit) to use the driver
model matching and hotplug utilities. The "cardmgr" will not be 
needed any longer - in fact, it won't even work any longer.

They are based on kernel 2.5.67

Many thanks to David Hinds for the great PCMCIA package to build this
work onto, to David Woodhouse for parts of the code and many ideas,
to Russell King, Greg Kroah-Hartman for their insight, and to Patrick
Mochel for the great linux driver model which made implementing this
so much easier.

A descritption of each patch, and more information can be found at the said
website, http://www.brodo.de/pcmcia/index.html

	Dominik

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [PATCHES 2.5.67] PCMCIA hotplugging, in-kernel-matching and depmod support
@ 2003-04-08 22:31 Jean Tourrilhes
  2003-04-08 22:56 ` Jeff Garzik
  0 siblings, 1 reply; 9+ messages in thread
From: Jean Tourrilhes @ 2003-04-08 22:31 UTC (permalink / raw)
  To: Linux kernel mailing list, Dominik Brodowski, Jeff Garzik

Jeff Garzik wrote :
> On Tue, Apr 08, 2003 at 10:56:23PM +0200, Dominik Brodowski wrote:
> > ... and the deprecation of "cardmgr" and "cardctl"
> > 
> > Dear kernel developers and testers,
> > 
> > Updated and re-diffed revisions of my pcmcia-related patches are 
> > available at http://www.brodo.de/pcmcia/
> > 
> > These patches update the PCMCIA subsystem (16-bit) to use the driver
> > model matching and hotplug utilities. The "cardmgr" will not be 
> > needed any longer - in fact, it won't even work any longer.
> > 
> > They are based on kernel 2.5.67
> 
> Will we see pcmcia id lists making their way into low-level drivers?
> 
> That was a big stumbling block when I last looked at the "big picture"
> for pcmcia -- in-kernel drivers still required probe assistance from
> userspace via the /etc/pcmcia/* bindings.

	No ! Please don't do that, it will only bring madness.

	Example :
	Lucent/Agere Orinoco wireless card :
		manfid 0x0156,0x0002
		possible drivers : wlan_cs ; orinoco_cs
	Intersil PrismII and clones (Linksys, ...) :
		manfid 0x0156,0x0002
		possible drivers : prism2_cs ; hostap_cs

	Please explain me in details how your stuff will cope with the
above, and how to make sure the right driver is loaded in every case
and how user can control this.
	If your scheme can't cope with the simple real life example
above (I've got those cards on my desk, and those drivers on my disk),
then it's no good to me.

	Good luck...

	Jean


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

end of thread, other threads:[~2003-04-09 19:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-08 20:56 [PATCHES 2.5.67] PCMCIA hotplugging, in-kernel-matching and depmod support Dominik Brodowski
2003-04-08 21:20 ` Jeff Garzik
2003-04-08 21:34   ` Dominik Brodowski
2003-04-08 23:01     ` Jeff Garzik
2003-04-09 19:48       ` Dominik Brodowski
  -- strict thread matches above, loose matches on Subject: below --
2003-04-08 22:31 Jean Tourrilhes
2003-04-08 22:56 ` Jeff Garzik
2003-04-09  0:05   ` Jean Tourrilhes
2003-04-09  6:38     ` Dominik Brodowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox