diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-07-16 22:22:20 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-08 17:57:23 -0400 |
commit | 982245f01734e9d5a3ab98b2b2e9761ae7719094 (patch) | |
tree | 96ff56ff327f9a50f91a46886967f349d9a0a5e7 /Documentation | |
parent | 74d863ee8a9da2b0f31e0f977daf127807b2e9d2 (diff) |
[PATCH] PCI: remove CONFIG_PCI_NAMES
This patch removes CONFIG_PCI_NAMES.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 2e0a01b21fe0..5f95d4b3cab1 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -25,15 +25,6 @@ Who: Pavel Machek <pavel@suse.cz> | |||
25 | 25 | ||
26 | --------------------------- | 26 | --------------------------- |
27 | 27 | ||
28 | What: PCI Name Database (CONFIG_PCI_NAMES) | ||
29 | When: July 2005 | ||
30 | Why: It bloats the kernel unnecessarily, and is handled by userspace better | ||
31 | (pciutils supports it.) Will eliminate the need to try to keep the | ||
32 | pci.ids file in sync with the sf.net database all of the time. | ||
33 | Who: Greg Kroah-Hartman <gregkh@suse.de> | ||
34 | |||
35 | --------------------------- | ||
36 | |||
37 | What: io_remap_page_range() (macro or function) | 28 | What: io_remap_page_range() (macro or function) |
38 | When: September 2005 | 29 | When: September 2005 |
39 | Why: Replaced by io_remap_pfn_range() which allows more memory space | 30 | Why: Replaced by io_remap_pfn_range() which allows more memory space |