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/isa | |
| parent | c5c1b16ec5c7035b84a1cc1f2d8eb9b76ca39d79 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/isa')
| -rw-r--r-- | sys/amd64/isa/atpic.c | 5 |
1 files changed, 0 insertions, 5 deletions
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. |
