[LinuxBIOS] GIGABYTE GA-2761GXDK

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Wed Nov 14 03:14:12 CET 2007


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 <my_tsai at sis.com>

Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>

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




More information about the coreboot mailing list