> If you are working on the driver in my contrib dir, there are probably
> newer versions of it somewhere, but don't ask me where you could find
> them or who might have them, I don't even remember where I got that
> one from.
I think that's the one I started with.
> As far as I know some of the
If you are working on the driver in my contrib dir, there are probably
newer versions of it somewhere, but don't ask me where you could find
them or who might have them, I don't even remember where I got that
one from.
As far as I know some of the broadcom work was done together with the
amd64 por
uh, cut-n-paste error... that should be
ctlr->nic = vmap(p->mem[0].bar & ~0xf, p->mem[0].size);
ctlr->port = PCIWADDR(ctlr->nic);
- erik
> Okay, I've been taking a crack at the broadcom driver
> that's been lying around. It's pretty old and used
> the upamalloc call. But upamalloc is now gone and
> I don't seem to be able to find the right way to
> replace it. After looking at other drivers and at
> the old upamalloc code on sour