Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63887
b: refs/heads/master
c: 529c772
h: refs/heads/master
i:
  63885: e4261c2
  63883: 25ccbcb
  63879: f64188d
  63871: 831dcce
v: v3
  • Loading branch information
Ingo Molnar committed Aug 10, 2007
1 parent 94cd8fe commit 68d4b23
Show file tree
Hide file tree
Showing 80 changed files with 300 additions and 907 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3dab307e527f2a9bbb4f9d00240374bb93d1945f
refs/heads/master: 529c77261bccd9d37f110f58b0753d95beaa9fa2
22 changes: 9 additions & 13 deletions trunk/Documentation/fb/pvr2fb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ one found in the Dreamcast.
Advantages:

* It provides a nice large console (128 cols + 48 lines with 1024x768)
without using tiny, unreadable fonts (NOT on the Dreamcast)
without using tiny, unreadable fonts.
* You can run XF86_FBDev on top of /dev/fb0
* Most important: boot logo :-)

Disadvantages:

* Driver is largely untested on non-Dreamcast systems.
* Driver is currently limited to the Dreamcast PowerVR 2 implementation
at the time of this writing.

Configuration
=============
Expand All @@ -28,16 +29,11 @@ Accepted options:
font:X - default font to use. All fonts are supported, including the
SUN12x22 font which is very nice at high resolutions.

mode:X - default video mode. The following video modes are supported:
640x240-60, 640x480-60.

mode:X - default video mode with format [xres]x[yres]-<bpp>@<refresh rate>
The following video modes are supported:
640x640-16@60, 640x480-24@60, 640x480-32@60. The Dreamcast
defaults to 640x480-16@60. At the time of writing the
24bpp and 32bpp modes function poorly. Work to fix that is
ongoing

Note: the 640x240 mode is currently broken, and should not be
used for any reason. It is only mentioned here as a reference.
used for any reason. It is only mentioned as a reference.

inverse - invert colors on screen (for LCD displays)

Expand All @@ -56,10 +52,10 @@ output:X - output type. This can be any of the following: pal, ntsc, and
X11
===

XF86_FBDev has been shown to work on the Dreamcast in the past - though not yet
on any 2.6 series kernel.
XF86_FBDev should work, in theory. At the time of this writing it is
totally untested and may or may not even portray the beginnings of
working. If you end up testing this, please let me know!

--
Paul Mundt <lethal@linuxdc.org>
Updated by Adrian McMenamin <adrian@mcmen.demon.co.uk>

10 changes: 0 additions & 10 deletions trunk/Documentation/i386/zero-page.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
---------------------------------------------------------------------------
!!!!!!!!!!!!!!!WARNING!!!!!!!!
The zero page is a kernel internal data structure, not a stable ABI. It might change
without warning and the kernel has no way to detect old version of it.
If you're writing some external code like a boot loader you should only use
the stable versioned real mode boot protocol described in boot.txt. Otherwise the kernel
might break you at any time.
!!!!!!!!!!!!!WARNING!!!!!!!!!!!
----------------------------------------------------------------------------

Summary of boot_params layout (kernel point of view)
( collected by Hans Lermen and Martin Mares )

Expand Down
9 changes: 0 additions & 9 deletions trunk/Documentation/kbuild/kconfig-language.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,6 @@ applicable everywhere (see syntax).
times, the limit is set to the largest selection.
Reverse dependencies can only be used with boolean or tristate
symbols.
Note:
select is evil.... select will by brute force set a symbol
equal to 'y' without visiting the dependencies. So abusing
select you are able to select a symbol FOO even if FOO depends
on BAR that is not set. In general use select only for
non-visible symbols (no promts anywhere) and for symbols with
no dependencies. That will limit the usefulness but on the
other hand avoid the illegal configurations all over. kconfig
should one day warn about such things.

- numerical ranges: "range" <symbol> <symbol> ["if" <expr>]
This allows to limit the range of possible input values for int
Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ and is between 256 and 4096 characters. It is defined in the file
See header of drivers/scsi/wd7000.c.

wdt= [WDT] Watchdog
See Documentation/watchdog/wdt.txt.
See Documentation/watchdog/watchdog.txt.

xd= [HW,XT] Original XT pre-IDE (RLL encoded) disks.
xd_geo= See header of drivers/block/xd.c.
Expand Down
Loading

0 comments on commit 68d4b23

Please sign in to comment.