- if (inl(0x834) & 0x20)
- dolog("Warning: unhandled APM access");
- if (inl(0x834) & 0x1000)
- {
- if (inl(0x844) & 0x1000) /* devact_sts */
- {
- pci_dump();
- outl(0x844, 0x1000); /* ack it */
- }
- }
- if (inl(0x834) & 0x4000)
- dolog("Long periodic timer");