Que signifie le message suivant qui apparait regulierement sur ma
console et dans mes fichiers de log :
"spurious 8259A interrupt : IRQ7"
A+
LD
--
Pour contacter l'équipe de modération : moderateurs-fcolm@efrei.fr
ATTENTION: Postez DIRECTEMENT vos articles dans le groupe, PAS dans
la liste de distribution des modérateurs.
/* * Lightweight spurious IRQ detection. We do not want * to overdo spurious IRQ handling - it's usually a sign * of hardware problems, so we only do the checks we can * do without slowing down good hardware unnecesserily. * * Note that IRQ7 and IRQ15 (the two spurious IRQs * usually resulting from the 8259A-1|2 PICs) occur * even if the IRQ is masked in the 8259A. Thus we * can check spurious 8259A IRQs without doing the * quite slow i8259A_irq_real() call for every IRQ. * This does not cover 100% of spurious interrupts, * but should be enough to warn the user that there * is something bad going on ... */
Ça indique quand même qu'il doit y avoir un problème matériel quelque part, mais la dernière fois que je suis tombé là-dessus, enlever les cartes, passer un coup d'aspirateur et remettre les cartes (en changeant l'ordre) avait réglé le problème.
Arnaud. -- When I have one foot in the grave I will tell the truth about women. I shall tell it, jump into my coffin, pull the lid over me, and say, "Do what you like now." -- Tolstoy
-- Pour contacter l'équipe de modération : ATTENTION: Postez DIRECTEMENT vos articles dans le groupe, PAS dans la liste de distribution des modérateurs.
Le 30 Sep 2003 14:53:28 GMT, Laurent DELEPINE écrivit:
Que signifie le message suivant qui apparait regulierement sur ma
console et dans mes fichiers de log :
"spurious 8259A interrupt : IRQ7"
/*
* Lightweight spurious IRQ detection. We do not want
* to overdo spurious IRQ handling - it's usually a sign
* of hardware problems, so we only do the checks we can
* do without slowing down good hardware unnecesserily.
*
* Note that IRQ7 and IRQ15 (the two spurious IRQs
* usually resulting from the 8259A-1|2 PICs) occur
* even if the IRQ is masked in the 8259A. Thus we
* can check spurious 8259A IRQs without doing the
* quite slow i8259A_irq_real() call for every IRQ.
* This does not cover 100% of spurious interrupts,
* but should be enough to warn the user that there
* is something bad going on ...
*/
Ça indique quand même qu'il doit y avoir un problème matériel
quelque part, mais la dernière fois que je suis tombé là-dessus,
enlever les cartes, passer un coup d'aspirateur et remettre les
cartes (en changeant l'ordre) avait réglé le problème.
Arnaud.
--
When I have one foot in the grave I will tell the truth about women. I
shall tell it, jump into my coffin, pull the lid over me, and say, "Do
what you like now."
-- Tolstoy
--
Pour contacter l'équipe de modération : moderateurs-fcolm@efrei.fr
ATTENTION: Postez DIRECTEMENT vos articles dans le groupe, PAS dans
la liste de distribution des modérateurs.
/* * Lightweight spurious IRQ detection. We do not want * to overdo spurious IRQ handling - it's usually a sign * of hardware problems, so we only do the checks we can * do without slowing down good hardware unnecesserily. * * Note that IRQ7 and IRQ15 (the two spurious IRQs * usually resulting from the 8259A-1|2 PICs) occur * even if the IRQ is masked in the 8259A. Thus we * can check spurious 8259A IRQs without doing the * quite slow i8259A_irq_real() call for every IRQ. * This does not cover 100% of spurious interrupts, * but should be enough to warn the user that there * is something bad going on ... */
Ça indique quand même qu'il doit y avoir un problème matériel quelque part, mais la dernière fois que je suis tombé là-dessus, enlever les cartes, passer un coup d'aspirateur et remettre les cartes (en changeant l'ordre) avait réglé le problème.
Arnaud. -- When I have one foot in the grave I will tell the truth about women. I shall tell it, jump into my coffin, pull the lid over me, and say, "Do what you like now." -- Tolstoy
-- Pour contacter l'équipe de modération : ATTENTION: Postez DIRECTEMENT vos articles dans le groupe, PAS dans la liste de distribution des modérateurs.