PERFORCE change 85886 for review

Peter Wemm peter at FreeBSD.org
Wed Oct 26 01:19:39 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=85886

Change 85886 by peter at peter_overcee on 2005/10/26 08:19:24

	Fix the clocks for my SIIG Cyperserial 4S (JJ-P45012) card.

Affected files ...

.. //depot/projects/hammer/sys/dev/puc/pucdata.c#21 edit

Differences ...

==== //depot/projects/hammer/sys/dev/puc/pucdata.c#21 (text+ko) ====

@@ -860,10 +860,10 @@
 	    {	0x1415,	0x9501,	0,	0	},
 	    {	0xffff,	0xffff,	0,	0	},
 	    {
-		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
-		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ },
-		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ },
-		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ },
+		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 10},
+		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 10},
+		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 10},
+		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 10},
 	    },
 	},
 


More information about the p4-projects mailing list