Subject: Re: "adb0 at obio?" not optional, and how to change this
To: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
From: Frederick Bruckman <fredb@immanent.net>
List: port-mac68k
Date: 02/16/2002 13:23:23
On Sat, 16 Feb 2002, Hauke Fath wrote:

> Quoting from a largely undocumented piece of NetBSD,
> conf/files.mac68k:
>
>
> device	adb { }
> attach	adb at obio_norm
> file	arch/mac68k/dev/adb.c		adb
> file	arch/mac68k/dev/adbsysasm.s
> file	arch/mac68k/dev/adb_direct.c
> file	arch/mac68k/dev/pm_direct.c
>
> device	aed
> attach	aed at adb
> file	arch/mac68k/dev/aed.c		aed needs-flag
>
>
> -- I assume that the right-hand argument is what the left-hand items
> depend upon. Would it take me further if I made "adbsysasm.s",
> "adb_direct.c", "pm_direct.c" dependent on having adb configured? (I
> shall try, but y'all know that mac68k is about beauty, not speed ;)

Take a look at arch/macppc/conf/files.macppc -- they seem to have
already done what you suggest.

Frederick