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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140032
2 changed files with 0 additions and 9 deletions

View file

@ -49,11 +49,7 @@ __FBSDID("$FreeBSD$");
#include <machine/asmacros.h>
#ifdef PC98
#include <pc98/pc98/pc98.h>
#else
#include <i386/isa/isa.h>
#endif
#include <i386/isa/timerreg.h>
#ifdef GUPROF

View file

@ -64,14 +64,9 @@ __FBSDID("$FreeBSD$");
#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.
*/
#ifdef PC98
#define ICU_SLAVEID 7
#else
#define ICU_SLAVEID 2
#endif
/*
* Determine the base master and slave modes not including auto EOI support.