commit | 4d8510cdcca0a6b160bb8dc3a254ab0baacb10f6 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Wed Feb 03 01:28:20 2016 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Feb 03 10:38:42 2016 -0500 |
tree | 03e971f2bc93a834a3dd57a304b9a6a17309eba4 | |
parent | 62ff9d5f649c6ce0d8cbea5d90080afc9870f54a [diff] |
pci: Split low-level pci code from higher-level 'struct pci_device' code Split pci.c into pci.c and pcidevice.c. The low-level code that interacts directly with the PCI devices remains in pci.c, while functions dealing with the higher level pci_device cache move to pcidevice.c. Only pci.c is needed in 16bit mode. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>