Re: how does kernel detects presence of a particular device

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Nov 3, 2010 at 3:24 PM, Wouter Simons <lkml@xxxxxxxxxxxxxxxx> wrote:
> On 11/03/2010 03:46 AM, Tapas Mishra wrote:
>> As far as I understand once the probe function(Not too sure) detects
>> or kernel detects then the driver would be looked up
>> and control would be handed over to driver.
>> If this is correct then how does probe works? Or how a particular
>> device's presence on PCI bus is detected.
> The PCI system is a special hardware system that replaced ISA. The
> interesting thing in a PCI system is that hardware registers itself in
> the PCI configuration register. You only need to read that to know what
> harware is connected.
>
> Perhaps that is the how part you are looking for?
Exactly you are THE man :)
> Here is the info on the PCI config register:
> http://en.wikipedia.org/wiki/PCI_configuration_space
>
> Wouter
>Thanks this makes it clear.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ



[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux