Re: Need testers for aha driver change

1999-09-05 Thread Adam Wight
>> aha0 at port 0x130-0x133,0x130-0x133 irq 10 drq 6 on isa0 > ^^^ >This looks a bit wierd. I get the same thing without your patch--I believe it showed up some time between July 5th and 9th: aha0 at port 0x330-0x333,0x330-0x333 irq 11 drq 5 on isa0 aha0: AHA-14

Re: Need testers for aha driver change

1999-09-04 Thread Doug Rabson
On Sat, 4 Sep 1999, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Doug >Rabson writes: > : + aha = aha_alloc(device_get_unit(dev), > : + I386_BUS_SPACE_IO, ioport); > > Shouldn't we be getting the bus_space_tag and bus_space_handle from > the port_res r

Re: Need testers for aha driver change

1999-09-04 Thread Warner Losh
In message <[EMAIL PROTECTED]> Doug Rabson writes: : + aha = aha_alloc(device_get_unit(dev), : + I386_BUS_SPACE_IO, ioport); Shouldn't we be getting the bus_space_tag and bus_space_handle from the port_res resource? Warner To Unsubscribe: send mail to [

Re: Need testers for aha driver change

1999-09-04 Thread Warner Losh
In message <[EMAIL PROTECTED]> Doug Rabson writes: : I have just taken a pass through the aha_isa driver to convert it to : newbus and to make it use the new pnp system. Unfortunately I don't own : the hardware so I need testers, preferably both with non-pnp and pnp : cards. The code does compile

Re: Need testers for aha driver change

1999-09-04 Thread Doug Rabson
On Fri, 3 Sep 1999, Chris D. Faulhaber wrote: > Doug Rabson wrote: > > > I have just taken a pass through the aha_isa driver to convert it to > > newbus and to make it use the new pnp system. Unfortunately I don't own > > the hardware so I need testers, preferably with both non-pnp and pnp > > c

Re: Need testers for aha driver change

1999-09-03 Thread Chris D. Faulhaber
Doug Rabson wrote: > I have just taken a pass through the aha_isa driver to convert it to > newbus and to make it use the new pnp system. Unfortunately I don't own > the hardware so I need testers, preferably with both non-pnp and pnp > cards. The code does compile but I have not tested it at all

Need testers for aha driver change

1999-09-03 Thread Doug Rabson
I have just taken a pass through the aha_isa driver to convert it to newbus and to make it use the new pnp system. Unfortunately I don't own the hardware so I need testers, preferably both with non-pnp and pnp cards. The code does compile but I have not tested it at all. Here is the patch: Index: