Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2005 08:19:37 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 85886 for review
Message-ID:  <200510260819.j9Q8Jb4W099905@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=85886

Change 85886 by peter@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},
 	    },
 	},
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510260819.j9Q8Jb4W099905>