FreeBSD Bugzilla – Attachment 16495 Details for
Bug 30224
No irq - PCI wi card doesn't allow interupt sharing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 674 bytes, created by
Peter Blok
on 2001-08-30 20:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Peter Blok
Created:
2001-08-30 20:30:01 UTC
Size:
674 bytes
patch
obsolete
>*** if_wi.c.orig Sun Jul 15 12:06:12 2001 >--- if_wi.c Sun Jul 15 11:57:02 2001 >*************** >*** 1906,1912 **** > > sc->irq_rid = 0; > sc->irq = bus_alloc_resource(dev, SYS_RES_IRQ, &sc->irq_rid, >! 0, ~0, 1, RF_ACTIVE); > if (!sc->irq) { > wi_free(dev); > device_printf(dev, "No irq?!\n"); >--- 1906,1912 ---- > > sc->irq_rid = 0; > sc->irq = bus_alloc_resource(dev, SYS_RES_IRQ, &sc->irq_rid, >! 0, ~0, 1, RF_SHAREABLE|RF_ACTIVE); > if (!sc->irq) { > wi_free(dev); > device_printf(dev, "No irq?!\n");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30224
: 16495