>> 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
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
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 [
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
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
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
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: