diff options
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/cbus/clock.c | 9 | ||||
-rw-r--r-- | sys/pc98/cbus/pcrtc.c | 9 | ||||
-rw-r--r-- | sys/pc98/pc98/clock.c | 9 |
3 files changed, 0 insertions, 27 deletions
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 <i386/isa/intr_machdep.h> -#ifdef DEV_MCA -#include <i386/isa/mca_machdep.h> -#endif - #ifdef APIC_IO #include <i386/isa/intr_machdep.h> /* 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 <i386/isa/intr_machdep.h> -#ifdef DEV_MCA -#include <i386/isa/mca_machdep.h> -#endif - #ifdef APIC_IO #include <i386/isa/intr_machdep.h> /* 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 <i386/isa/intr_machdep.h> -#ifdef DEV_MCA -#include <i386/isa/mca_machdep.h> -#endif - #ifdef APIC_IO #include <i386/isa/intr_machdep.h> /* 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 } /* |