Increase the size of the property buffer to 8192. 1024 wasn't enough to
retrieve certain nodes.
This commit is contained in:
parent
4b29c29d8c
commit
c1ca54bbb6
@ -50,7 +50,7 @@ __FBSDID("$FreeBSD$");
|
||||
#define BYTESPERLINE (CHARSPERLINE / 3)
|
||||
|
||||
/* Maximum supported property size. */
|
||||
#define PROPBUFLEN 1024
|
||||
#define PROPBUFLEN 8192
|
||||
|
||||
#define OFW_IOCTL(fd, cmd, val) do { \
|
||||
if (ioctl(fd, cmd, val) == -1) \
|
||||
|
Loading…
Reference in New Issue
Block a user