aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cs5535
diff options
context:
space:
mode:
authorLi-Ta Lo <ollie@lanl.gov>2006-04-20 21:21:25 +0000
committerLi-Ta Lo <ollie@lanl.gov>2006-04-20 21:21:25 +0000
commitbc5a821f1e19153f4a11b29fca196f686b2f4885 (patch)
tree3bb5ed7831459453a0962b2cb9a7c1f853f2a330 /src/southbridge/amd/cs5535
parent5c97d78b1ac62276ae6f08b5f96f5ccb05e4d2f4 (diff)
add cs5536 directory
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2262 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/cs5535')
-rw-r--r--src/southbridge/amd/cs5535/Config.lb4
-rw-r--r--src/southbridge/amd/cs5535/chip.h14
2 files changed, 8 insertions, 10 deletions
diff --git a/src/southbridge/amd/cs5535/Config.lb b/src/southbridge/amd/cs5535/Config.lb
index cc056d9ede..1c76357cb3 100644
--- a/src/southbridge/amd/cs5535/Config.lb
+++ b/src/southbridge/amd/cs5535/Config.lb
@@ -1,4 +1,4 @@
#config chip.h
-driver cs5535.o
+driver cs5536.o
#driver cs5535_pci.o
-driver cs5535_ide.o
+#driver cs5535_ide.o
diff --git a/src/southbridge/amd/cs5535/chip.h b/src/southbridge/amd/cs5535/chip.h
index 07a3907f3f..3e9be9938e 100644
--- a/src/southbridge/amd/cs5535/chip.h
+++ b/src/southbridge/amd/cs5535/chip.h
@@ -1,12 +1,10 @@
-#ifndef _SOUTHBRIDGE_AMD_CS5535
-#define _SOUTHBRIDGE_AMD_CS5535
+#ifndef _SOUTHBRIDGE_AMD_CS5536
+#define _SOUTHBRIDGE_AMD_CS5536
-extern struct chip_operations southbridge_amd_cs5535_ops;
+extern struct chip_operations southbridge_amd_cs5536_ops;
-struct southbridge_amd_cs5535_config {
- /* PCI function enables so the pci scan bus finds the devices */
- int enable_ide;
- int enable_nvram;
+struct southbridge_amd_cs5536_config {
+ int none;
};
-#endif /* _SOUTHBRIDGE_AMD_CS5535 */
+#endif /* _SOUTHBRIDGE_AMD_CS5536 */