From owner-freebsd-multimedia Wed Jul 25 18: 7: 4 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mule.aciri.org (mule.aciri.org [192.150.187.28]) by hub.freebsd.org (Postfix) with ESMTP id 2277F37B405 for ; Wed, 25 Jul 2001 18:07:02 -0700 (PDT) (envelope-from hodson@mule.aciri.org) Received: from mule.aciri.org (localhost [127.0.0.1]) by mule.aciri.org (8.11.3/8.11.1) with ESMTP id f6Q14I000407; Wed, 25 Jul 2001 18:04:18 -0700 (PDT) (envelope-from hodson@mule.aciri.org) Message-Id: <200107260104.f6Q14I000407@mule.aciri.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Randall Hopper Cc: John Utz , Steve Frank , freebsd-multimedia@FreeBSD.ORG, hodson@aciri.org Subject: Re: CMedia CMI8738 problem In-Reply-To: Message from Randall Hopper of "Wed, 25 Jul 2001 19:30:58 EDT." <20010725193058.A18843@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Jul 2001 18:04:18 -0700 From: Orion Hodson Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message <20010725193058.A18843@nc.rr.com>,Randall Hopper writes: > John Utz: > |if you refer to his dmesg output in steve's original post, you will notice > |that his 3com isa card already owns irq11, the next line shows the CMI > |chip trying to exist at irq11 and then failing because irq11 is already > |assigned. > > I'm missing something here. In the copy of his message I got, these are > the only references to IRQ 11 that I found: > > sio0: <3COM PCI FaxModem> port 0xe400-0xe407 irq 11 at device 10.0 on pci0 > pcm0: port 0xe800-0xe8ff irq 11 at device 15.0 on pci0 > > Both appear to be PCI devices. Did I miss something? No, they are both PCI devices. Support of PCI sio devices appears to be a bolt on to the isa devices (sys/isa/sio.c). The interrupt attach routine does not set the share irq flag as the majority of PCI devices do. Hopefully there is enough flexibility in bios in question to coerce the soundcard to use a different IRQ, e.g. lock irq in slot X to the sio card. - Orion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message