FreeBSD Bugzilla – Attachment 6382 Details for
Bug 14533
pccardd improperly assigns irqs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 568 bytes, created by
Adam Wight
on 1999-10-26 06:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Adam Wight
Created:
1999-10-26 06:00:01 UTC
Size:
568 bytes
patch
obsolete
>Index: cardd.c >=================================================================== >RCS file: /usr/cvs/src/usr.sbin/pccard/pccardd/cardd.c,v >retrieving revision 1.41 >diff -u -r1.41 cardd.c >--- cardd.c 1999/08/28 01:17:35 1.41 >+++ cardd.c 1999/10/26 04:49:26 >@@ -559,7 +559,7 @@ > } > strcpy(drv.name, drvp->kernel); > drv.unit = drvp->unit; >- drv.irqmask = 1 << sp->irq; >+ drv.irqmask = 1 << sp->config->irq; > drv.flags = sp->config->flags; > if (sp->flags & MEM_ASSIGNED) { > drv.mem = sp->mem.addr;
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 14533
: 6382