Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override.

From: Alan Cox
Date: Mon Dec 17 2007 - 16:33:34 EST


> responds to reads differently than "unused" ports. In particular, an
> inb takes 1/2 the elapsed time compared to a read to "known" unused port
> 0xed - 792 tsc ticks for port 80 compared to about 1450 tsc ticks for
> port 0xed and other unused ports (tsc at 800 MHz).

Well at least we know where the port is now - thats too fast for an LPC
bus device, so it must be an SMI trap.

Only easy way to find out is to use the debugging event counters and see
how many instruction cycles are issued as part of the 0x80 port. If its
suprisingly high then you've got a firmware bug and can go spank HP.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/