[LinuxBIOS] r2829 - trunk/util/superiotool

svn at openbios.org svn at openbios.org
Sun Oct 7 16:33:13 CEST 2007


Author: uwe
Date: 2007-10-07 16:33:13 +0200 (Sun, 07 Oct 2007)
New Revision: 2829

Modified:
   trunk/util/superiotool/smsc.c
Log:
Dump support for the SMSC FDC37M81x.

Signed-off-by: Robinson P. Tryon <bishop.robinson at gmail.com>
Acked-by: Peter Stuge <peter at stuge.se>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/util/superiotool/smsc.c
===================================================================
--- trunk/util/superiotool/smsc.c	2007-10-05 21:58:03 UTC (rev 2828)
+++ trunk/util/superiotool/smsc.c	2007-10-07 14:33:13 UTC (rev 2829)
@@ -47,6 +47,36 @@
 	{0x4c, "FDC37B72x", {
 		{EOT}}},
 	{0x4d, "FDC37M81x", {
+		{NOLDN, NULL,
+			{0x03,0x07,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x2b,
+			 0x2c,0x2d,0x2e,0x2f,EOT},
+			{0x03,0x00,0x4d,NANA,0x00,0x00,0x04,MISC,MISC,NANA,
+			 NANA,NANA,NANA,NANA,EOT}},
+		{0x0, "Floppy",
+			{0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
+			 0xf5,EOT},
+			{0x00,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,
+			 0x00,EOT}},
+		{0x3, "Parallel port",
+			{0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,EOT},
+			{0x00,0x00,0x00,0x00,0x04,0x3c,0x00,EOT}},
+		{0x4, "COM1",
+			{0x30,0x60,0x61,0x70,0xf0,EOT},
+			{0x00,0x00,0x00,0x00,0x00,EOT}},
+		{0x5, "COM2",
+			{0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,EOT},
+			{0x00,0x00,0x00,RSVD,RSVD,0x00,0x00,0x02,0x03,EOT}},
+		{0x7, "Keyboard",
+			{0x30,0x70,0x72,0xf0,EOT},
+			{0x00,0x00,0x00,0x00,EOT}},
+		{0x8, "Aux I/O",
+			/* Only 0xf6 existing (and reserved) or 0xf6..0xfb? */
+			{0x30,0xb4,0xb5,0xb6,0xb7,0xc0,0xc1,0xc2,0xc3,0xc4,
+			 0xc5,0xc6,0xc7,0xc8,0xf1,0xf2,0xf3,0xf4,0xf6,0xf7,
+			 0xf8,0xf9,0xfa,0xfb,EOT},
+			{0x00,NANA,NANA,NANA,NANA,0x02,0x01,NANA,NANA,NANA,
+			 NANA,NANA,NANA,NANA,0x00,0x00,0x00,0x00,RSVD,RSVD,
+			 RSVD,RSVD,RSVD,RSVD,EOT}},
 		{EOT}}},
 	{0x47, "FDC37M60x", {
 		{EOT}}},





More information about the coreboot mailing list