Submitter | David Borg |
---|---|
Date | 2010-07-30 17:30:35 |
Message ID | <AANLkTimtFuHu6vMSCV7sDuWNpTyqi75KS5LZ8rr6T10T@mail.gmail.com> |
Download | mbox | patch |
Permalink | /patch/1702/ |
State | Accepted |
Commit | r1128 |
Headers | show |
Comments
On 30.07.2010 19:30, David Borg wrote: > Tested on P4S800-MX > > Index: chipset_enable.c > =================================================================== > --- chipset_enable.c (revision 1127) > +++ chipset_enable.c (working copy) > @@ -1116,6 +1116,7 @@ > {0x1039, 0x0650, NT, "SiS", "650", enable_flash_sis540}, > {0x1039, 0x0651, NT, "SiS", "651", enable_flash_sis540}, > {0x1039, 0x0655, NT, "SiS", "655", enable_flash_sis540}, > + {0x1039, 0x0661, OK, "SiS", "661", enable_flash_sis540}, > {0x1039, 0x0730, NT, "SiS", "730", enable_flash_sis540}, > {0x1039, 0x0733, NT, "SiS", "733", enable_flash_sis540}, > {0x1039, 0x0735, OK, "SiS", "735", enable_flash_sis540}, > Thanks for your patch. Apparently your mailer corrupts whitespace (or you cut-n-pasted from a console which corrupts whitespace), so I had to fix it up manually. > Signed-off-by: David Borg <borg.db@gmail.com> > Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> and committed in r1128. Regards, Carl-Daniel
Patch
Index: chipset_enable.c =================================================================== --- chipset_enable.c (revision 1127) +++ chipset_enable.c (working copy) @@ -1116,6 +1116,7 @@ {0x1039, 0x0650, NT, "SiS", "650", enable_flash_sis540}, {0x1039, 0x0651, NT, "SiS", "651", enable_flash_sis540}, {0x1039, 0x0655, NT, "SiS", "655", enable_flash_sis540}, + {0x1039, 0x0661, OK, "SiS", "661", enable_flash_sis540}, {0x1039, 0x0730, NT, "SiS", "730", enable_flash_sis540}, {0x1039, 0x0733, NT, "SiS", "733", enable_flash_sis540}, {0x1039, 0x0735, OK, "SiS", "735", enable_flash_sis540},