Subject: Re: Link failures with mac68k kernels
To: Colin Wood <cwood@ichips.intel.com>
From: Colin Wood <cwood@ichips.intel.com>
List: port-mac68k
Date: 03/31/1998 14:11:12
Colin Wood wrote:
> erik@mediator.uni-c.dk wrote:
> > Am I the only one having link failures while building a -current
> > mac68k kernel -- caused by bus_space.c not being compiled and
> > linked into the kernel ?
>
> No, but no one has filed a PR on it, so no one knows there's a problem :-)
>
> If bus_space.c is not being compiled, my guess would be that the fix is to
> add the file to the list in sys/arch/mac68k/conf/files.mac68k
>
> Hopefully, Scott will have this fixed shortly....
Ok, I just did this myself. Hopefully, it will show up in tomorrow's SUP
scan. Attached below is the diff for my change. Scott, if I screwed
anything up, please kill me quickly :-)
Later.
--
Colin Wood cwood@ichips.intel.com
Component Design Engineer - MD6 Intel Corporation
-----------------------------------------------------------------
I speak only on my own behalf, not for my employer.
Index: files.mac68k
===================================================================
RCS file: /cvsroot/src/sys/arch/mac68k/conf/files.mac68k,v
retrieving revision 1.78
diff -c -r1.78 files.mac68k
*** files.mac68k 1998/02/21 00:37:07 1.78
--- files.mac68k 1998/03/31 22:06:45
***************
*** 109,114 ****
--- 109,115 ----
include "arch/m68k/fpe/files.fpe"
file arch/mac68k/mac68k/autoconf.c
+ file arch/mac68k/mac68k/bus_space.c
file arch/mac68k/mac68k/clock.c
file arch/mac68k/mac68k/conf.c
file arch/mac68k/mac68k/disksubr.c disk