On 13.11.2007 04:03, Morgan Tsai /SiS wrote:
>> On 12.11.2007 10:25, Morgan Tsai /SiS wrote:
>>> Change Log:
>>>
>>> 1. Maintaining SiS south bridge device IDs.
>>> 2. Strip unnecessary driver modules
>>>
>>> # REMOVE FOLLOWING FILES
>>> # src/southbridge/sis/sis966/sis966_ht.c
>>> # src/southbridge/sis/sis966/sis966_pci.c
>>> # src/southbridge/sis/sis966/sis966_smbus.c
>>>
>>> Signed-off-by: Morgan Tsai <[EMAIL PROTECTED]>

Acked-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>

Committed in r2971 without the following sections:

--- src/southbridge/sis/sis966/sis966.c 2007-11-14 02:35:57.000000000 +0100
+++ src/southbridge/sis/sis966/sis966.c 2007-11-14 02:35:57.000000000 +0100
@@ -70,6 +70,10 @@
        uint16_t vendorid;
        uint16_t devfn;
 
+
+       //printk_debug("sis966_enable: ---------->\n");
+
+
        struct southbridge_sis_sis966_config *conf;
        conf = dev->chip_info;
        int i;
@@ -192,6 +196,8 @@
                }
 
        }
+
+       //printk_debug("sis966_enable: <----------\n");
 }
 
 struct chip_operations southbridge_sis_sis966_ops = {


Since these sections just added code which was commented out, I skipped
them. If you want them to be committed as well, please tell me.

Regards,
Carl-Daniel

-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to