From owner-freebsd-current Wed Apr 5 21:16:21 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 18CA537B6A1 for ; Wed, 5 Apr 2000 21:16:18 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id WAA99133; Wed, 5 Apr 2000 22:16:16 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA88467; Wed, 5 Apr 2000 22:15:29 -0600 (MDT) Message-Id: <200004060415.WAA88467@harmony.village.org> To: Brooks Davis Subject: Re: dev/vx/if_vx_pci.c 5.0-CURRENT Cc: "Eric D. Futch" , Stephan van Beerschoten , current@FreeBSD.org In-reply-to: Your message of "Wed, 05 Apr 2000 18:29:27 PDT." <20000405182927.A10848@orion.ac.hmc.edu> References: <20000405182927.A10848@orion.ac.hmc.edu> <20000405154940.A14513@orion.ac.hmc.edu> Date: Wed, 05 Apr 2000 22:15:29 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000405182927.A10848@orion.ac.hmc.edu> Brooks Davis writes: : http://www.one-eyed-alien.net/~brooks/FreeBSD/if_vx.diff + irq = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, + 0, ~0, 1, RF_ACTIVE); irq = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, 0, ~0, 1, RF_ACTIVE | RF_SHAREABLE); pci devices can share interrupts. Otherwise I didn't see anything wrong with this. I have a 905B, so I can't test this driver on hardware I have :-( Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message