Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ofw Add OFIOCGETOPTNODE (now that I know how to impl...
details: https://anonhg.NetBSD.org/src/rev/cee2f3c75317
branches: trunk
changeset: 499225:cee2f3c75317
user: matt <matt%NetBSD.org@localhost>
date: Tue Nov 14 21:07:26 2000 +0000
description:
Add OFIOCGETOPTNODE (now that I know how to implement it).
diffstat:
sys/dev/ofw/openfirmio.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1d35cf50a03e -r cee2f3c75317 sys/dev/ofw/openfirmio.h
--- a/sys/dev/ofw/openfirmio.h Tue Nov 14 20:37:25 2000 +0000
+++ b/sys/dev/ofw/openfirmio.h Tue Nov 14 21:07:26 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: openfirmio.h,v 1.1 2000/11/14 06:45:54 matt Exp $ */
+/* $NetBSD: openfirmio.h,v 1.2 2000/11/14 21:07:26 matt Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -55,6 +55,7 @@
#define OFIOCGET _IOWR('O', 1, struct ofiocdesc) /* get openprom field */
#define OFIOCSET _IOW('O', 2, struct ofiocdesc) /* set openprom field */
#define OFIOCNEXTPROP _IOWR('O', 3, struct ofiocdesc) /* get next property */
+#define OFIOCGETOPTNODE _IOR('O', 4, int) /* get options node */
#define OFIOCGETNEXT _IOWR('O', 5, int) /* get next node of node */
#define OFIOCGETCHILD _IOWR('O', 6, int) /* get first child of node */
#define OFIOCFINDDEVICE _IOWR('O', 7, struct ofiocdesc) /* find a specific device */
Home |
Main Index |
Thread Index |
Old Index