41a42,43
> class I82094AA;
>
44a47,48
> static const int NumLines = 8;
>
47a52
> I8259 * slave;
80,83c85,88
< I8259(Params * p) : BasicPioDevice(p), IntDev(this),
< latency(p->pio_latency), output(p->output),
< mode(p->mode), IRR(0), ISR(0), IMR(0),
< vectorOffset(0), readIRR(true), initControlWord(0)
---
> I8259(Params * p);
>
> void
> setSlave(I8259 * _slave)
85c90
< pioSize = 2;
---
> slave = _slave;
89d93
<
92a97
> int getVector();