From 9afac30e3786f2cea88ab48a36e2e61947be728f Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 11 Jan 2005 03:44:17 +0000 Subject: There are no PC98 amd64 machines, so gc a few stray ifdefs. --- sys/amd64/isa/atpic.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/amd64/isa') diff --git a/sys/amd64/isa/atpic.c b/sys/amd64/isa/atpic.c index 3719a9b..032a803 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. -- cgit v1.1