Clean up vt1211 SuperIO support and make the EPIA-M config use it.
[coreboot.git] / src / superio / via / vt1211 / chip.h
index fc461cc635b1f16533ee92ece17537a58f6e7294..cfe0a319058c583d8be7cb1247b8915d771c68b4 100644 (file)
@@ -1,19 +1,12 @@
 #ifndef _SUPERIO_VIA_VT1211
 #define _SUPERIO_VIA_VT1211
 
-extern struct chip_operations superio_via_vt1211_control;
+#include <uart8250.h>
+
+extern struct chip_operations superio_via_vt1211_ops;
 
 struct superio_via_vt1211_config {
-       /* PCI function enables */
-       /* i.e. so that pci scan bus will find them. */
-       /* I am putting in IDE as an example but obviously this needs
-        * to be more complete!
-        */
-       /* enables of functions of devices */
-       int enable_com_ports;
-       int enable_fdc;
-       int enable_lpt;
-       int enable_hwmon;
+       struct uart8250 com1, com2;
 };
 
 #endif /* _SUPERIO_VIA_VT1211 */