FreeBSD Bugzilla – Attachment 10756 Details for
Bug 21461
ISA PnP resource allocator problem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.08 KB, created by
D.Rock
on 2000-09-21 20:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
D.Rock
Created:
2000-09-21 20:00:01 UTC
Size:
1.08 KB
patch
obsolete
>Index: isa_common.c >=================================================================== >RCS file: /data/cvs/src/sys/isa/isa_common.c,v >retrieving revision 1.18 >diff -u -r1.18 isa_common.c >--- isa_common.c 2000/07/12 00:42:08 1.18 >+++ isa_common.c 2000/09/21 18:37:14 >@@ -209,6 +209,13 @@ > SYS_RES_IOPORT, &i, > 0, ~0, 1, 0 /* !RF_ACTIVE */); > if (res[i]) { >+ /* HACK */ >+ if(res[i]->r_start != start) { >+ bus_release_resource(child, >+ SYS_RES_IOPORT, i, >+ res[i]); >+ continue; >+ } > result->ic_port[i].ir_start = start; > result->ic_port[i].ir_end = start + size - 1; > result->ic_port[i].ir_size = size;
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 21461
: 10756