From: rbrad@uswest.net (Ryan Bradetich)
To: Matthew Wilcox <willy@debian.org>
Cc: Tom <palinux@alaskatech.org>,
PA-RISC Linux List <parisc-linux@parisc-linux.org>
Subject: Re: [parisc-linux] LONG pause on boot
Date: Wed, 13 Nov 2002 14:46:13 -0700 [thread overview]
Message-ID: <20021113214613.GA32441@beavis.ybsoft.com> (raw)
In-Reply-To: <20021113193018.P30392@parcelfarce.linux.theplanet.co.uk>
On Wed, Nov 13, 2002 at 07:30:18PM +0000, Matthew Wilcox wrote:
> On Wed, Nov 13, 2002 at 10:26:43AM -0900, Tom wrote:
> > Does anyone have an idea as to why such a long delay would occur there?
> > PDC has console to serial_1, which had a terminal on it. There was no
> > errors or complaints anywhere in the boot process, and none visible during
> > the kernel compile. I can provide System.map, config file, etc. if
> > desired...
>
> Yes, it's during device walk. The support for E class that rbrad wrote
> means that every machine with a CCIO suffers. I suspect this'll get
> fixed fairly soon.
Willy, I have an idea on how to fix this, but it is ugly ... but I will probably
consider committing it soon unless you have a cleaner idea (hint, hint :))
The problem is with E-Class ... the devices are at the end of the bus range. We
need to walk the entire bus until we find the range the drivers exist in. On
systems where the devices are at the end (or no devices in that range) the entire
bus needs to be walked.... this is the delay you are seeing.
I have a proposal to speed up systems where the devices are at the end of the
bus ... we can simply walk the first bus range, then the last bus range, if
nothing found yet ... walk the middle.
I do not have a solution for a bus with no devices present yet ...
Thanks,
- Ryan
>
> --
> Revolutions do not require corporate support.
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
>
--
next prev parent reply other threads:[~2002-11-13 21:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-13 19:26 [parisc-linux] LONG pause on boot Tom
2002-11-13 19:30 ` Matthew Wilcox
2002-11-13 20:05 ` Tom
2002-11-13 21:46 ` Ryan Bradetich [this message]
2002-11-13 22:44 ` Matthew Wilcox
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=20021113214613.GA32441@beavis.ybsoft.com \
--to=rbrad@uswest.net \
--cc=palinux@alaskatech.org \
--cc=parisc-linux@parisc-linux.org \
--cc=willy@debian.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 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.