Changeset 256 for trunk/hal/x86_64


Ignore:
Timestamp:
Jul 20, 2017, 2:37:57 PM (7 years ago)
Author:
max@…
Message:

Remove the IRQ line. It will have to be enabled somewhere in the
HAL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_init.c

    r255 r256  
    198198        dev->irqs = 16;
    199199
    200         /* COM1 */
    201         dev->irq[IRQ_COM1].dev_type = (DEV_FUNC_TXT << 16) | IMPL_TXT_RS2;
    202         dev->irq[IRQ_COM1].channel = 0;
    203         dev->irq[IRQ_COM1].is_rx = 0;
    204         dev->irq[IRQ_COM1].valid = 1;
    205 
    206200        /* ATA */
    207201        dev->irq[IRQ_ATA0].dev_type = (DEV_FUNC_IOC << 16) | IMPL_IOC_BDV;
Note: See TracChangeset for help on using the changeset viewer.