Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2001 14:08:45 +0200
From:      Danny Braniss <danny@cs.huji.ac.il>
To:        freebsd-hackers@FreeBSD.ORG
Subject:   irq
Message-ID:  <E16DPEj-00095k-00@pampa.cs.huji.ac.il>

next in thread | raw e-mail | index | archive | help
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: <unknown card> (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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16DPEj-00095k-00>