Harald Gutmann wrote:
> > Is the port interrupt-driven, or polling, on your system, Andreas?
> 
> Here on my system it says also polling, like on Andreas system.
> What is the difference between interrupt driven and polling?

Interrupt driven means the port has an interrupt assigned to it, and
that communication over the port is event based.

Polling means there is a timer running in the kernel which will check
the port for activity every few milliseconds or something.


> On vendor bios it is interrupt-driven.
> Is an ACPI part missing to get it interrupt driven?

I think so, yes.


//Peter

Attachment: pgpjhmqiPZiOe.pgp
Description: PGP signature

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to