From owner-freebsd-current Wed Nov 5 10:12:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA26123 for current-outgoing; Wed, 5 Nov 1997 10:12:31 -0800 (PST) (envelope-from owner-freebsd-current) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA26113; Wed, 5 Nov 1997 10:12:26 -0800 (PST) (envelope-from fbsd@Ilsa.StevesCafe.com) Received: from Ilsa.StevesCafe.com (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.7/8.8.5) with ESMTP id LAA28697; Wed, 5 Nov 1997 11:12:17 -0700 (MST) Message-Id: <199711051812.LAA28697@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0gamma 1/27/96 From: Steve Passe To: Poul-Henning Kamp cc: current@FreeBSD.ORG Subject: Re: sio multiport irq problem In-reply-to: Your message of "Wed, 05 Nov 1997 12:18:41 +0100." <546.878728721@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Nov 1997 11:12:17 -0700 Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, > > HELP! > > sio0 at 0x3f8-0x3ff irq 4 on isa > sio0: type 16550A > sio1 at 0x2f8-0x2ff irq 3 on isa > sio1: type 16550A > sio2 at 0x2a0-0x2a7 irq 10 flags 0x10285 on isa > sio2: type 16550A (multiport master) > Freeing (NOT implemented) redirected ISA irq 10. the SMP code is involved here... > create_intr: requested irq-1 too high, limit is 23 looks like someone is using the (-1), ie ERROR result, as an IRQ value. This is returned by the SMP code that converts the redirected PCI IRQs to real APIC IRQs. Is this a PCI card, or is other breakage involved? My guess is that some plug-n-pray code is crossing paths with SMP code. -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD