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/altboot ExtClk for QNAP should be t...
details: https://anonhg.NetBSD.org/src/rev/eccfe5a7b6bb
branches: trunk
changeset: 764185:eccfe5a7b6bb
user: phx <phx%NetBSD.org@localhost>
date: Wed Apr 13 18:32:21 2011 +0000
description:
ExtClk for QNAP should be the same as for Synology's 266MHz systems.
This seems logical, as both boards are very similar, and the clock precision
is ok now.
diffstat:
sys/arch/sandpoint/stand/altboot/brdsetup.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 335b6dea29e1 -r eccfe5a7b6bb sys/arch/sandpoint/stand/altboot/brdsetup.c
--- a/sys/arch/sandpoint/stand/altboot/brdsetup.c Wed Apr 13 18:30:04 2011 +0000
+++ b/sys/arch/sandpoint/stand/altboot/brdsetup.c Wed Apr 13 18:32:21 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: brdsetup.c,v 1.13 2011/04/09 19:56:20 phx Exp $ */
+/* $NetBSD: brdsetup.c,v 1.14 2011/04/13 18:32:21 phx Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -83,15 +83,16 @@
"synology",
"Synology DS",
BRD_SYNOLOGY,
- 33164691, /* from Synology/Linux source */
- /* 33168000, XXX better precision? */
+ 33164691, /* from Synology/Linux source */
+ /* XXX should be 33165343 for the CS-406 */
"eumb", 0x4500, 115200,
NULL, synobrdfix, NULL, synoreset },
{
"qnap",
"QNAP TS",
BRD_QNAPTS,
- 0,
+ 33164691, /* Linux source says 33000000, but the Synology */
+ /* clock value delivers a much better precision. */
"eumb", 0x4500, 115200,
NULL, qnapbrdfix, NULL, qnapreset },
{
Home |
Main Index |
Thread Index |
Old Index