RE: How ACPI is actually implemented?

2006-11-28 Thread Wu, Cody
it connects onboard USB controller to the ACPI Chipset. You can find the details illustrations such as which USB port is for which bit in the ICH spec. Best regards, Cody -Original Message- From: Eric Benton [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 7:37 PM To: Wu, Cody Cc

Quesiton on ACPI APIC

2006-08-03 Thread Wu, Cody
Hi, All I am reading Linux Kernel's IOAPIC Init routine recently and I found that Linux 2.6.17 Kernel's APIC_init_uniprocessor() routine doesn't use ACPI table's MADT but instead will try to locate MP table. If the MP table is not there, the init routine will simply exit. This is something