diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 7 | ||||
-rw-r--r-- | Documentation/kernel-parameters.txt | 2 | ||||
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 6 |
3 files changed, 12 insertions, 3 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 87851efb0228..d1cd5f93e028 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -120,6 +120,13 @@ Who: Adrian Bunk <bunk@stusta.de> | |||
120 | 120 | ||
121 | --------------------------- | 121 | --------------------------- |
122 | 122 | ||
123 | What: drivers depending on OSS_OBSOLETE_DRIVER | ||
124 | When: options in 2.6.20, code in 2.6.22 | ||
125 | Why: OSS drivers with ALSA replacements | ||
126 | Who: Adrian Bunk <bunk@stusta.de> | ||
127 | |||
128 | --------------------------- | ||
129 | |||
123 | What: pci_module_init(driver) | 130 | What: pci_module_init(driver) |
124 | When: January 2007 | 131 | When: January 2007 |
125 | Why: Is replaced by pci_register_driver(pci_driver). | 132 | Why: Is replaced by pci_register_driver(pci_driver). |
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index b50595a0550f..7947cede8712 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1183,6 +1183,8 @@ running once the system is up. | |||
1183 | Mechanism 2. | 1183 | Mechanism 2. |
1184 | nommconf [IA-32,X86_64] Disable use of MMCONFIG for PCI | 1184 | nommconf [IA-32,X86_64] Disable use of MMCONFIG for PCI |
1185 | Configuration | 1185 | Configuration |
1186 | mmconf [IA-32,X86_64] Force MMCONFIG. This is useful | ||
1187 | to override the builtin blacklist. | ||
1186 | nomsi [MSI] If the PCI_MSI kernel config parameter is | 1188 | nomsi [MSI] If the PCI_MSI kernel config parameter is |
1187 | enabled, this kernel boot option can be used to | 1189 | enabled, this kernel boot option can be used to |
1188 | disable the use of MSI interrupts system-wide. | 1190 | disable the use of MSI interrupts system-wide. |
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index 8c48b8a27b9c..5c0ba235f5a5 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt | |||
@@ -1136,10 +1136,10 @@ Sense and level information should be encoded as follows: | |||
1136 | Devices connected to openPIC-compatible controllers should encode | 1136 | Devices connected to openPIC-compatible controllers should encode |
1137 | sense and polarity as follows: | 1137 | sense and polarity as follows: |
1138 | 1138 | ||
1139 | 0 = high to low edge sensitive type enabled | 1139 | 0 = low to high edge sensitive type enabled |
1140 | 1 = active low level sensitive type enabled | 1140 | 1 = active low level sensitive type enabled |
1141 | 2 = low to high edge sensitive type enabled | 1141 | 2 = active high level sensitive type enabled |
1142 | 3 = active high level sensitive type enabled | 1142 | 3 = high to low edge sensitive type enabled |
1143 | 1143 | ||
1144 | ISA PIC interrupt controllers should adhere to the ISA PIC | 1144 | ISA PIC interrupt controllers should adhere to the ISA PIC |
1145 | encodings listed below: | 1145 | encodings listed below: |