From: Edgar Hucek <hostmaster@ed-soft.at>
To: Edgar Hucek <hostmaster@ed-soft.at>,
LKML <linux-kernel@vger.kernel.org>,
Linus Torvalds <torvalds@osdl.org>,
akpm@osdl.org
Subject: Re: [PATCH 1/3] add-imacfb-docu-and-detection.patch
Date: Mon, 31 Jul 2006 21:49:52 +0200 [thread overview]
Message-ID: <44CE5EE0.3090605@ed-soft.at> (raw)
In-Reply-To: <20060731193254.GA31594@nineveh.rivenstone.net>
Joseph Fannin schrieb:
> On Mon, Jul 31, 2006 at 10:25:01AM +0200, Edgar Hucek wrote:
>> This Patch add basic Machine detection to imacfb and
>> some Ducumentation bits for imacfb.
>
>> +Imacfb does not have any kind of autodetection of your machine.
>> +You have to add the fillowing kernel parameters in your elilo.conf:
>> + Macbook :
>> + video=imacfb:macbook
>> + MacMini :
>> + video=imacfb:mini
>> + Macbook Pro 15", iMac 17" :
>> + video=imacfb:i17
>> + Macbook Pro 17", iMac 20" :
>> + video=imacfb:i20
>
>> - /* ignore error return of fb_get_options */
>> - fb_get_options("imacfb", &option);
>> + if (!efi_enabled)
>> + return -ENODEV;
>> + if (!dmi_check_system(dmi_system_table))
>> + return -ENODEV;
>> + if (model == M_UNKNOWN)
>> + return -ENODEV;
>
> So imacfb now defaults to off? That would be good, especially
> since it cannot be a module, and doesn't work with the Apple "BIOS"
> stuff.
>
> If not, a video=imacfb:off option would be much appreciated.
Yes. Imacfb only works when efi an efi boot is detected and a supported
Apple device is found.
cu
Edgar Hucek
> --
> Joseph Fannin
> jfannin@gmail.com
>
>
next prev parent reply other threads:[~2006-07-31 19:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-31 8:25 [PATCH 1/3] add-imacfb-docu-and-detection.patch Edgar Hucek
2006-07-31 15:51 ` Olaf Hering
2006-07-31 18:35 ` Randy.Dunlap
2006-07-31 19:32 ` Joseph Fannin
2006-07-31 19:49 ` Edgar Hucek [this message]
2006-07-31 23:44 ` Antonino A. Daplas
2006-08-01 9:33 ` Andrey Panin
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=44CE5EE0.3090605@ed-soft.at \
--to=hostmaster@ed-soft.at \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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.