aboutsummaryrefslogtreecommitdiff
path: root/i386/i386/pic.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/pic.h')
-rw-r--r--i386/i386/pic.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/i386/i386/pic.h b/i386/i386/pic.h
index d455f7cd..c6f8a4b6 100644
--- a/i386/i386/pic.h
+++ b/i386/i386/pic.h
@@ -66,13 +66,6 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define SIZE_PIC 0x80
#endif /* defined(AT386) */
-#ifdef iPSC386
-#define ADDR_PIC_BASE 0xC0
-#define OFF_ICW 0x00
-#define OFF_OCW 0x02
-#define SIZE_PIC 0x04
-#endif /* iPSC386 */
-
#define PIC_MASTER_ICW (ADDR_PIC_BASE + OFF_ICW)
#define PIC_MASTER_OCW (ADDR_PIC_BASE + OFF_OCW)
#define PIC_SLAVE_ICW (PIC_MASTER_ICW + SIZE_PIC)
@@ -107,11 +100,6 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define PICS_VECTBASE PICM_VECTBASE + 0x08
#endif /* defined(AT386) */
-#ifdef iPSC386
-#define PICM_VECTBASE 0x40
-#define PICS_VECTBASE PICM_VECTBASE + 0x08
-#endif /* iPSC386 */
-
/*
** ICW3
*/
@@ -142,10 +130,6 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define SNF_MODE_DIS 0x00
#define BUFFERD_MODE 0x08
#define NONBUFD_MODE 0x00
-#if iPSC386
-#define I_AM_A_SLAVE 0x00
-#define I_AM_A_MASTR 0x04
-#endif /* iPSC386 */
#define AUTO_EOI_MOD 0x02
#define NRML_EOI_MOD 0x00
#define I8086_EMM_MOD 0x01