FreeBSD Bugzilla – Attachment 10143 Details for
Bug 20454
pccardd looses track of available I/O space
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 727 bytes, created by
pa
on 2000-08-07 14:10:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pa
Created:
2000-08-07 14:10:05 UTC
Size:
727 bytes
patch
obsolete
>*** cardd.c.orig Thu Aug 3 17:15:21 2000 >--- cardd.c Mon Aug 7 14:59:14 2000 >*************** >*** 204,213 **** > sp->cis = 0; > sp->config = 0; > /* release io */ >! bit_nset(io_avail, sp->io.addr, sp->io.addr + sp->io.size - 1); > /* release irq */ >! if (sp->irq) > pool_irq[sp->irq] = 1; > } > > /* CIS string comparison */ >--- 204,218 ---- > sp->cis = 0; > sp->config = 0; > /* release io */ >! if(sp->io.addr) { >! logmsg("Releasing I/O addr 0x%x, size %d\n", sp->io.addr, sp->io.size); >! bit_nset(io_avail, sp->io.addr, sp->io.addr + sp->io.size - 1); >! } > /* release irq */ >! if (sp->irq) { >! logmsg("Releasing IRQ %d\n", sp->irq); > pool_irq[sp->irq] = 1; >+ } > } > > /* CIS string comparison */
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 20454
: 10143