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/src/drivers/msim.c

    r5e8ddf5 redebc15c  
    4040#include <console/console.h>
    4141#include <sysinfo/sysinfo.h>
    42 
    43 /** Address of devices. */
    44 #define MSIM_VIDEORAM           0xB0000000
    45 #define MSIM_KBD_ADDRESS        0xB0000000
    46 #define MSIM_KBD_IRQ            2
    4742
    4843static chardev_t console;
Note: See TracChangeset for help on using the changeset viewer.