summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/ofw_machdep.h
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-04-26 19:13:10 +0000
committermarius <marius@FreeBSD.org>2010-04-26 19:13:10 +0000
commit8fbd99ea26952e9cb598f137750ba9347dd7e8f4 (patch)
treef2b4987c2fd20ad165e2f29ce5c93dc8c75617c7 /sys/sparc64/include/ofw_machdep.h
parent4604894eafad21a2dacc84fa97997544a753bc84 (diff)
downloadFreeBSD-src-8fbd99ea26952e9cb598f137750ba9347dd7e8f4.zip
FreeBSD-src-8fbd99ea26952e9cb598f137750ba9347dd7e8f4.tar.gz
Add OF_getscsinitid(), a helper similar to OF_getetheraddr() but for
obtaining the initiator ID to be used for SPI controllers from the Open Firmware device tree.
Diffstat (limited to 'sys/sparc64/include/ofw_machdep.h')
-rw-r--r--sys/sparc64/include/ofw_machdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/include/ofw_machdep.h b/sys/sparc64/include/ofw_machdep.h
index 625b131..658d9c7 100644
--- a/sys/sparc64/include/ofw_machdep.h
+++ b/sys/sparc64/include/ofw_machdep.h
@@ -36,6 +36,7 @@ typedef uint64_t cell_t;
int OF_decode_addr(phandle_t, int, int *, bus_addr_t *);
void OF_getetheraddr(device_t, u_char *);
+u_int OF_getscsinitid(device_t);
void cpu_shutdown(void *);
int ofw_entry(void *);
void ofw_exit(void *);
OpenPOWER on IntegriCloud