On 14.05.2010 23:58, Idwer Vollering wrote:
Only works with "Flash Write Protect" set to "Disabled", in the BIOS menu.
With the attached patch write/erase work without the need of extra code.
Signed-off-by: Idwer Vollering vidwer@gmail.com
- {0x1106, 0x3116, 0x1106, 0x3116, 0x1106, 0x3177, 0x1106, 0x3177, "^KM266-8235$", NULL, NULL, "QDI", "KD7G", 0, OK, board_qdi_kd7g},
The big problem here is that DMI is ambiguous and PCI subsystem IDs are ambiguous. Due to this, we can't merge the patch as is. Besides that, I think you left out the w836xx_memw_enable change which was needed on your machine according to our tests.
Michael knows the board enable table well, he probably has suggestions on what to do.
The good news is that once we have generic superio probing, this board enable can be killed completely.
Regards, Carl-Daniel