diff options
author | mdodd <mdodd@FreeBSD.org> | 2003-03-24 19:10:33 +0000 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 2003-03-24 19:10:33 +0000 |
commit | c4e5f92f95fe2ec1bc43e9c81e6ae44551f9e154 (patch) | |
tree | 44a29a17372ddea8e8ea4bc18d267802e8fc34bf /sys/pc98 | |
parent | d22ded66bf55a34774b92537e168002568dd622e (diff) | |
download | FreeBSD-src-c4e5f92f95fe2ec1bc43e9c81e6ae44551f9e154.zip FreeBSD-src-c4e5f92f95fe2ec1bc43e9c81e6ae44551f9e154.tar.gz |
PC98 systems don't need to worry about the MCA bus.
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 } /* |