Message-ID: <008101bf0fe8$ce0497a0$293f8589@gv015029.bgo.nera.no> From: "Gisle Vanem" To: Subject: Re: deriving the interrupt vector Date: Wed, 6 Oct 1999 12:51:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com Martin Czamai said: >who can tell me how to derive the interrupt vector, when I've got the >interrupt request line (interrupt level) of a interrupt controller? intr_vector = (irq > 7) ? irq+0x68 : irq+8; Gisle V. >Martin Czamai >Martin_Czamai AT peak-service DOT com > >