Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fbdev: rename imacfb.txt to efifb.txt and change imacfb to efifb.

Rename imacfb.txt to efifb.txt since imacfb was moved to efifb,and change
imacfb to efifb.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Justin P. Mattock and committed by
Linus Torvalds
a8557dc7 fc95c6d9

+7 -7
+7 -7
Documentation/fb/imacfb.txt Documentation/fb/efifb.txt
··· 1 1 2 - What is imacfb? 2 + What is efifb? 3 3 =============== 4 4 5 5 This is a generic EFI platform driver for Intel based Apple computers. 6 - Imacfb is only for EFI booted Intel Macs. 6 + efifb is only for EFI booted Intel Macs. 7 7 8 8 Supported Hardware 9 9 ================== ··· 16 16 How to use it? 17 17 ============== 18 18 19 - Imacfb does not have any kind of autodetection of your machine. 19 + efifb does not have any kind of autodetection of your machine. 20 20 You have to add the following kernel parameters in your elilo.conf: 21 21 Macbook : 22 - video=imacfb:macbook 22 + video=efifb:macbook 23 23 MacMini : 24 - video=imacfb:mini 24 + video=efifb:mini 25 25 Macbook Pro 15", iMac 17" : 26 - video=imacfb:i17 26 + video=efifb:i17 27 27 Macbook Pro 17", iMac 20" : 28 - video=imacfb:i20 28 + video=efifb:i20 29 29 30 30 -- 31 31 Edgar Hucek <gimli@dark-green.com>