Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8911
b: refs/heads/master
c: 21d9e30
h: refs/heads/master
i:
  8909: d72eb52
  8907: 97aa428
  8903: d4093e5
  8895: 315a571
v: v3
  • Loading branch information
Marcel Holtmann committed Sep 12, 2005
1 parent be26b6d commit 84d8237
Show file tree
Hide file tree
Showing 423 changed files with 3,512 additions and 12,482 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: adcb5ad1e5ba3996d53a047c5486efa6e734b413
refs/heads/master: 21d9e30ed020d24336cc3bee2a4e04da232ed554
4 changes: 1 addition & 3 deletions trunk/Documentation/cciss.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ This driver is known to work with the following cards:
* SA P600
* SA P800
* SA E400
* SA P400i
* SA E200
* SA E200i
* SA E300

If nodes are not already created in the /dev/cciss directory, run as root:

Expand Down
194 changes: 0 additions & 194 deletions trunk/Documentation/connector/cn_test.c

This file was deleted.

133 changes: 0 additions & 133 deletions trunk/Documentation/connector/connector.txt

This file was deleted.

1 change: 0 additions & 1 deletion trunk/Documentation/dontdiff
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ aic7*seq.h*
aicasm
aicdb.h*
asm
asm-offsets.*
asm_offsets.*
autoconf.h*
bbootsect
Expand Down
9 changes: 9 additions & 0 deletions trunk/Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ Who: Greg Kroah-Hartman <greg@kroah.com>

---------------------------

What: io_remap_page_range() (macro or function)
When: September 2005
Why: Replaced by io_remap_pfn_range() which allows more memory space
addressabilty (by using a pfn) and supports sparc & sparc64
iospace as part of the pfn.
Who: Randy Dunlap <rddunlap@osdl.org>

---------------------------

What: RAW driver (CONFIG_RAW_DRIVER)
When: December 2005
Why: declared obsolete since kernel 2.6.3
Expand Down
11 changes: 3 additions & 8 deletions trunk/Documentation/kdump/kdump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ SETUP
c) Enable "/proc/vmcore support" (Optional, in Pseudo filesystems).
CONFIG_PROC_VMCORE=y
d) Disable SMP support and build a UP kernel (Until it is fixed).
CONFIG_SMP=n
CONFIG_SMP=n
e) Enable "Local APIC support on uniprocessors".
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_APIC=y
f) Enable "IO-APIC support on uniprocessors"
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_UP_IOAPIC=y

Note: i) Options a) and b) depend upon "Configure standard kernel features
(for small systems)" (under General setup).
Expand All @@ -95,11 +95,6 @@ SETUP
hence have memory less than 4GB.
iii) Specify "irqpoll" as command line parameter. This reduces driver
initialization failures in second kernel due to shared interrupts.
iv) <root-dev> needs to be specified in a format corresponding to
the root device name in the output of mount command.
v) If you have built the drivers required to mount root file
system as modules in <second-kernel>, then, specify
--initrd=<initrd-for-second-kernel>.

5) System reboots into the second kernel when a panic occurs. A module can be
written to force the panic or "ALT-SysRq-c" can be used initiate a crash
Expand Down
Loading

0 comments on commit 84d8237

Please sign in to comment.