Date: Wed, 05 Apr 2000 22:15:29 -0600 From: Warner Losh <imp@village.org> To: Brooks Davis <brooks@one-eyed-alien.net> Cc: "Eric D. Futch" <efutch@nyct.net>, Stephan van Beerschoten <stephanb@whacky.net>, current@FreeBSD.org Subject: Re: dev/vx/if_vx_pci.c 5.0-CURRENT Message-ID: <200004060415.WAA88467@harmony.village.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> <Pine.BSF.4.05.10004052040150.13903-100000@bsd1.nyct.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004060415.WAA88467>