PC98 systems don't need to worry about the MCA bus.

This commit is contained in:
mdodd 2003-03-24 19:10:33 +00:00
parent 8108de7acd
commit a7d3b8cb58
3 changed files with 0 additions and 27 deletions

View File

@ -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
}
/*

View File

@ -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
}
/*

View File

@ -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
}
/*