Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 6 Nov 2001 18:19:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 6 Nov 2001 18:18:17 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:19209 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Tue, 6 Nov 2001 18:17:30 -0500 To: linux-kernel@vger.kernel.org From: "H. Peter Anvin" Subject: Re: how to tell Linux *not* to share IRQs ? Date: 6 Nov 2001 15:17:12 -0800 Organization: Transmeta Corporation, Santa Clara CA Message-ID: <9s9r1o$388$1@cesium.transmeta.com> In-Reply-To: <3B6E44EE000F26DC@mta1n.bluewin.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Disclaimer: Not speaking for Transmeta in any way, shape, or form. Copyright: Copyright 2001 H. Peter Anvin - All Rights Reserved Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Followup to: By author: Chris Meadors In newsgroup: linux.dev.kernel > > On Wed, 8 Aug 2001, Per Jessen wrote: > > > Yeah - I believe the same was possible on the Z80 - though I'd have to > > go read the manual to be certain. > > It is. When I was reading the description in the previous e-mail, I was > thinking, "that sounds a lot like the Z80". > > I missed the beginning of this thead, what did the so old its new mean? > Is there a new chip supporting vectored interupts? Or are they just being > simulated in software? > The x86 supports vectored interrupts, too (at least in the same sense the Z80 does.) There are 256 interrupt vectors possible, 32 of which are reserved (although that didn't keep IBM from foolishly use them rather than the 224 that weren't...) However, the PIC architecture in the PC doesn't use this -- it lets the vectors be generated by the PIC; the standard dual PIC allows only for 15 vectors and the APIC something like 24, and it's all controlled by which input line gets pulled. Sad, isn't it? -hpa -- at work, in private! "Unix gives you enough rope to shoot yourself in the foot." http://www.zytor.com/~hpa/puzzle.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/