On Tue, May 15, 2007 at 06:10:53PM -0400, Jeremy Jackson wrote:
> Yes I saw ticket #7 after I sent that. Based on a hint that Uniflash
> works, I punk'd the GPIO enable for this MSI MS-6337, and now it works!
> 
> Uniflash was working, but doesn't support SST49LF016C
> 
> dev=pci_dev_find(0x8086, 0x2440); // ICH2 ISA bridge
> base=pci_read_word(dev,0x58) & 0x7fc0;
> val=inb(base+0xe);
> val |= 0x80;
> outb(val, base+0xe);

Nice, can you please send a (signed-off) patch? Also, is this
mainboard-specific or should it work with any ICH2?


Thanks, Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org

Attachment: signature.asc
Description: Digital signature

-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to