Ignore:
Timestamp:
2009-02-22T15:20:43Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f9f9a13
Parents:
e7abb0e
Message:

Unbreak sparc64.
Due to the lack of userspace bus drivers for the z8530 and ns16550,
we are currently handling exactly one interrupt from these devices
in userspace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/drivers/kbd.c

    re7abb0e r0f74869  
    149149#ifdef CONFIG_Z8530
    150150        case KBD_Z8530:
    151                 z8530_init(device_assign_devno(),
    152                     hw_map(aligned_addr, offset + size) + offset, inr, cir, cir_arg);
     151                (void) z8530_init((z8530_t *) hw_map(aligned_addr,
     152                    offset + size) + offset, device_assign_devno(), inr, cir,
     153                    cir_arg);
    153154                break;
    154155#endif
Note: See TracChangeset for help on using the changeset viewer.