Subject: Re: OpenFirmware code request
To: Alex Zepeda <zipzippy@sonic.net>
From: Chuck Silvers <chuq@chuq.com>
List: port-macppc
Date: 09/15/2003 01:44:25
we can arrange to have ofw_subr.c pulled in for other drivers as well.
I take it you want the awacs driver to pull in that file also?
-Chuck
On Sat, Sep 13, 2003 at 02:48:21AM -0700, Alex Zepeda wrote:
> I'm not sure if this is the right place to ask.. but it'd be real nice if
> of_compatible was moved out of ofw_subr.c and into a more generic file..
> say one included by default on the macppc side.
>
> Or perhaps it (ofw_subr.c) could be made dependent upon something other
> than ofbus?
>
> Having of_compatible would make probing for the various sound chips a bit
> more consistant.
>
> - alex