Changeset cfb79747 in mainline for kernel/arch/amd64/src/amd64.c


Ignore:
Timestamp:
2012-02-14T22:06:15Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a31aad1
Parents:
199112e4 (diff), e10d41a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

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

    r199112e4 rcfb79747  
    214214                }
    215215        }
    216        
    217         /*
    218          * This is the necessary evil until the userspace driver is entirely
    219          * self-sufficient.
    220          */
    221         sysinfo_set_item_val("i8042", NULL, true);
    222         sysinfo_set_item_val("i8042.inr_a", NULL, IRQ_KBD);
    223         sysinfo_set_item_val("i8042.inr_b", NULL, IRQ_MOUSE);
    224         sysinfo_set_item_val("i8042.address.physical", NULL,
    225             (uintptr_t) I8042_BASE);
    226         sysinfo_set_item_val("i8042.address.kernel", NULL,
    227             (uintptr_t) I8042_BASE);
    228216#endif
    229217       
    230218        if (irqs_info != NULL)
    231219                sysinfo_set_item_val(irqs_info, NULL, true);
    232        
    233         sysinfo_set_item_val("netif.ne2000.inr", NULL, IRQ_NE2000);
    234220}
    235221
Note: See TracChangeset for help on using the changeset viewer.