From: "David N. Welton" <davidw@linuxcare.com>
To: linuxppc-dev@lists.linuxppc.org
Subject: Re: Kernel questions
Date: Mon, 18 Oct 1999 12:13:53 -0700 [thread overview]
Message-ID: <19991018121353.D17058@bassano.linuxcare.com> (raw)
In-Reply-To: <19991018205334.031557@mailhost.mipsys.com>; from Benjamin Herrenschmidt on Mon, Oct 18, 1999 at 08:53:34PM +0200
On Mon, Oct 18, 1999 at 08:53:34PM +0200, Benjamin Herrenschmidt wrote:
>
> On Mon, Oct 18, 1999, David N. Welton <davidw@linuxcare.com> wrote:
> >1) Why does everything seem to want to access NVRAM things? I've
> > found it scattered in several places throughout the kernel, such as
> > matroxfb.c.
> Mostly to find out the video mode last set by MacOS. It doesn't
> always works since new MacOS versions may no longer put the mode
> where it used to be. It's also used by the PMU code on some
> PowerBooks to read the current backlight setting.
Well, supposing one doesn't have a Macintosh or MacOS, then this stuff
is basically useless, no? At least for how it's being used currently.
> >3) Why does pmac_support.c assume that you have ADB stuff compiled in?
>
> All pmacs have an ADB controller, even if it's not visible (they have at
> least the controller). Some pmac-specific calls go thru /dev/adb even
> when you don't have anything on the ADB bus for historical reasons, like
> userland access to the real time clock (ioctls). The new UMA machines
> still have various ADB calls implemented in the PMU (and used by the iBook).
Once again, I don't have a pmac...
> >nvram_read_byte contains: "struct adb_request req".
> >
> >If I have understood correctly, ADB is an Apple thing, and really
> >shouldn't have anything to do with my RS6000. Is this correct?
> Yes, it's correct. However, I beleive the kernel is compiled to boot
> on CHRP _and_ PowerMacs, and so the ADB support is needed. Also, the
> CHRP definition states that CHRP machines can have an ADB controller
> too.
There are a few options:
PowerMac
Prep/MTX
CHRP
PowerMac/PReP/CHRP
Gemini
APUS
I'm compiling as CHRP, and since ADB is selectable as an option, it
seems it could be added in anyway, pmac or not?
So would it be a worthwhile endeavour to try and ifdef this stuff out,
for those of us who don't need it?
Thanks,
--
David N. Welton, Developer, Linuxcare, Inc.
415.354.4878 x241 tel, 415.701.7457 fax
dwelton@linuxcare.com, http://www.linuxcare.com/
Linuxcare. At the center of Linux.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~1999-10-18 19:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-10-18 17:52 Kernel questions David N. Welton
1999-10-18 18:53 ` Benjamin Herrenschmidt
1999-10-18 19:13 ` David N. Welton [this message]
1999-10-19 16:36 ` Geert Uytterhoeven
1999-10-19 18:07 ` David N. Welton
1999-10-20 8:40 ` Gabriel Paubert
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=19991018121353.D17058@bassano.linuxcare.com \
--to=davidw@linuxcare.com \
--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).