* Hot swap support in linux?
@ 2002-01-01 4:30 Raghavendra Koushik
2002-01-01 10:13 ` Alan Cox
0 siblings, 1 reply; 4+ messages in thread
From: Raghavendra Koushik @ 2002-01-01 4:30 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 214 bytes --]
Does the current linux kernel support hot swap feature for network interface
cards(NICs). I would be glad if any of you can provide me some pointers or
documentation regards the same...
Regards
Koushik
[-- Attachment #2: Wipro_Disclaimer.txt --]
[-- Type: text/plain, Size: 855 bytes --]
-----------------------------------------------------------------------------------------------------------------------
Information transmitted by this E-MAIL is proprietary to Wipro and/or its Customers and
is intended for use only by the individual or entity to which it is
addressed, and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If you are not the intended
recipient or it appears that this mail has been forwarded to you without
proper authority, you are notified that any use or dissemination of this
information in any manner is strictly prohibited. In such cases, please
notify us immediately at mailto:mailadmin@wipro.com and delete this mail
from your records.
------------------------------------------------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Hot swap support in linux?
2002-01-01 4:30 Hot swap support in linux? Raghavendra Koushik
@ 2002-01-01 10:13 ` Alan Cox
2002-01-02 11:58 ` Raghavendra Koushik
0 siblings, 1 reply; 4+ messages in thread
From: Alan Cox @ 2002-01-01 10:13 UTC (permalink / raw)
To: Raghavendra Koushik; +Cc: linux-kernel
> Does the current linux kernel support hot swap feature for network interface
> cards(NICs). I would be glad if any of you can provide me some pointers or
> documentation regards the same...
If your hardware supports it - yes. You'll need something like the compaq
hotswap pci backplanes or of course simply use cardbus
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Hot swap support in linux?
2002-01-01 10:13 ` Alan Cox
@ 2002-01-02 11:58 ` Raghavendra Koushik
2002-01-02 14:46 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Raghavendra Koushik @ 2002-01-02 11:58 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1331 bytes --]
few more questions pertaining to hot swap..
1. how exactly do I build my linux kernel with hotswap support. When I do
'make xconfig' (for linux 2.4.4 kernel) I don't see a hotplug option.
2. If I write my driver according to the new way of writing PCI drivers for
ethernet cards i.e using MODULE_DEVICE_TABLE et al, is it enough to
make
my driver hot pluggable.
3. Does the NIC need to provide any particular h/w support to make it
hotpluggable.
Thanks in advance
Koushik
-----Original Message-----
From: linux-kernel-owner@vger.kernel.org
[mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of Alan Cox
Sent: Tuesday, January 01, 2002 3:44 PM
To: Raghavendra Koushik
Cc: linux-kernel@vger.kernel.org
Subject: Re: Hot swap support in linux?
> Does the current linux kernel support hot swap feature for
network interface
> cards(NICs). I would be glad if any of you can provide me some pointers or
> documentation regards the same...
If your hardware supports it - yes. You'll need something like the compaq
hotswap pci backplanes or of course simply use cardbus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[-- Attachment #2: Wipro_Disclaimer.txt --]
[-- Type: text/plain, Size: 855 bytes --]
-----------------------------------------------------------------------------------------------------------------------
Information transmitted by this E-MAIL is proprietary to Wipro and/or its Customers and
is intended for use only by the individual or entity to which it is
addressed, and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If you are not the intended
recipient or it appears that this mail has been forwarded to you without
proper authority, you are notified that any use or dissemination of this
information in any manner is strictly prohibited. In such cases, please
notify us immediately at mailto:mailadmin@wipro.com and delete this mail
from your records.
------------------------------------------------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Hot swap support in linux?
2002-01-02 11:58 ` Raghavendra Koushik
@ 2002-01-02 14:46 ` Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2002-01-02 14:46 UTC (permalink / raw)
To: Raghavendra Koushik; +Cc: linux-kernel
On Wed, Jan 02, 2002 at 05:28:50PM +0530, Raghavendra Koushik wrote:
> few more questions pertaining to hot swap..
> 1. how exactly do I build my linux kernel with hotswap support. When I do
> 'make xconfig' (for linux 2.4.4 kernel) I don't see a hotplug option.
The PCI Hotplug code is not in the 2.4.4 kernel. It went in around
2.4.16 or so.
> 2. If I write my driver according to the new way of writing PCI drivers for
> ethernet cards i.e using MODULE_DEVICE_TABLE et al, is it enough
> to make my driver hot pluggable.
Yes.
> 3. Does the NIC need to provide any particular h/w support to make it
> hotpluggable.
No. The pci hotplug stuff is handled by a separate controller that
handles the initialization and shutdown of the individual PCI cards.
Hope this helps,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-01-02 14:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-01 4:30 Hot swap support in linux? Raghavendra Koushik
2002-01-01 10:13 ` Alan Cox
2002-01-02 11:58 ` Raghavendra Koushik
2002-01-02 14:46 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox