diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-11 03:44:17 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-11 03:44:17 +0000 |
| commit | 5e4470116cfbc8f226b68d3a949714a301411186 (patch) | |
| tree | 31af29702a0fe04ca1f63757f4f8271cb7f32df9 /sys/amd64 | |
| parent | c5c1b16ec5c7035b84a1cc1f2d8eb9b76ca39d79 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/prof_machdep.c | 4 | ||||
| -rw-r--r-- | sys/amd64/isa/atpic.c | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/sys/amd64/amd64/prof_machdep.c b/sys/amd64/amd64/prof_machdep.c index 60e34e8c1d4b..e797cc080834 100644 --- a/sys/amd64/amd64/prof_machdep.c +++ b/sys/amd64/amd64/prof_machdep.c @@ -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 diff --git a/sys/amd64/isa/atpic.c b/sys/amd64/isa/atpic.c index 3719a9b04a3a..032a803bbf72 100644 --- a/sys/amd64/isa/atpic.c +++ b/sys/amd64/isa/atpic.c @@ -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. |
