linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <bh40@calva.net>
To: jmb@montana.edu, linuxppc-dev@lists.linuxppc.org
Subject: Re: iBook/UMA pre3
Date: Tue, 26 Oct 1999 12:03:19 +0200	[thread overview]
Message-ID: <19991026120319.024346@mailhost.mipsys.com> (raw)
In-Reply-To: <19991025223613.011624@mailhost.mipsys.com>


Just a little mistake in my previous patch, if you intend to test on a
machine with a second PCI bridge (G4), in arch/ppc/kernel/pmac_pci.c, change

/* This one is for type 1 config accesses */
#define UNI_N_CFA1(bus, devfn, off)	\
	((((unsigned long)(bus)) << 16) \
	|(((unsigned long)(devfn)) << 8) \
	|(((unsigned long)(off)) & 0xFCUL))

to

/* This one is for type 1 config accesses */
#define UNI_N_CFA1(bus, devfn, off)	\
	((((unsigned long)(bus)) << 16) \
	|(((unsigned long)(devfn)) << 8) \
	|(((unsigned long)(off)) & 0xFCUL)) \
 | 1UL

I won't have time to post a new version until later this week.


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

      parent reply	other threads:[~1999-10-26 10:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-25 20:36 iBook/UMA pre3 Benjamin Herrenschmidt
1999-10-26  7:56 ` Sven LUTHER
1999-10-26 17:12   ` Tom Rini
1999-10-26 18:19     ` Geert Uytterhoeven
1999-10-26 10:03 ` Benjamin Herrenschmidt [this message]

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=19991026120319.024346@mailhost.mipsys.com \
    --to=bh40@calva.net \
    --cc=jmb@montana.edu \
    --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).