History log of /netbsd/sys/arch/sparc64/include/mdesc.h (Results 1 – 5 of 5)
Revision Date Author Comments
# 051d8285 22-Jun-2016 palle <palle@NetBSD.org>

sun4v: add cbus driver - from OpenBSD


# a4b2c97c 06-Sep-2015 martin <martin@NetBSD.org>

On SUN4V make the mdesc data available early in pmap_bootstrap, so we
can set up the uvm page colors correctly.
Based on code from palle@.


# 1bcc3b64 22-Mar-2015 palle <palle@NetBSD.org>

sun4v: added new function mdesc_name_by_idx() for retrieving the name of a node


# 05c6a23b 19-Jan-2015 palle <palle@NetBSD.org>

sun4v: Add two new functions to the mdesc api: mdesc_find_node_by_idx() and mdesc_next_node()


# 295e050e 10-Jan-2015 palle <palle@NetBSD.org>

sun4v: add hypervisor machine description (mdesc) functions - from OpenBSD