public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/2] acpiphp: hotplug adapters with bridges on them
@ 2005-10-07 17:45 Kristen Accardi
  2005-10-13 11:29 ` Paul Ionescu
  0 siblings, 1 reply; 4+ messages in thread
From: Kristen Accardi @ 2005-10-07 17:45 UTC (permalink / raw)
  To: pcihpd-discuss, linux-kernel, acpi-devel; +Cc: rajesh.shah, greg, len.brown

These 2 patches will allow adapters with p2p bridges on them to be
successfully hotplugged using the acpiphp driver.  Currently, if you
attempt to hotplug an adapter with a p2p bridge on it, the operation
will fail because resources are not allocated to it properly.  These
patches have had very limited testing as I only have one machine and one
type of adapter to test this with.  I tested this with 2.6.14-rc2, but
the patch applies fine to rc3 as well.



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

* Re: [patch 0/2] acpiphp: hotplug adapters with bridges on them
  2005-10-07 17:45 [patch 0/2] acpiphp: hotplug adapters with bridges on them Kristen Accardi
@ 2005-10-13 11:29 ` Paul Ionescu
  2005-10-17 17:41   ` [ACPI] " Kristen Accardi
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Ionescu @ 2005-10-13 11:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: acpi-devel

On Fri, 07 Oct 2005 10:45:45 -0700, Kristen Accardi wrote:

> These 2 patches will allow adapters with p2p bridges on them to be
> successfully hotplugged using the acpiphp driver.  Currently, if you
> attempt to hotplug an adapter with a p2p bridge on it, the operation will
> fail because resources are not allocated to it properly.  These patches
> have had very limited testing as I only have one machine and one type of
> adapter to test this with.  I tested this with 2.6.14-rc2, but the patch
> applies fine to rc3 as well.

Is this patch supposed to allow me to hot-plug/hot-eject my laptop in its
docking station ?
I have an IBM T41 and a docking station with extra IDE/PCI/PCMCIA bus-es on it.
I've tried for a long time to make them work hot, but till now, I could
not make them work.
I can only use the docking station if I boot in it.

Thanks,
Paul


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

* Re: [ACPI] Re: [patch 0/2] acpiphp: hotplug adapters with bridges on them
  2005-10-13 11:29 ` Paul Ionescu
@ 2005-10-17 17:41   ` Kristen Accardi
  2005-10-17 19:09     ` Paul Ionescu
  0 siblings, 1 reply; 4+ messages in thread
From: Kristen Accardi @ 2005-10-17 17:41 UTC (permalink / raw)
  To: Paul Ionescu; +Cc: acpi-devel, linux-kernel

On Thu, 2005-10-13 at 14:29 +0300, Paul Ionescu wrote:
> On Fri, 07 Oct 2005 10:45:45 -0700, Kristen Accardi wrote:
> 
> > These 2 patches will allow adapters with p2p bridges on them to be
> > successfully hotplugged using the acpiphp driver.  Currently, if you
> > attempt to hotplug an adapter with a p2p bridge on it, the operation will
> > fail because resources are not allocated to it properly.  These patches
> > have had very limited testing as I only have one machine and one type of
> > adapter to test this with.  I tested this with 2.6.14-rc2, but the patch
> > applies fine to rc3 as well.
> 
> Is this patch supposed to allow me to hot-plug/hot-eject my laptop in its
> docking station ?


Hi Paul,
Actually, I did this patch as part of the work I'm doing to enable
docking station support.  It is necessary for docking station, however,
it isn't the only thing that is needed to get docking station to work.
The docking station patch is in progress still - and will hopefully be
ready for testing soon.

Kristen

> I have an IBM T41 and a docking station with extra IDE/PCI/PCMCIA bus-es on it.
> I've tried for a long time to make them work hot, but till now, I could
> not make them work.
> I can only use the docking station if I boot in it.
> 
> Thanks,
> Paul
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads, discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/acpi-devel

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

* Re: [ACPI] Re: [patch 0/2] acpiphp: hotplug adapters with bridges on them
  2005-10-17 17:41   ` [ACPI] " Kristen Accardi
@ 2005-10-17 19:09     ` Paul Ionescu
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Ionescu @ 2005-10-17 19:09 UTC (permalink / raw)
  To: Kristen Accardi; +Cc: acpi-devel, linux-kernel

--- Kristen Accardi <kristen.c.accardi@intel.com> wrote:

> On Thu, 2005-10-13 at 14:29 +0300, Paul Ionescu wrote:
> > On Fri, 07 Oct 2005 10:45:45 -0700, Kristen Accardi wrote:
> > 
> > > These 2 patches will allow adapters with p2p bridges on them to be
> > > successfully hotplugged using the acpiphp driver.  Currently, if you
> > > attempt to hotplug an adapter with a p2p bridge on it, the operation will
> > > fail because resources are not allocated to it properly.  These patches
> > > have had very limited testing as I only have one machine and one type of
> > > adapter to test this with.  I tested this with 2.6.14-rc2, but the patch
> > > applies fine to rc3 as well.
> > 
> > Is this patch supposed to allow me to hot-plug/hot-eject my laptop in its
> > docking station ?
> 
> 
> Hi Paul,
> Actually, I did this patch as part of the work I'm doing to enable
> docking station support.  It is necessary for docking station, however,
> it isn't the only thing that is needed to get docking station to work.
> The docking station patch is in progress still - and will hopefully be
> ready for testing soon.
> 
> Kristen

Hi Kristen,

Thanks for the info.
Just let me know when your docking station support patch is ready, and maybe I can help with
testing.

Regards,
Paul

> 
> > I have an IBM T41 and a docking station with extra IDE/PCI/PCMCIA bus-es on it.
> > I've tried for a long time to make them work hot, but till now, I could
> > not make them work.
> > I can only use the docking station if I boot in it.
> > 
> > Thanks,
> > Paul



	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

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

end of thread, other threads:[~2005-10-17 19:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-07 17:45 [patch 0/2] acpiphp: hotplug adapters with bridges on them Kristen Accardi
2005-10-13 11:29 ` Paul Ionescu
2005-10-17 17:41   ` [ACPI] " Kristen Accardi
2005-10-17 19:09     ` Paul Ionescu

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