Ignore:
Timestamp:
2006-08-17T11:39:38Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ee289cf0
Parents:
ec2c55a
Message:

sparc64 work.
interrupt_vector trap experimental handling.
Minimal reverse-engineered FireHose Controller driver (documentation needed!).
Keyboard on Sun Enterprise is now interrupt driven. Keyboard on Sun Ultra
is still polled.

File:
1 edited

Legend:

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

    rec2c55a rf9a56c0  
    6161         * However, the physical keyboard address can
    6262         * be pretty much unaligned on some systems
    63          * (e.g. Ultra 5, Ultras 60).
     63         * (e.g. Ultra 5, Ultra 60).
    6464         */
    6565        aligned_addr = ALIGN_DOWN(bootinfo.keyboard.addr, PAGE_SIZE);
Note: See TracChangeset for help on using the changeset viewer.