All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@kernel.crashing.org>
To: "Timothy A. Seufert" <tas@mindspring.com>
Cc: linuxppc-dev@lists.linuxppc.org
Subject: Re: Platform configuration (was: Re: CONFIG_PPC != Mac)
Date: Fri, 1 Sep 2000 08:03:21 -0700	[thread overview]
Message-ID: <20000901080321.C14222@opus.bloom.county> (raw)
In-Reply-To: <v04220803b5d51a99c774@[10.0.0.42]>; from tas@mindspring.com on Fri, Sep 01, 2000 at 01:42:14AM -0700


On Fri, Sep 01, 2000 at 01:42:14AM -0700, Timothy A. Seufert wrote:
> At 6:44 PM -0700 8/31/00, Tom Rini wrote:
> >On Thu, Aug 31, 2000 at 06:10:55PM +0200, Gabriel Paubert wrote:
> >>
> >>
> >>  On Thu, 31 Aug 2000, Dan Malek wrote:
> >>
> >>  > I would also like to see us spend a little more time trying to
> >>  > stabilize 2.4 instead of trying to solve elaborate configuration and
> >>  > boot schemes.  That is what 2.5 is for.
> >>
> >>  What are your problems with 2.4 ? I'm at 2.4.0-test7 and I've not had any
> >>  problem so far, although I still need to upgrade my modutils.
> >
> >Here's a few: The PCI resource allocation/conflict stuff has "issues" with
> >some Pmacs (7600, Yikes! G4, I don't know about others).
>
> B&W G3 as well (same thing as the Yikes! G4 really).  I have the
> following problems on one (latest BK 2.4.0-test8 kernel, as of a
> couple minutes ago):
>
> 1. Resource conflicts are reported for the CMD646 IDE controller and
> an Adaptec 2940UW card

There should be more conflicts reported than that.  But not all drivers check
for conflicts yet.

> 2. During the fb probe of the Rage 128 PCI card, a pattern of colored
> characters is written to the screen.  This might be somebody's
> deliberate debug output, as it almost looks too regular to be an
> error.

That does seem odd, I didn't get that one.

> 3. When attempting to do the partition scan, the kernel has massive
> problems with lost IDE interrupts and failed DMA stuff.  Eventually
> it gives up and moves on without successfully scanning my IDE drive.

On the cmd646?  Did/does this happen w/ older kernels as well?  I know
test7/test8-preX are more broken.

> 4. Probably due to the resource conflict problem, the aic7xxx driver
> doesn't recognize the 2940.  This is a showstopper for me because my
> root partition's on a drive connected to the 2940.

This can be kludged around.  search for pci_enable_device (should be 2 lines
something like:
if(pci_enable_device())
	break; or return;
and comment it out.  Then you can see what else is broken.  (I currently have
USB kbd problems as well, w/ the standard apple kbd)

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

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

  parent reply	other threads:[~2000-09-01 15:03 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-28 23:57 CONFIG_PPC != Mac Dan Malek
2000-07-29 16:38 ` Tom Rini
2000-07-29 17:26   ` Tony Mantler
2000-07-29 17:40     ` Dan Malek
2000-07-29 17:56       ` Tony Mantler
2000-07-30  2:24         ` Martin Costabel
2000-07-30  2:40           ` Tony Mantler
2000-07-30  2:59           ` Dan Malek
2000-07-31 12:12           ` Franz Sirl
2000-07-31 13:11             ` Martin Costabel
2000-07-31 13:37               ` Franz Sirl
2000-07-31 14:17                 ` Andreas Tobler
2000-07-31 15:23                 ` New input layer and ADB (Was Re: CONFIG_PPC != Mac) Martin Costabel
2000-08-02 12:47                   ` Geert Uytterhoeven
2000-08-02 22:16                     ` Michael Schmitz
2000-08-02 22:35                       ` Martin Costabel
2000-08-03 11:52                       ` Geert Uytterhoeven
     [not found]                 ` <4.3.2.7.2.20000731170153.03508c50@mail.lauterbach.com>
2000-07-31 15:27                   ` CONFIG_PPC != Mac Andreas Tobler
2000-07-31 16:40               ` Michael Schmitz
2000-07-31 16:29             ` Geert Uytterhoeven
2000-08-02 15:17               ` Dan Malek
2000-07-29 18:12     ` Geert Uytterhoeven
2000-07-30 13:03       ` Michel Dänzer
2000-07-30 14:56         ` Geert Uytterhoeven
2000-08-30 12:29           ` Platform configuration (was: Re: CONFIG_PPC != Mac) Geert Uytterhoeven
2000-08-31 10:54             ` Gabriel Paubert
2000-08-31 11:39               ` Benjamin Herrenschmidt
2000-08-31 11:53                 ` Gabriel Paubert
2000-08-31 15:17               ` Geert Uytterhoeven
2000-08-31 15:58                 ` Dan Malek
2000-08-31 16:10                   ` Gabriel Paubert
2000-08-31 16:20                     ` Michel Dänzer
2000-08-31 19:03                       ` Joseph Garcia
2000-08-31 19:18                         ` 2.4 problems Michel Dänzer
2000-08-31 19:25                           ` Dan Malek
2000-08-31 20:36                             ` Martin Costabel
2000-08-31 21:47                               ` Benjamin Herrenschmidt
2000-08-31 22:12                                 ` which kernel...? johnathan spectre
2000-08-31 22:35                                   ` Matt Brubeck
2000-09-01  1:12                                 ` 2.4 problems Martin Costabel
2000-09-01 10:57                                   ` Benjamin Herrenschmidt
2000-09-10 17:59                                     ` Discrepancy in BAT mapping? Takashi Oe
2000-09-11 20:00                                       ` Michel Lanners
2000-09-12  9:01                                         ` Benjamin Herrenschmidt
2000-08-31 21:30                             ` 2.4 problems Michel Lanners
2000-09-05 13:48                         ` Platform configuration (was: Re: CONFIG_PPC != Mac) Takashi Oe
2000-09-01  1:44                     ` Tom Rini
2000-09-01  2:12                       ` Dan Malek
2000-09-01  8:42                       ` Timothy A. Seufert
2000-09-01 11:02                         ` Benjamin Herrenschmidt
2000-09-01 11:12                           ` Andreas Tobler
2000-09-02 10:09                           ` Timothy A. Seufert
2000-09-05  9:32                           ` Timothy A. Seufert
2000-09-05  9:50                             ` Timothy A. Seufert
2000-09-01 15:03                         ` Tom Rini [this message]
2000-08-31 16:19                   ` Benjamin Herrenschmidt
2000-08-31 16:04                 ` Gabriel Paubert
2000-08-31 16:22                   ` Benjamin Herrenschmidt
2000-09-01 14:40                     ` Geert Uytterhoeven
2000-09-01 14:40                   ` Geert Uytterhoeven
2000-09-01 16:31                     ` Dan Malek
2000-07-31 23:22       ` CONFIG_PPC != Mac Dan Malek
2000-08-02 12:05         ` Geert Uytterhoeven
2000-08-02 19:56           ` Dan Malek
2000-08-02 20:04           ` Ani Joshi
2000-08-02 21:15           ` Benjamin Herrenschmidt
2000-08-02 21:42             ` future of drivers/macintosh (was Re: CONFIG_PPC != Mac) Joseph Garcia
2000-08-02 22:02               ` Benjamin Herrenschmidt
2000-08-02 22:02         ` CONFIG_PPC != Mac Michael Schmitz
2000-08-03  1:22           ` Tom Gall
2000-08-03  9:33             ` Michael Schmitz
2000-08-03 11:30               ` Geert Uytterhoeven
2000-07-29 17:36   ` Dan Malek
  -- strict thread matches above, loose matches on Subject: below --
2000-08-31 13:41 Platform configuration (was: Re: CONFIG_PPC != Mac) Iain Sandoe
2000-09-01 11:35 Iain Sandoe
2000-09-02  9:54 ` Timothy A. Seufert

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=20000901080321.C14222@opus.bloom.county \
    --to=trini@kernel.crashing.org \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=tas@mindspring.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.