Synch pci ids and registers with Linux kernel source.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 8 Nov 2008 20:53:36 +0000 (15:53 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 8 Nov 2008 20:53:36 +0000 (15:53 -0500)
commit2ed2f58e6284319d4b84fe37d215afcfbbbac300
tree28a63a760f9f9a3032c599b41498c906954af4b0
parentf782d602d08400cea6750cff440a69e8cc1690de
Synch pci ids and registers with Linux kernel source.

Add pci_regs.h and pci_ids.h from kernel repo.
Modify code to use the above includes and to use the kernel definitions.
src/acpi.c
src/ata.c
src/pci.c
src/pci.h
src/pci_ids.h [new file with mode: 0644]
src/pci_regs.h [new file with mode: 0644]
src/pciinit.c
src/shadow.c
src/smm.c