Linux Operating System Source Code: IBM Patches

 
Cleanup of pci_ops structure and pci_config_(read|write) function pointers
Description:
A general cleanup of some PCI code. Removes redundant pci_confN_(read|write)_config_(byte|word|dword) functions and replaces them with pci_confN_(read|write). Much cleaner and simpler. Also removes global function pointers pci_config_(read|write) that were only adding to the confusion.
Developer:
Matthew Dobson
Status:
Included in project
Release Included:
linux-2.5.34

Notes:
This is the non-NUMA specfic portion of what used to be the arch/i386/pci/direct.c & numa.c cleanup patch. The patch has changed drastically and the NUMA code pulled out. It will be posted separately under the NUMA project.
Release Notes Date Files
2.5.31-v.2 Release Notes 2002-08-16  
  File Notes   new_pci_fix-2531-2.patch.gz

Show all releases