]> Zhao Yanbai Git Server - minix.git/commit
ACPI pci-to-pci bridges
authorTomas Hruby <tom@minix3.org>
Thu, 21 Oct 2010 17:07:09 +0000 (17:07 +0000)
committerTomas Hruby <tom@minix3.org>
Thu, 21 Oct 2010 17:07:09 +0000 (17:07 +0000)
commit40bfed28cdd87af5230db3634b17765b47ddccfd
tree39afb59660488a3b8f5e631d2370f263e0d6dba8
parent98c93e76d7cb7106858454d4351ad08c69692425
ACPI pci-to-pci bridges

- every pci device which implements _PRT acpi method is considered to
  be a pci-to-pci bridge

- acpi driver constructs a hierarchy of pci-to-pci bridges

- when pci driver identifies a pci-to-pci bridge it tells acpi driver
  what is the primary and the secondary bus for this device

- when pci requests IRQ routing information from acpi, it passes the
  bus number too to be able to identify the device accurately
drivers/acpi/Makefile
drivers/acpi/acpi.c
drivers/acpi/acpi_globals.h [new file with mode: 0644]
drivers/acpi/pci.c [new file with mode: 0644]
drivers/acpi/pci.h [new file with mode: 0644]
drivers/pci/pci.c
include/minix/acpi.h