diff options
author | nyan <nyan@FreeBSD.org> | 2003-08-08 12:45:42 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2003-08-08 12:45:42 +0000 |
commit | f2c692be935452b13d0253b8bb17eb438d797a2a (patch) | |
tree | b62c4cca607201e2d3d0f912c8e52d08cdf51c1e /sys/pc98 | |
parent | fe03290df6c975c5a68b56a04171cc50ba6b944f (diff) | |
download | FreeBSD-src-f2c692be935452b13d0253b8bb17eb438d797a2a.zip FreeBSD-src-f2c692be935452b13d0253b8bb17eb438d797a2a.tar.gz |
MFi386: revision 1.201.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/cbus/clock.c | 1 | ||||
-rw-r--r-- | sys/pc98/cbus/pcrtc.c | 1 | ||||
-rw-r--r-- | sys/pc98/pc98/clock.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 0b846b6..7b27b415 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -994,6 +994,7 @@ cpu_initclocks() "routing 8254 via 8259 and IOAPIC #0 intpin 0\n"); #endif + init_TSC_tc(); } #ifdef APIC_IO diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 0b846b6..7b27b415 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.c @@ -994,6 +994,7 @@ cpu_initclocks() "routing 8254 via 8259 and IOAPIC #0 intpin 0\n"); #endif + init_TSC_tc(); } #ifdef APIC_IO diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c index 0b846b6..7b27b415 100644 --- a/sys/pc98/pc98/clock.c +++ b/sys/pc98/pc98/clock.c @@ -994,6 +994,7 @@ cpu_initclocks() "routing 8254 via 8259 and IOAPIC #0 intpin 0\n"); #endif + init_TSC_tc(); } #ifdef APIC_IO |