diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-31 21:13:32 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-31 21:13:32 -0500 |
commit | ef59c4e935feb966900a8321e75f74d7df2a2f16 (patch) | |
tree | 8bdd8e837554b268b600b57187612b9ac4a5d5f5 /Documentation | |
parent | 69396dcfa3c50a6b8d2caaccf5d1496ecd5594be (diff) | |
parent | 3103039cc2a8dc6ababc29afac5c3cadbfa69af9 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index b4a1ea762698..4d4897c8ef96 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -148,3 +148,17 @@ Why: The 8250 serial driver now has the ability to deal with the differences | |||
148 | brother on Alchemy SOCs. The loss of features is not considered an | 148 | brother on Alchemy SOCs. The loss of features is not considered an |
149 | issue. | 149 | issue. |
150 | Who: Ralf Baechle <ralf@linux-mips.org> | 150 | Who: Ralf Baechle <ralf@linux-mips.org> |
151 | |||
152 | --------------------------- | ||
153 | |||
154 | What: Legacy /proc/pci interface (PCI_LEGACY_PROC) | ||
155 | When: March 2006 | ||
156 | Why: deprecated since 2.5.53 in favor of lspci(8) | ||
157 | Who: Adrian Bunk <bunk@stusta.de> | ||
158 | |||
159 | --------------------------- | ||
160 | |||
161 | What: pci_module_init(driver) | ||
162 | When: January 2007 | ||
163 | Why: Is replaced by pci_register_driver(pci_driver). | ||
164 | Who: Richard Knutsson <ricknu-0@student.ltu.se> and Greg Kroah-Hartman <gregkh@suse.de> | ||