Changeset 948911d in mainline for kernel/arch/ia64/src/ia64.c


Ignore:
Timestamp:
2012-01-24T02:27:43Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
230385c
Parents:
8afeb04 (diff), 2df6f6fe (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:

Mainline changes.

File:
1 edited

Legend:

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

    r8afeb04 r948911d  
    188188       
    189189#ifdef CONFIG_I8042
    190         i8042_instance_t *i8042_instance = i8042_init((i8042_t *) I8042_BASE, IRQ_KBD);
     190        i8042_instance_t *i8042_instance = i8042_init((i8042_t *) I8042_BASE,
     191            IRQ_KBD);
    191192        if (i8042_instance) {
    192193                kbrd_instance_t *kbrd_instance = kbrd_init();
     
    197198                }
    198199        }
    199        
    200         sysinfo_set_item_val("i8042", NULL, true);
    201         sysinfo_set_item_val("i8042.inr_a", NULL, IRQ_KBD);
    202         sysinfo_set_item_val("i8042.inr_b", NULL, IRQ_MOUSE);
    203         sysinfo_set_item_val("i8042.address.physical", NULL,
    204             (uintptr_t) I8042_BASE);
    205         sysinfo_set_item_val("i8042.address.kernel", NULL,
    206             (uintptr_t) I8042_BASE);
    207 #endif
    208 
    209         sysinfo_set_item_val("netif.ne2000.inr", NULL, IRQ_NE2000);
    210 
     200#endif
     201       
    211202        sysinfo_set_item_val("ia64_iospace", NULL, true);
    212203        sysinfo_set_item_val("ia64_iospace.address", NULL, true);
Note: See TracChangeset for help on using the changeset viewer.