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 DSM-G600 has a 33.000 MHz o...



details:   https://anonhg.NetBSD.org/src/rev/9e870791d618
branches:  trunk
changeset: 764353:9e870791d618
user:      phx <phx%NetBSD.org@localhost>
date:      Sun Apr 17 13:09:30 2011 +0000

description:
DSM-G600 has a 33.000 MHz oscillator on board.

diffstat:

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

diffs (18 lines):

diff -r 243632c724b1 -r 9e870791d618 sys/arch/sandpoint/stand/altboot/brdsetup.c
--- a/sys/arch/sandpoint/stand/altboot/brdsetup.c       Sun Apr 17 13:07:18 2011 +0000
+++ b/sys/arch/sandpoint/stand/altboot/brdsetup.c       Sun Apr 17 13:09:30 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: brdsetup.c,v 1.14 2011/04/13 18:32:21 phx Exp $ */
+/* $NetBSD: brdsetup.c,v 1.15 2011/04/17 13:09:30 phx Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -106,7 +106,7 @@
        "dlink",
        "D-Link DSM-G600",
        BRD_DLINKDSM,
-       0,
+       33000000,
        "eumb", 0x4500, 9600,
        NULL, dlinkbrdfix, NULL, NULL },
     {



Home | Main Index | Thread Index | Old Index