Ignore:
Timestamp:
2008-07-27T03:50:53Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4541ae4
Parents:
5e8ddf5
Message:

physical memory detection in MSIM (discontinous regions supported)
remove Sgi Indy (ARC) support — it was unmaintaned, untested for years and without uspace support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/include/drivers/msim.h

    r5e8ddf5 redebc15c  
    3636#define KERN_mips32_MSIM_H_
    3737
     38/** Address of devices. */
     39#define MSIM_VIDEORAM           0xB0000000
     40#define MSIM_KBD_ADDRESS        0xB0000000
     41#define MSIM_KBD_IRQ            2
     42
    3843#include <console/chardev.h>
    3944
Note: See TracChangeset for help on using the changeset viewer.