Module Name:    src
Committed By:   phx
Date:           Wed May 19 15:04:51 UTC 2010

Modified Files:
        src/sys/arch/sandpoint/stand/netboot: brdsetup.c

Log Message:
Updated Synology extclk from latest Linux/Synology source.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sandpoint/stand/netboot/brdsetup.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sandpoint/stand/netboot/brdsetup.c
diff -u src/sys/arch/sandpoint/stand/netboot/brdsetup.c:1.17 src/sys/arch/sandpoint/stand/netboot/brdsetup.c:1.18
--- src/sys/arch/sandpoint/stand/netboot/brdsetup.c:1.17	Tue May 18 14:32:38 2010
+++ src/sys/arch/sandpoint/stand/netboot/brdsetup.c	Wed May 19 15:04:51 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: brdsetup.c,v 1.17 2010/05/18 14:32:38 phx Exp $ */
+/* $NetBSD: brdsetup.c,v 1.18 2010/05/19 15:04:51 phx Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -168,7 +168,8 @@
 		consname = "eumb";
 		consport = 0x4500;
 		consspeed = 115200;
-		extclk = 33164526;
+		extclk = 33164691;	/* from Synology/Linux source */
+		/* extclk = 33168000;	XXX better precision? */
 	}
 	else if (PCI_VENDOR(pcicfgread(pcimaketag(0, 15, 0), PCI_ID_REG)) ==
 	    0x8086) {				/* PCI_VENDOR_INTEL */

Reply via email to