Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Ariadne Ethernet driver



On Fri, Nov 26, 1999 at 04:12:20AM +0100, ali (Anders Lindgren) wrote:
> I needed (need) to figure out how to write an ethernet-driver for the
> ariadne (and how to find it on the zbus)

uhm...

Finding on Zbus: initial one done by Amiga ROMs, which build the autoconf
device list, which is passed by the boot loader to NetBSD.

Then: arch/amiga/amiga/locore.s,amiga_init.c,machdep.c all have code snippets
related to this, in addition to arch/amiga/dev/zbus.c. And of course,
kern/subr_autoconf.c is needed, too.


Interupt handling: locore.s, machdep.c

Main code: dev/if_le_zbus.c is just a backend driver to dev/ic/am7990.c.

Regards,
        -is



Home | Main Index | Thread Index | Old Index