Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amigappc/amigappc We need to provide eclockfreq, ju...



details:   https://anonhg.NetBSD.org/src/rev/b5ce95b0fbcb
branches:  trunk
changeset: 751384:b5ce95b0fbcb
user:      phx <phx%NetBSD.org@localhost>
date:      Tue Feb 02 20:56:13 2010 +0000

description:
We need to provide eclockfreq, just for the aucc driver. The amigappc uses
mftb timecounters.

diffstat:

 sys/arch/amigappc/amigappc/locore.S |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ebf6824eb940 -r b5ce95b0fbcb sys/arch/amigappc/amigappc/locore.S
--- a/sys/arch/amigappc/amigappc/locore.S       Tue Feb 02 20:40:07 2010 +0000
+++ b/sys/arch/amigappc/amigappc/locore.S       Tue Feb 02 20:56:13 2010 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: locore.S,v 1.17 2009/11/26 00:19:12 matt Exp $   */
+/*      $NetBSD: locore.S,v 1.18 2010/02/02 20:56:13 phx Exp $   */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -74,6 +74,8 @@
        .long   0                       /* end symbol table */
 GLOBAL(oeacpufeat)
        .long   0                       /* cpu features */
+GLOBAL(eclockfreq)
+       .long   0                       /* needed by the aucc driver only */
 
 /*
  * This symbol is here for the benefit of kvm_mkdb, and is supposed to



Home | Main Index | Thread Index | Old Index