public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Jon Burgess" <Jon_Burgess@eur.3com.com>
To: linux-kernel@vger.kernel.org
Subject: Re: loosing interrupt 12 under Linux-2.4.Re: loosing interrupt 12 under Linux-2.4.[2-6]
Date: Tue, 10 Jul 2001 09:39:32 +0100	[thread overview]
Message-ID: <80256A85.002FDC1E.00@notesmta.eur.3com.com> (raw)



I had a similar problem which was caused by an interaction between the BIOS and
Linux. The Ethernet NIC was assigned IRQ 12 by the BIOS because it had the PS/2
mouse disabled, however the kernel found the mouse and used IRQ12 for both the
mouse and the Ethernet card. The result was that the Ethernet card didn't work
properly and the system would occasionally freeze. The solution was to enable
the PS/2 mouse in the BIOS.

I didn't investigate the problem further once I had found a solution but my
guess is that there were two things at fault here:

- BIOS was at fault for not properly disabling the PS/2 device in the SuperIO
whiuch would have freed IRQ12.
- I think it might be an error for a PCI device (the NIC) to share an IRQ with
an ISA device (PS/2 mouse). Perhaps the kernel should flag this?

     Jon



                 reply	other threads:[~2001-07-10  8:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=80256A85.002FDC1E.00@notesmta.eur.3com.com \
    --to=jon_burgess@eur.3com.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox