Radosław Kujawa | 31 May 2011 22:46
Gravatar

Previous attempt at CVPPC driver

http://mail-index.netbsd.org/port-amiga/2002/02/11/0000.html

Incredible! I wish I found this before I started the work on p5pb.

--
Best regards,
Radosław Kujawa

Frank Wille | 1 Jun 2011 11:07
Picon

Re: Previous attempt at CVPPC driver

On Tue, 31 May 2011 22:46:48 +0200
Rados?aw Kujawa <radoslaw.kujawa <at> c0ff33.net> wrote:

> http://mail-index.netbsd.org/port-amiga/2002/02/11/0000.html
> 
> Incredible! I wish I found this before I started the work on p5pb.

I didn't know about it. But nevertheless the 32-bit bus-space support
is useful and I would like to commit it when it works.

BTW, does anybody have a PCMCIA network card which makes the kernel panic?

--

-- 
Frank Wille

Radosław Kujawa | 1 Jun 2011 15:29
Gravatar

Re: Previous attempt at CVPPC driver


On Jun 1, 2011, at 11:07 AM, Frank Wille wrote:

> On Tue, 31 May 2011 22:46:48 +0200
> Rados?aw Kujawa <radoslaw.kujawa <at> c0ff33.net> wrote:
> 
>> http://mail-index.netbsd.org/port-amiga/2002/02/11/0000.html
>> 
>> Incredible! I wish I found this before I started the work on p5pb.
> 
> I didn't know about it. But nevertheless the 32-bit bus-space support
> is useful and I would like to commit it when it works.

I think it works, just needs testing. As soon as pm2fb is running, it'll be safe to declare that 32-bit
bus_space is really working. It uses these methods extensively.

> BTW, does anybody have a PCMCIA network card which makes the kernel panic?

Hmm... does Gayle even allow 32-bit accesses? I always thought that the PCMCIA is 16-bit-only on hardware level.

I have ep(4) somewhere, which just doesn't work on amiga for some unknown reason (while it works fine on
macppc). There's PR 31134 describing this. Though, that's probably totally unrelated to 32-bit
bus_space problems.

--
Best regards,
Radosław Kujawa
Frank Wille | 1 Jun 2011 16:57
Picon

Re: Previous attempt at CVPPC driver

On Wed, 1 Jun 2011 15:29:23 +0200
Rados?aw Kujawa <radoslaw.kujawa <at> c0ff33.net> wrote:

> > I didn't know about it. But nevertheless the 32-bit bus-space
> > support is useful and I would like to commit it when it works.
> 
> I think it works, just needs testing. As soon as pm2fb is running,
> it'll be safe to declare that 32-bit bus_space is really working. It
> uses these methods extensively.

Thanks. I will also run some tests with it, as soon as you think it
is ready.

> > BTW, does anybody have a PCMCIA network card which makes the kernel
> > panic?
> 
> Hmm... does Gayle even allow 32-bit accesses? I always thought that
> the PCMCIA is 16-bit-only on hardware level.

Don't know. Maybe the interface is, but the kernel wants to access the
registers in 32-bit width nevertheless? I'm no expert here either.

I just remember we had some reports about kernel panics with PCMCIA cards
in the past, because those 32-bit bus space functions were missing.

--

-- 
Frank Wille


Gmane