In message <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to