From owner-freebsd-hackers Mon Dec 10 4: 8:49 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 4A82237B416 for ; Mon, 10 Dec 2001 04:08:47 -0800 (PST) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=exim) by cs.huji.ac.il with esmtp (Exim 3.33 #1) id 16DPEj-0001Dt-00 for freebsd-hackers@freebsd.org; Mon, 10 Dec 2001 14:08:45 +0200 Received: from localhost ([127.0.0.1] helo=pampa.cs.huji.ac.il ident=danny) by pampa.cs.huji.ac.il with esmtp (Exim 3.22 #2) id 16DPEj-00095k-00 for freebsd-hackers@FreeBSD.ORG; Mon, 10 Dec 2001 14:08:45 +0200 X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: freebsd-hackers@FreeBSD.ORG Subject: irq Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Dec 2001 14:08:45 +0200 From: Danny Braniss Message-Id: Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, in trying to make a klm out of the meteor driver, and in the process im stumbling onto some problems - major understatment :-) for starters, how can i get an unshared irq? at the moment the irq is shared among the video, scsi and the meteor. im using bus_alloc_resource(dev, SYS_RES_IRQ, &sc->irq_rid,0, ~0, 1, RF_ACTIVE|RF_SHAREABLE); if i drop the RF_SHAREABLE it failes :-) the device gets the irq way before i load the module: pci2: (vendor=0x8086, dev=0x1223) at 9.0 irq 9 tia, danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message