-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gi…
…t/davem/net-2.6 Conflicts: drivers/net/wireless/rt2x00/rt2x00dev.c net/8021q/vlan_dev.c
- Loading branch information
Showing
1,034 changed files
with
16,382 additions
and
12,050 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,3 +53,5 @@ cscope.* | |
|
||
*.orig | ||
*.rej | ||
*~ | ||
\#*# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
Linux supports two methods of overriding the BIOS DSDT: | ||
Linux supports a method of overriding the BIOS DSDT: | ||
|
||
CONFIG_ACPI_CUSTOM_DSDT builds the image into the kernel. | ||
|
||
CONFIG_ACPI_CUSTOM_DSDT_INITRD adds the image to the initrd. | ||
|
||
When to use these methods is described in detail on the | ||
When to use this method is described in detail on the | ||
Linux/ACPI home page: | ||
http://www.lesswatts.org/projects/acpi/overridingDSDT.php | ||
|
||
Note that if both options are used, the DSDT supplied | ||
by the INITRD method takes precedence. | ||
|
||
Documentation/initramfs-add-dsdt.sh is provided for convenience | ||
for use with the CONFIG_ACPI_CUSTOM_DSDT_INITRD method. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
00-INDEX | ||
- this file | ||
ChangeLog.ide-cd.1994-2004 | ||
- ide-cd changelog | ||
ChangeLog.ide-floppy.1996-2002 | ||
- ide-floppy changelog | ||
ChangeLog.ide-tape.1995-2002 | ||
- ide-tape changelog | ||
ide-tape.txt | ||
- info on the IDE ATAPI streaming tape driver | ||
ide.txt | ||
- important info for users of ATA devices (IDE/EIDE disks and CD-ROMS). |
Oops, something went wrong.