See patch.

Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Fix/finish the Winbond W83627THF/THG dts.

Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]>

Index: superio/winbond/w83627thg/dts
===================================================================
--- superio/winbond/w83627thg/dts	(Revision 1037)
+++ superio/winbond/w83627thg/dts	(Arbeitskopie)
@@ -20,8 +20,23 @@
 
 {
 	device_operations = "w83627thg_ops";
+
 	/* To override any of these, put the over-ride in mainboard dts. */
 
+	/* Floppy */
+	floppydev = "0";
+	floppyenable = "0";
+	floppyio = "0x3f0";
+	floppyirq = "6";
+	floppydrq = "2";
+
+	/* Parallel port */
+	ppdev = "1";
+	ppenable = "0";
+	ppio = "0x378";
+	ppirq = "7";
+	ppdrq = "4";
+
 	/* COM1 */
 	com1dev = "2";
 	com1enable = "0";
@@ -34,11 +49,36 @@
 	com2io = "0x2f8";
 	com2irq = "3";
 
-	/* Keyboard */
+	/* PS/2 keyboard + PS/2 mouse */
 	kbdev = "5";
 	kbenable = "0";
 	kbio = "0x60";
-	kbio2 = "0x62";
+	kbio2 = "0x64";
 	kbirq = "1";
 	kbirq2 = "12";
+
+	/* Game port, MIDI port, GPIO1, GPIO5 */
+	gamedev = "7";
+	gameenable = "0";
+	gameio = "0x201";
+	gameio2 = "0x330";
+	gameirq = "9";
+
+	/* GPIO2 */
+	gpio2dev = "8";
+	gpio2enable = "0";
+
+	/* GPIO3, GPIO4 */
+	gpio34dev = "9";
+	gpio34enable = "0";
+
+	/* ACPI */
+	acpidev = "10";
+	acpienable = "0";
+
+	/* Hardware Monitor */
+	hwmdev = "11";
+	hwmenable = "0";
+	hwmio = "0x290";
+	hwmirq = "5";
 };
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to