From owner-freebsd-stable@FreeBSD.ORG Tue Aug 15 14:24:44 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4355716A4DA; Tue, 15 Aug 2006 14:24:44 +0000 (UTC) (envelope-from dom@goodforbusiness.co.uk) Received: from mailhost.graphdata.co.uk (mailhost.graphdata.co.uk [195.12.22.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA61E43D53; Tue, 15 Aug 2006 14:24:43 +0000 (GMT) (envelope-from dom@goodforbusiness.co.uk) Received: from localhost (localhost [127.0.0.1]) by mailhost.graphdata.co.uk (Postfix) with ESMTP id 4E6D311402A; Tue, 15 Aug 2006 15:24:42 +0100 (BST) X-Virus-Scanned: amavisd-new at graphdata.co.uk Received: from mailhost.graphdata.co.uk ([127.0.0.1]) by localhost (mailhost.graphdata.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UvDcOQV19l8L; Tue, 15 Aug 2006 15:24:38 +0100 (BST) Received: from [192.168.0.86] (gdc083.internal.graphdata.co.uk [192.168.0.86]) by mailhost.graphdata.co.uk (Postfix) with ESMTP id C3140114032; Tue, 15 Aug 2006 15:24:38 +0100 (BST) Message-ID: <44E1D926.5020602@goodforbusiness.co.uk> Date: Tue, 15 Aug 2006 15:24:38 +0100 From: Dominic Marks User-Agent: Thunderbird 1.5.0.5 (X11/20060809) MIME-Version: 1.0 To: John Baldwin References: <44D9B5B4.7010208@goodforbusiness.co.uk> <200608101341.57641.jhb@freebsd.org> <44DC4A79.7010501@goodforbusiness.co.uk> <200608111253.40972.jhb@freebsd.org> In-Reply-To: <200608111253.40972.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Device conflict 3ware twe and CMedia sound card X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Aug 2006 14:24:44 -0000 John Baldwin wrote: > On Friday 11 August 2006 05:14, Dominic Marks wrote: >> John Baldwin wrote: >>> On Thursday 10 August 2006 11:27, Dominic Marks wrote: >>>>> hint.pci3.13.INTA.irq=17 >>>>> >>>>> That should make twe0 use IRQ 17. >>>>> >>>> I doesn't seem to have had the desired effect: >>>> >>>> > kenv | grep pci3 >>>> hint.pci3.13.INTA.irq="17" >>>> >>>> > grep twe0 /var/run/dmesg.boot >>>> twe0: <3ware Storage Controller. [...]> port 0xdcb0-0xdcbf mem >>>> 0xdf000000-0xdf7fffff irq 49 at device 13.0 on pci3 >>> Erm, that should have worked. Did you just do 'kenv' to set it or did you >>> reboot and set it in the loader? Also, what version are you running, and >>> what revision of /sys/dev/pci/pci.c do you have? >>> >> I set it in devices.hints and rebooted. >> >> FreeBSD gdc083.internal.graphdata.co.uk 6.1-STABLE FreeBSD 6.1-STABLE >> #2: Mon Jul 17 16:30:13 BST 2006 >> dominicm@gdc083.internal.graphdata.co.uk:/usr/obj/usr/src/sys/GDC083 i386 >> >> /usr/src/sys/dev/pci/pci.c: >> $FreeBSD: src/sys/dev/pci/pci.c,v 1.292.2.7 2006/01/31 14:42:43 >> imp Exp $ > > Hmm, ok. Well, the next step is to try and see why it isn't working. Can you > patch the pci_assign_interrupt() function in /sys/dev/pci/pci.c to printf() > the tunable name it generates via sprintf() each time it is invoked? Then > boot with that and send me the dmesg? Thanks. > A day later than promised: > grep "DEBUG:" /var/run/dmesg.boot DEBUG: hw.pci0.2.INTA.irq DEBUG: hw.pci0.3.INTA.irq DEBUG: hw.pci0.4.INTA.irq DEBUG: hw.pci0.29.INTA.irq DEBUG: hw.pci0.29.INTB.irq DEBUG: hw.pci0.29.INTC.irq DEBUG: hw.pci0.29.INTA.irq DEBUG: hw.pci0.29.INTD.irq DEBUG: hw.pci0.31.INTA.irq DEBUG: hw.pci0.31.INTA.irq DEBUG: hw.pci0.31.INTB.irq DEBUG: hw.pci3.13.INTA.irq (**) DEBUG: hw.pci3.14.INTA.irq DEBUG: hw.pci4.0.INTA.irq DEBUG: hw.pci7.13.INTA.irq > tail -1 /boot/device.hints hint.pci3.13.INTA.irq="17" So I'm assuming this is a case of group-blindness :) s/hint/hw/ I'll see how setting hw[...] instead of hint[...] works. Thanks, Dominic