ACPI driver loaded at boot time
- the acpi driver is part of the ramdisk and if present the rc script starts it before pci is started as pci needs if APIC mode is turned on.
This commit is contained in:
@@ -361,6 +361,16 @@ service is
|
||||
uid 0;
|
||||
};
|
||||
|
||||
service acpi
|
||||
{
|
||||
io ALL;
|
||||
system
|
||||
PRIVCTL # 4
|
||||
DEVIO # 21
|
||||
;
|
||||
uid 0;
|
||||
};
|
||||
|
||||
service pci
|
||||
{
|
||||
io cf8:8 # PCI bus controller
|
||||
|
||||
Reference in New Issue
Block a user