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

This commit is contained in:
Matthew N. Dodd 2003-03-24 19:10:33 +00:00
parent c8190e399c
commit c1f567e304
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112550
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
}
/*