There are no PC98 amd64 machines, so gc a few stray ifdefs.

This commit is contained in:
Warner Losh 2005-01-11 03:44:17 +00:00
parent c5c1b16ec5
commit 5e4470116c
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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.