From owner-freebsd-hackers Thu Jul 11 14:27:17 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA06390 for hackers-outgoing; Thu, 11 Jul 1996 14:27:17 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA06380 for ; Thu, 11 Jul 1996 14:27:14 -0700 (PDT) Received: from misery.sdf.com ([204.244.210.193]) by misery.sdf.com with SMTP id <1162-8984>; Thu, 11 Jul 1996 14:38:15 -0800 Date: Thu, 11 Jul 1996 14:38:12 -0700 (PDT) From: Tom Samplonius To: Thomas Graichen cc: hackers@freebsd.org Subject: Re: sio / modem problems In-Reply-To: <199607112048.WAA03185@titania.physik.fu-berlin.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 11 Jul 1996, Thomas Graichen wrote: > can any sio guru please help me ? > > i have an internal creatix phone-master modem - which will be detected in > FreeBSD 2.0.5 but not in the 2.1.0 RELEASE or the march 2.2 snap - it's > configured for irq 2 and comport 4 (2e8) - i tried to hack the sioprobe You shouldn't put devices on irq 2, as it is used to cascade irqs 8 through 15 irq is only safe on a XT, which has only one irq controller. Tom