Changeset f9a56c0 in mainline for kernel/arch/sparc64/src/drivers


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.

Location:
kernel/arch/sparc64/src/drivers
Files:
1 added
2 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);
  • kernel/arch/sparc64/src/drivers/tick.c

    rec2c55a rf9a56c0  
    2727 */
    2828
    29  /** @addtogroup sparc64       
     29/** @addtogroup sparc64
    3030 * @{
    3131 */
     
    8989}
    9090
    91  /** @}
     91/** @}
    9292 */
    93 
Note: See TracChangeset for help on using the changeset viewer.