Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/amd64.c

    racc7ce4 reff1f033  
    235235#endif
    236236       
    237         if (irqs_info != NULL)
    238                 sysinfo_set_item_val(irqs_info, NULL, true);
    239        
     237        /*
     238         * This nasty hack should also go away ASAP.
     239         */
     240        trap_virtual_enable_irqs(1 << IRQ_DP8390);
    240241        sysinfo_set_item_val("netif.dp8390.inr", NULL, IRQ_DP8390);
    241242}
Note: See TracChangeset for help on using the changeset viewer.