linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* MESH
@ 2000-02-22  8:30 Geert Uytterhoeven
  2000-02-22 20:59 ` MESH Benjamin Herrenschmidt
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2000-02-22  8:30 UTC (permalink / raw)
  To: Linux/PPC Development


I have troubles compiling in the MESH driver on my CHRP LongTrail. The driver
doesn't link due to the lack of

    note_scsi_host
    feature_set

which are clearly Mac-ish functions. What's the purpose of these functions? Do
I need them?

Furthermore I still find it weird that mesh.c has

    #if !defined(MODULE)
	note_scsi_host(mesh, mesh_host);
    #endif

While the note_scsi_host symbol is exported by arch/ppc/kernel/ppc_ksyms.c.

I asked these questions before, but no one answered...

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- Linux/{m68k~Amiga,PPC~CHRP} -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: MESH
  2000-02-22  8:30 MESH Geert Uytterhoeven
@ 2000-02-22 20:59 ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2000-02-22 20:59 UTC (permalink / raw)
  To: Geert Uytterhoeven, linuxppc-dev


On Tue, Feb 22, 2000, Geert Uytterhoeven <geert@linux-m68k.org> wrote:

>I have troubles compiling in the MESH driver on my CHRP LongTrail. The driver
>doesn't link due to the lack of
>
>    note_scsi_host
>    feature_set
>
>which are clearly Mac-ish functions. What's the purpose of these
functions? Do
>I need them?

feature_set is part of the feature control (abstraction over the various
"features" bits in Apple ASIC). You can disable all the mac-io/feature
stuffs in MESH on non-pmac machines.
We use them after spying macos to what looks like enabling the line drivers.

note_scsi_host is used by the pmac "guess boot device" mecanism, you can
forget it too.

>Furthermore I still find it weird that mesh.c has
>
>    #if !defined(MODULE)
>	note_scsi_host(mesh, mesh_host);
>    #endif
>
>While the note_scsi_host symbol is exported by arch/ppc/kernel/ppc_ksyms.c.

note_scsi_host is an initfunc.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-02-22 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-02-22  8:30 MESH Geert Uytterhoeven
2000-02-22 20:59 ` MESH Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).