Deleted Added
full compact
37c37
< * $FreeBSD: head/sys/dev/ofw/openfirmio.h 128019 2004-04-07 20:46:16Z imp $
---
> * $FreeBSD: head/sys/dev/ofw/openfirmio.h 129587 2004-05-22 16:43:42Z marius $
57d56
< #if 0
59,60c58
< #define OFIOCSET _IOW(OFIOC_BASE, 2, struct ofiocdesc)
< #endif
---
> #define OFIOCSET _IOWR(OFIOC_BASE, 2, struct ofiocdesc)
73a72,76
> /* Maximum accepted name length. */
> #define OFIOCMAXNAME 8191
> /* Maximum accepted value length (maximum of nvramrc property). */
> #define OFIOCMAXVALUE 8192
>