From c4e5f92f95fe2ec1bc43e9c81e6ae44551f9e154 Mon Sep 17 00:00:00 2001 From: mdodd Date: Mon, 24 Mar 2003 19:10:33 +0000 Subject: PC98 systems don't need to worry about the MCA bus. --- sys/pc98/cbus/clock.c | 9 --------- sys/pc98/cbus/pcrtc.c | 9 --------- sys/pc98/pc98/clock.c | 9 --------- 3 files changed, 27 deletions(-) (limited to 'sys/pc98') diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 6a86b1a..29cee68 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -94,10 +94,6 @@ #include -#ifdef DEV_MCA -#include -#endif - #ifdef APIC_IO #include /* The interrupt triggered by the 8254 (timer) chip */ @@ -258,11 +254,6 @@ clkintr(struct clockframe frame) } break; } -#ifdef DEV_MCA - /* Reset clock interrupt by asserting bit 7 of port 0x61 */ - if (MCA_system) - outb(0x61, inb(0x61) | 0x80); -#endif } /* diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 6a86b1a..29cee68 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.c @@ -94,10 +94,6 @@ #include -#ifdef DEV_MCA -#include -#endif - #ifdef APIC_IO #include /* The interrupt triggered by the 8254 (timer) chip */ @@ -258,11 +254,6 @@ clkintr(struct clockframe frame) } break; } -#ifdef DEV_MCA - /* Reset clock interrupt by asserting bit 7 of port 0x61 */ - if (MCA_system) - outb(0x61, inb(0x61) | 0x80); -#endif } /* diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c index 6a86b1a..29cee68 100644 --- a/sys/pc98/pc98/clock.c +++ b/sys/pc98/pc98/clock.c @@ -94,10 +94,6 @@ #include -#ifdef DEV_MCA -#include -#endif - #ifdef APIC_IO #include /* The interrupt triggered by the 8254 (timer) chip */ @@ -258,11 +254,6 @@ clkintr(struct clockframe frame) } break; } -#ifdef DEV_MCA - /* Reset clock interrupt by asserting bit 7 of port 0x61 */ - if (MCA_system) - outb(0x61, inb(0x61) | 0x80); -#endif } /* -- cgit v1.1