There are no PC98 amd64 machines, so gc a few stray ifdefs.
This commit is contained in:
parent
c5c1b16ec5
commit
5e4470116c
@ -49,11 +49,7 @@ __FBSDID("$FreeBSD$");
|
|||||||
|
|
||||||
#include <machine/asmacros.h>
|
#include <machine/asmacros.h>
|
||||||
|
|
||||||
#ifdef PC98
|
|
||||||
#include <pc98/pc98/pc98.h>
|
|
||||||
#else
|
|
||||||
#include <i386/isa/isa.h>
|
#include <i386/isa/isa.h>
|
||||||
#endif
|
|
||||||
#include <i386/isa/timerreg.h>
|
#include <i386/isa/timerreg.h>
|
||||||
|
|
||||||
#ifdef GUPROF
|
#ifdef GUPROF
|
||||||
|
@ -64,14 +64,9 @@ __FBSDID("$FreeBSD$");
|
|||||||
#define SLAVE 1
|
#define SLAVE 1
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* PC-98 machines wire the slave 8259A to pin 7 on the master PIC, and
|
|
||||||
* PC-AT machines wire the slave PIC to pin 2 on the master PIC.
|
* PC-AT machines wire the slave PIC to pin 2 on the master PIC.
|
||||||
*/
|
*/
|
||||||
#ifdef PC98
|
|
||||||
#define ICU_SLAVEID 7
|
|
||||||
#else
|
|
||||||
#define ICU_SLAVEID 2
|
#define ICU_SLAVEID 2
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Determine the base master and slave modes not including auto EOI support.
|
* Determine the base master and slave modes not including auto EOI support.
|
||||||
|
Loading…
Reference in New Issue
Block a user