After reading a chipset datasheet (in this case for the ICH-2M) both the
8254 timers and the PM timer are driven off a 14.31818 MHz clock input - the
PM timer is that divided by 4 and the 8254 is that divided by 12.
Is there any way we could use the 8254 timer for a reliable udelay? Not as
accurate, but no ACPI dependency.
Regards -- Andy
> From: Alan Cox [mailto:alan@lxorguk.ukuu.org.uk]
> > I know on ACPI systems you are guaranteed a PM timer
> running at ~3.57 Mhz.
> > Could udelay use that, or are there other timers that are
> better (maybe
> > without the ACPI dependency)?
>
> We could use that if ACPI was present. It might be worth
> exploring. Is this
> PM timer well defined for accesses ?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/