Changeset 93b84b3 in mainline for generic/include/console


Ignore:
Timestamp:
2005-12-12T16:30:07Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ebbdb8f
Parents:
af9a7c5
Message:

Fixed weird simics panic.
Run kconsole, if we panic. This currently works in gxemul,
simics. In mips we need to modify the simulator.
On ia32 we need a function, that would speak directly to the chip
and fetch the character using polling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/console/chardev.h

    raf9a7c5 r93b84b3  
    4242        void (* resume)(chardev_t *);           /**< Resume pushing characters. */
    4343        void (* write)(chardev_t *, char c);    /**< Write character to stream. */
     44        /** Read character directly from device, assume interrupts disabled */
     45        char (* read)(chardev_t *);
    4446};
    4547
Note: See TracChangeset for help on using the changeset viewer.