mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
PC98 systems don't need to worry about the MCA bus.
This commit is contained in:
parent
c8190e399c
commit
c1f567e304
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112550
@ -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
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user