From owner-freebsd-questions Mon Nov 25 08:00:39 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA29129 for questions-outgoing; Mon, 25 Nov 1996 08:00:39 -0800 (PST) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA29109 for ; Mon, 25 Nov 1996 08:00:27 -0800 (PST) Received: from squirrel.tgsoft.com (sdts3-62.znet.com) by mail.crl.com with SMTP id AA16116 (5.65c/IDA-1.5 for ); Mon, 25 Nov 1996 08:01:13 -0800 Received: (from thompson@localhost) by squirrel.tgsoft.com (8.7.5/8.6.12) id GAA28287; Mon, 25 Nov 1996 06:29:47 -0800 (PST) Date: Mon, 25 Nov 1996 06:29:47 -0800 (PST) Message-Id: <199611251429.GAA28287@squirrel.tgsoft.com> From: mark thompson To: freebsd-questions@freebsd.org Subject: irq conflicts Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I suppose i must be confused. I have added a soundblaster (clone) card to my ISA-based PC (clone), running 2.1.6R. Here are a couple of lines from my config: device lpt0 at isa? port? tty irq 7 vector lptintr device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr This seems to be legal. However, when sound is sent to /dev/audio, i get a burst of static, then silence... and the sound playing never completes. This sounds to me like the interrupts are not happening. Is this really a legal config (i.e. can the lpt and the sb really share an irq)? NB: The lpt works fine... -mark