Subject: Re: Reibl drivers
To: None <q-funk@pp.fishpool.fi>
From: maximum entropy <entropy@zippy.bernstein.com>
List: port-atari
Date: 07/14/2000 16:31:38
>Date: Fri, 14 Jul 2000 19:24:16 +0300
>From: =?ISO-8859-1?Q?Martin-=C9ric_Racine?= <q-funk@pp.fishpool.fi>
>
>Would anyone who happens to have the Reibl driver's sources be
>kind enough to mail them to me?  
>
>I am trying to improve the reliability of MiNT's drivers and
>write new ones (there were recent kernel changes that make it
>impossible to compile previous drivers) and hope to learn a few
>things by reading the NetBSD sources for the same driver.

May I suggest that you use the cvsweb interface?  The driver code by
itself won't make much sense without reading other code, such as the
VME-bus glue code, the bus_space_*() implementation, the generic LANCE
driver, and so on.  Using cvsweb will allow you to find everything you
need, when you need it.

Here are some links to get you started:

http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/syssrc/sys/arch/atari/vme/

http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/syssrc/sys/arch/atari/vme/if_le_vme.c?rev=1.11&content-type=text/x-cvsweb-markup

http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/syssrc/sys/arch/atari/vme/if_levar.h?rev=1.5&content-type=text/x-cvsweb-markup

http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/syssrc/sys/dev/ic/

http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/syssrc/sys/dev/ic/am7990.c?rev=1.58&content-type=text/x-cvsweb-markup

http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/syssrc/sys/dev/ic/am7990reg.h?rev=1.6&content-type=text/x-cvsweb-markup

http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/syssrc/sys/dev/ic/am7990var.h?rev=1.21&content-type=text/x-cvsweb-markup

http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/syssrc/sys/dev/ic/lance.c?rev=1.12&content-type=text/x-cvsweb-markup

http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/syssrc/sys/dev/ic/lancereg.h?rev=1.3&content-type=text/x-cvsweb-markup

http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/syssrc/sys/dev/ic/lancevar.h?rev=1.2&content-type=text/x-cvsweb-markup

Good luck!  

--
entropy -- it's not just a good idea, it's the second law.