summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-11 03:44:17 +0000
committerimp <imp@FreeBSD.org>2005-01-11 03:44:17 +0000
commit9afac30e3786f2cea88ab48a36e2e61947be728f (patch)
tree31af29702a0fe04ca1f63757f4f8271cb7f32df9 /sys/amd64/isa
parentbc2ae8f1d2437b97bf4b499b40c95256acae7f4f (diff)
downloadFreeBSD-src-9afac30e3786f2cea88ab48a36e2e61947be728f.zip
FreeBSD-src-9afac30e3786f2cea88ab48a36e2e61947be728f.tar.gz
There are no PC98 amd64 machines, so gc a few stray ifdefs.
Diffstat (limited to 'sys/amd64/isa')
-rw-r--r--sys/amd64/isa/atpic.c5
1 files changed, 0 insertions, 5 deletions
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.
OpenPOWER on IntegriCloud