Statistics
| Branch: | Revision:

root / hw / empty_slot.c @ bf6b87a8

History | View | Annotate | Download (2.2 kB)

# Date Author Comment
2507c12a 12/11/2010 05:24 pm Alexander Graf

Add endianness as io mem parameter

As stated before, devices can be little, big or native endian. The
target endianness is not of their concern, so we need to push things
down a level.

This patch adds a parameter to cpu_register_io_memory that allows a
device to choose its endianness. For now, all devices simply choose...

da9fcfa5 04/18/2010 11:55 am Artyom Tarasenko

create empty_slot device

The empty_slot device emulates known to a bus but not connected devices.

Signed-off-by: Artyom Tarasenko <>
Signed-off-by: Blue Swirl <>