Re: Getting an aligned IO port

2000-05-09 Thread Warner Losh
In message <[EMAIL PROTECTED]> Duncan Barclay writes: : Should do as all I've done is "newbusified" the old hacks that were needed to : turn on the ethnernet. I couldn't get it to work before, so I think the answer is no. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: Getting an aligned IO port

2000-05-09 Thread Duncan Barclay
On 08-May-00 Warner Losh wrote: > In message <[EMAIL PROTECTED]> Duncan Barclay > writes: >: It's okay I've worked it out and got RealPorts (well mine) working in >: -current >: again. >: >: Patches mailed to -mobile. > > Cool. I'll commit them soon. Any chance these will work with the > 33.6

Re: Getting an aligned IO port

2000-05-08 Thread Warner Losh
In message <[EMAIL PROTECTED]> Duncan Barclay writes: : It's okay I've worked it out and got RealPorts (well mine) working in -current : again. : : Patches mailed to -mobile. Cool. I'll commit them soon. Any chance these will work with the 33.6 version of the card? Warner To Unsubscribe: se

Re: Getting an aligned IO port

2000-05-08 Thread Warner Losh
In message <[EMAIL PROTECTED]> Duncan Barclay writes: : So does re-allocating a resource clear the allocation for the old range? Which also means that in the res != NULL case the code I posted was bogus. You have to do a bus_release_resource(dev, res); on it. Now, where did I put the patches fo

Re: Getting an aligned IO port

2000-05-08 Thread Warner Losh
In message <[EMAIL PROTECTED]> Duncan Barclay writes: : : On 08-May-00 Warner Losh wrote: : > In message <[EMAIL PROTECTED]> Duncan Barclay : > writes: : >: How can get a 16byte aligned ISA IO port from the resource allocator? I need : >: this to get if_xe working for Realport cards. : >: : >: T

Re: Getting an aligned IO port

2000-05-08 Thread Duncan Barclay
On 08-May-00 Warner Losh wrote: > In message <[EMAIL PROTECTED]> Duncan Barclay > writes: >: How can get a 16byte aligned ISA IO port from the resource allocator? I need >: this to get if_xe working for Realport cards. >: >: This aspect of the driver is nothing to do with Warner's changes to PCC

RE: Getting an aligned IO port

2000-05-08 Thread Duncan Barclay
On 08-May-00 Duncan Barclay wrote: > Hi > > How can get a 16byte aligned ISA IO port from the resource allocator? I need > this to get if_xe working for Realport cards. It's okay I've worked it out and got RealPorts (well mine) working in -current again. Patches mailed to -mobile. Duncan ---

Re: Getting an aligned IO port

2000-05-08 Thread Warner Losh
In message <[EMAIL PROTECTED]> Duncan Barclay writes: : How can get a 16byte aligned ISA IO port from the resource allocator? I need : this to get if_xe working for Realport cards. : : This aspect of the driver is nothing to do with Warner's changes to PCCard. I'm going to have to commit the byt

Getting an aligned IO port

2000-05-08 Thread Duncan Barclay
Hi How can get a 16byte aligned ISA IO port from the resource allocator? I need this to get if_xe working for Realport cards. This aspect of the driver is nothing to do with Warner's changes to PCCard. Thanks Duncan ---