Hi, > This time the questions are different. > > Given the following output could anyone please tell me what is wrong ? > In explicit what does that mysterious "nobody cared" message mean? > And another stupid question: should DMA for a network card be enabled before or maybe > _after_ interrupts get enabled? And... how to convert virtual address > to physical one? The nobody cared error message is reported when a device is raising interrupts while the actual driver has not yet registered the interrupt handler. The best way to handle this for network drivers (done in rt2x00, which works fine) would be: 1 - Allocate DMA 2 - Registers interrupt handler 3 - Enable device interrupts. IvD
Attachment:
pgpJkryDl7vo5.pgp
Description: PGP signature
- References:
- NIC irq nobody cared ? virtual to physical and DMA questions
- From: Mateusz Berezecki <[email protected]>
- NIC irq nobody cared ? virtual to physical and DMA questions
- Prev by Date: Re: unable to use dpkg 2.6.15-rc2
- Next by Date: Re: Fw: crash on x86_64 - mm related?
- Previous by thread: NIC irq nobody cared ? virtual to physical and DMA questions
- Next by thread: [PATCH 2.6.15-rc3] Fix missing pfn variables caused by vm changes
- Index(es):