Re: ISA PnP resource allocation

2000-11-14 Thread Daniel Rock
Warner Losh schrieb: In message [EMAIL PROTECTED] Daniel Rock writes: : I already filed a PR for this problem but my first solution was a real : hack (kern/21461). : : [another solution would be to introduce another flag for : rman_reserve_resource() not to search for alternate regions.

Re: ISA PnP resource allocation

2000-11-12 Thread Warner Losh
In message [EMAIL PROTECTED] Daniel Rock writes: : I already filed a PR for this problem but my first solution was a real : hack (kern/21461). : : [another solution would be to introduce another flag for : rman_reserve_resource() not to search for alternate regions. Would the alignment stuff I

Re: ISA PnP resource allocation

2000-11-10 Thread Mike Smith
Now that someone has implementented resource alignment in the resource allocator, someone could review and integrate the attached patch. This looks fine to me. I assume you'd want the same changes applied to aligning memory regions? Background: I do have an old system with several PnP

Re: ISA PnP resource allocation

2000-11-10 Thread Daniel Rock
Mike Smith schrieb: Now that someone has implementented resource alignment in the resource allocator, someone could review and integrate the attached patch. This looks fine to me. I assume you'd want the same changes applied to aligning memory regions? I didn't run in this problem, but

ISA PnP resource allocation

2000-11-09 Thread Daniel Rock
Now that someone has implementented resource alignment in the resource allocator, someone could review and integrate the attached patch. Background: I do have an old system with several PnP devices. Two of the request the following IO ports: first device: port range 0x100-0x3ff size=1 align=1