summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
diff options
context:
space:
mode:
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