From: Magnus Damm <eramdam@kieray1.p.y.ki.era.ericsson.se>
To: linuxppc-dev@lists.linuxppc.org
Cc: kd@flaga.is
Subject: Re:MPX860 : MBX_IMAP_ADDR undefined
Date: Fri, 18 Dec 1998 15:10:48 +0100 (MET) [thread overview]
Message-ID: <199812181410.PAA23866@kieray1> (raw)
>I could not find patch that adds this symbol, so I wanted to ask if sombody
>knows where to find a patch?
I haven't found any patch, but here's my changes to make 2.1.130 to work
on my MBX860 board.
edit Makefile, arch/ppc/Makefile, arch/ppc/coffboot/Makefile
errors:
arch/ppc/kernel/irq.c MBX_IMAP_ADDR -> IMAP_ADDR
corrected in 1.87
arch/ppc/kernel/process.c prom_print(buf); -> //prom_print(buf);
//?
arch/ppc/kernel/mbx_setup.c mbx_cpm_reset() -> m8xx_cpm_reset()
* cort added adbdev_init and powermac_init *
corrected in 1.4
arch/ppc/kernel/setup.c the good-old &res -> res
corrected in 1.119
arch/ppc/kernel/time.c MBX_IMAP_ADDR -> IMAP_ADDR
the good-old &res -> res
corrected in 1.38
arch/ppc/kernel/Makefile feature.o not used by mbx
corrected in 1.45
arch/ppc/mm/init.c MBX_IMAP_ADDR -> IMAP_ADDR
MBX_IMAP_SIZE -> IMAP_SIZE
the good-old &res -> res
corrected in 1.134
arch/ppc/8xx_io/enet.c MBX_IMAP_ADDR -> IMAP_ADDR
mbx_cpm_dpalloc() -> m8xx_cpm_dpalloc()
corrected in 1.8
drivers/char/mem.c adbdev_init - CONFIG_PPC fault.
init/main.c powermac_init(); -> //powermac_init();
1.162
Good luck!
/ Magnus
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]
reply other threads:[~1998-12-18 14:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=199812181410.PAA23866@kieray1 \
--to=eramdam@kieray1.p.y.ki.era.ericsson.se \
--cc=kd@flaga.is \
--cc=linuxppc-dev@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).