On Fri, Jun 19, 2009 at 02:13:35AM -0400, Michael Gold wrote:
I've also attached the lspci output.
Why do you think coreboot support is unlikely? Is 82810E support a problem?
-- Michael
It is a laptop, so yes, quite unlikely. On the other hand, if coreboot support gets added, you probably won't do this board specific rom access disable :)
- {0x8086, 0x2411, 0x8086, 0x2411, 0x8086, 0x7125, 0x0e11, 0xb165, NULL, NULL, "Mitac", "6513WU", board_mitac_6513wu},
From your pciids i would use:
{0x8086, 0x7125, 0x0e11, 0xb165, 0x125d, 0x1988, 0x0e11, 0xb19d
instead, as the first oen uses just a copy of the main ids. 0x0e11 is compaq.
00:01.0 0300: 8086:7125 (rev 03) (prog-if 00 [VGA controller]) Subsystem: 0e11:b165
01:05.0 0401: 125d:1988 (rev 10) Subsystem: 0e11:b19d
Can you verify this?
Apart from that:
Acked-by: Luc Verhaegen libv@skynet.be and a thumbs up on irc from both Carl-Daniel and Uwe.
Will commit as soon as this is tested.
Luc Verhaegen.