Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sandpoint/stand/netboot Updated Synology extclk fro...



details:   https://anonhg.NetBSD.org/src/rev/f4c7cafa30c2
branches:  trunk
changeset: 755001:f4c7cafa30c2
user:      phx <phx%NetBSD.org@localhost>
date:      Wed May 19 15:04:51 2010 +0000

description:
Updated Synology extclk from latest Linux/Synology source.

diffstat:

 sys/arch/sandpoint/stand/netboot/brdsetup.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ecf4045b45da -r f4c7cafa30c2 sys/arch/sandpoint/stand/netboot/brdsetup.c
--- a/sys/arch/sandpoint/stand/netboot/brdsetup.c       Wed May 19 13:41:39 2010 +0000
+++ b/sys/arch/sandpoint/stand/netboot/brdsetup.c       Wed May 19 15:04:51 2010 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index