Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: "Bradley D. LaRonde" <brad@ltc.com>
To: "Jun Sun" <jsun@mvista.com>
Cc: <linux-mips@oss.sgi.com>, <linux-mips-kernel@lists.sourceforge.net>
Subject: Re: PATCH: pci_auto bridge support
Date: Mon, 29 Oct 2001 14:30:06 -0500	[thread overview]
Message-ID: <04c801c160b0$1d62f660$3501010a@ltc.com> (raw)
In-Reply-To: 3BDDACD2.7121F905@mvista.com

I considered that, but since only this small chuck of run-once surrogate
bios autoconfig code needs to know, I figured better keep it separate.

Regards,
Brad

----- Original Message -----
From: "Jun Sun" <jsun@mvista.com>
To: "Bradley D. LaRonde" <brad@ltc.com>
Cc: <linux-mips@oss.sgi.com>; <linux-mips-kernel@lists.sourceforge.net>
Sent: Monday, October 29, 2001 2:24 PM
Subject: Re: PATCH: pci_auto bridge support


>
> Brad,
>
> Have you considered embedding "topbus" argument into hose structure?  That
> sounds like potentially better solution.
>
>
>
> "Bradley D. LaRonde" wrote:
> >
> > 2001-10-26  Bradley D. LaRonde <brad@ltc.com>
> >
> > * PCI bridge support.  See change log entry below.
> >
> > --- arch/mips/kernel/pci_auto.c 2001/08/18 06:21:53     1.1
> > +++ arch/mips/kernel/pci_auto.c 2001/10/27 01:01:21
> > @@ -4,6 +4,7 @@
> >   * Author: Matt Porter <mporter@mvista.com>
> >   *
> >   * Copyright 2000, 2001 MontaVista Software Inc.
> > + * Copyright 2001 Bradley D. LaRonde <brad@ltc.com>
> >   *
> >   * This program is free software; you can redistribute  it and/or
modify it
> >   * under  the terms of  the GNU General  Public License as published by
the
> > @@ -19,6 +20,15 @@
> >   * . change most int to u32.
> >   *
> >   * Further modified to include it as mips generic code,
ppopov@mvista.com.
> > + *
> > + * 2001-10-26  Bradley D. LaRonde <brad@ltc.com>
> > + * - Add a top_bus argument to the "early config" functions so that
> > + *   they can set a fake parent bus pointer to convince the underlying
> > + *   pci ops to use type 1 configuration for sub busses.
> > + * - Set bridge base and limit registers correctly.
> > + * - Align io and memory base properly before and after bridge setup.
> > + * - Don't fall through to pci_setup_bars for bridge.
> > + * - Reformat the debug output to look more like lspci's output.
> >   */

WARNING: multiple messages have this Message-ID (diff)
From: "Bradley D. LaRonde" <brad@ltc.com>
To: Jun Sun <jsun@mvista.com>
Cc: linux-mips@oss.sgi.com, linux-mips-kernel@lists.sourceforge.net
Subject: Re: PATCH: pci_auto bridge support
Date: Mon, 29 Oct 2001 14:30:06 -0500	[thread overview]
Message-ID: <04c801c160b0$1d62f660$3501010a@ltc.com> (raw)
Message-ID: <20011029193006.kyWNnGK0HW8v6y-zQ2fMUm1JXO3BtB3C8H-EZFLTufs@z> (raw)
In-Reply-To: 3BDDACD2.7121F905@mvista.com

I considered that, but since only this small chuck of run-once surrogate
bios autoconfig code needs to know, I figured better keep it separate.

Regards,
Brad

----- Original Message -----
From: "Jun Sun" <jsun@mvista.com>
To: "Bradley D. LaRonde" <brad@ltc.com>
Cc: <linux-mips@oss.sgi.com>; <linux-mips-kernel@lists.sourceforge.net>
Sent: Monday, October 29, 2001 2:24 PM
Subject: Re: PATCH: pci_auto bridge support


>
> Brad,
>
> Have you considered embedding "topbus" argument into hose structure?  That
> sounds like potentially better solution.
>
>
>
> "Bradley D. LaRonde" wrote:
> >
> > 2001-10-26  Bradley D. LaRonde <brad@ltc.com>
> >
> > * PCI bridge support.  See change log entry below.
> >
> > --- arch/mips/kernel/pci_auto.c 2001/08/18 06:21:53     1.1
> > +++ arch/mips/kernel/pci_auto.c 2001/10/27 01:01:21
> > @@ -4,6 +4,7 @@
> >   * Author: Matt Porter <mporter@mvista.com>
> >   *
> >   * Copyright 2000, 2001 MontaVista Software Inc.
> > + * Copyright 2001 Bradley D. LaRonde <brad@ltc.com>
> >   *
> >   * This program is free software; you can redistribute  it and/or
modify it
> >   * under  the terms of  the GNU General  Public License as published by
the
> > @@ -19,6 +20,15 @@
> >   * . change most int to u32.
> >   *
> >   * Further modified to include it as mips generic code,
ppopov@mvista.com.
> > + *
> > + * 2001-10-26  Bradley D. LaRonde <brad@ltc.com>
> > + * - Add a top_bus argument to the "early config" functions so that
> > + *   they can set a fake parent bus pointer to convince the underlying
> > + *   pci ops to use type 1 configuration for sub busses.
> > + * - Set bridge base and limit registers correctly.
> > + * - Align io and memory base properly before and after bridge setup.
> > + * - Don't fall through to pci_setup_bars for bridge.
> > + * - Reformat the debug output to look more like lspci's output.
> >   */

  reply	other threads:[~2001-10-29 19:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-27  1:07 PATCH: pci_auto bridge support Bradley D. LaRonde
2001-10-29 19:24 ` Jun Sun
2001-10-29 19:30   ` Bradley D. LaRonde [this message]
2001-10-29 19:30     ` Bradley D. LaRonde
2001-10-29 22:38     ` Jun Sun
2001-10-30  0:00       ` [Linux-mips-kernel]Re: " Bradley D. LaRonde
2001-10-30  0:00         ` Bradley D. LaRonde
2001-10-30  0:19         ` Jun Sun

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='04c801c160b0$1d62f660$3501010a@ltc.com' \
    --to=brad@ltc.com \
    --cc=jsun@mvista.com \
    --cc=linux-mips-kernel@lists.sourceforge.net \
    --cc=linux-mips@oss.sgi.com \
    /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