Where the modules for found PCI devices is loaded?

2008-10-18 Thread J . H . Kim
I'm reading kernel source code for the first time. First, I'd like to know how the PCI driver works. I found the routines which scans PCI bus and and add data structure of the found devices into bus data structure as linked list. But I got lost there. Each device probe routine seems t

Re: FYI: sched summary

2008-10-18 Thread Venky K Shankar
Henrik Austad wrote: > Hi list! > > I've just finished writing up a summary of O(1) and CFS. It's still not > completely done (I know of a few places where the wording is unfortunate), > but it has reached the state where it can be read by others :-) This is my > way of giving something back to

Re: Signal delivery

2008-10-18 Thread Venky K Shankar
Mulyadi Santosa wrote: > Hi > > On Thu, Oct 16, 2008 at 3:50 AM, Daniel Baluta <[EMAIL PROTECTED]> wrote: > >> Hello , >> >> I want to understand how kernel handles signals delivering between >> processes. >> Can you guide me through kernel code , or provide some basics ideas. >> > > For