summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cputypes.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-07-18 12:56:54 +0000
committerphk <phk@FreeBSD.org>2002-07-18 12:56:54 +0000
commita535ae674163bf2e4c7e82bad38f699906bc0286 (patch)
tree7f65914b2426cd2a843193bdbdbd650cfaf0ecef /sys/i386/include/cputypes.h
parent22ef5eeda558acdeccae3ce8719709218305667c (diff)
downloadFreeBSD-src-a535ae674163bf2e4c7e82bad38f699906bc0286.zip
FreeBSD-src-a535ae674163bf2e4c7e82bad38f699906bc0286.tar.gz
Add initialization code for the AMD Elan sc520 which maps the MMCR
into KVM and sets the i8254 frequency to the correct value.
Diffstat (limited to 'sys/i386/include/cputypes.h')
-rw-r--r--sys/i386/include/cputypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/cputypes.h b/sys/i386/include/cputypes.h
index 585df67..999b174 100644
--- a/sys/i386/include/cputypes.h
+++ b/sys/i386/include/cputypes.h
@@ -68,6 +68,7 @@ struct cpu_nameclass {
extern int cpu;
extern int cpu_class;
+void init_AMD_Elan_sc520(void);
#endif
#endif /* !_MACHINE_CPUTYPES_H_ */
OpenPOWER on IntegriCloud