Module Name: src
Committed By: phx
Date: Tue Feb 2 20:56:13 UTC 2010
Modified Files:
src/sys/arch/amigappc/amigappc: locore.S
Log Message:
We need to provide eclockfreq, just for the aucc driver. The amigappc uses
mftb timecounters.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/amigappc/amigappc/locore.S
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/amigappc/amigappc/locore.S
diff -u src/sys/arch/amigappc/amigappc/locore.S:1.17 src/sys/arch/amigappc/amigappc/locore.S:1.18
--- src/sys/arch/amigappc/amigappc/locore.S:1.17 Thu Nov 26 00:19:12 2009
+++ src/sys/arch/amigappc/amigappc/locore.S Tue Feb 2 20:56:13 2010
@@ -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