Thanks to uwe for having the foresight of asking RichW on irc what his email was.
lspci -vnn attached.
Suggested matches:
2 port sata controller: 0x8086, 0x2926, 0x147b, 0x1084 marvell gigabit ethernet: 0x11ab, 0x4364, 0x147b, 0x1084
Board enable requires: a gpio line on the superio to be altered.
logical device: 0x06 0xF0, 0xF1, 0xF2 then all get &= ~0x02
Richard, please provide the output of: superio -Vd so we can identify your superio completely and correctly.
Luc Verhaegen.
On Sun, Jul 05, 2009 at 04:05:51PM +0200, Luc Verhaegen wrote:
Thanks to uwe for having the foresight of asking RichW on irc what his email was.
Board enable requires: a gpio line on the superio to be altered.
logical device: 0x06 0xF0, 0xF1, 0xF2 then all get &= ~0x02
What happened here is the following. 1) i only analysed the first part properly and missed GPIO16 getting raised. It is this part of the code, and only this part that is needed to get all the board fully supported. 2) the superio poking code in the bios was absolutely bogus. Logical device 06 is the spi interface on this superio, while the rom is lpc. The register writes to 0xF0, 0xF1, 0xF2 also suggest that it is setting a gpio line, which is usually logical device 7. Bogus code.
We got away with just raising the ich9r gpio16 :)
Luc Verhaegen.
Acked-by: Richie Ward RichieS@GMail.com
2009/7/6 Luc Verhaegen libv@skynet.be:
On Sun, Jul 05, 2009 at 04:05:51PM +0200, Luc Verhaegen wrote:
Thanks to uwe for having the foresight of asking RichW on irc what his email was.
Board enable requires: a gpio line on the superio to be altered.
logical device: 0x06 0xF0, 0xF1, 0xF2 then all get &= ~0x02
What happened here is the following.
- i only analysed the first part properly and missed GPIO16 getting
raised. It is this part of the code, and only this part that is needed to get all the board fully supported. 2) the superio poking code in the bios was absolutely bogus. Logical device 06 is the spi interface on this superio, while the rom is lpc. The register writes to 0xF0, 0xF1, 0xF2 also suggest that it is setting a gpio line, which is usually logical device 7. Bogus code.
We got away with just raising the ich9r gpio16 :)
Luc Verhaegen.