Subversion Repositories HelenOS-historic

Rev

Rev 206 | Rev 305 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 206 Rev 302
Line 57... Line 57...
57
 
57
 
58
    /* ICW2: IRQ 8 maps to INT (IVT_IRQBASE + 8) */
58
    /* ICW2: IRQ 8 maps to INT (IVT_IRQBASE + 8) */
59
    outb(PIC_PIC1PORT2, IVT_IRQBASE + 8);
59
    outb(PIC_PIC1PORT2, IVT_IRQBASE + 8);
60
 
60
 
61
    /* ICW3: pic1 is known as PIC_PIC1ID */
61
    /* ICW3: pic1 is known as PIC_PIC1ID */
62
    outb(PIC_PIC1PORT2, PIC_PIC1ID);
62
    outb(PIC_PIC1PORT2, IRQ_PIC1);
63
 
63
 
64
    /* ICW4: i8086 mode */
64
    /* ICW4: i8086 mode */
65
    outb(PIC_PIC1PORT2, 1);
65
    outb(PIC_PIC1PORT2, 1);
66
 
66
 
67
    /*
67
    /*